PEMFile represents the path to a pem-formatted file
| 125 | |
| 126 | // PEMFile represents the path to a pem-formatted file |
| 127 | type PEMFile struct { |
| 128 | path, contents string |
| 129 | } |
| 130 | |
| 131 | // Type returns the type of this option. |
| 132 | func (*PEMFile) Type() string { |
nothing calls this directly
no outgoing calls
no test coverage detected