Type returns the type of this option.
()
| 130 | |
| 131 | // Type returns the type of this option. |
| 132 | func (*PEMFile) Type() string { |
| 133 | return "pem-file" |
| 134 | } |
| 135 | |
| 136 | // String returns the path to the pem file |
| 137 | func (p *PEMFile) String() string { |
no outgoing calls
no test coverage detected