Value returns the external CAs
()
| 120 | |
| 121 | // Value returns the external CAs |
| 122 | func (m *ExternalCAOption) Value() []*swarm.ExternalCA { |
| 123 | return m.values |
| 124 | } |
| 125 | |
| 126 | // PEMFile represents the path to a pem-formatted file |
| 127 | type PEMFile struct { |
no outgoing calls