ExternalCAOption is a Value type for parsing external CA specifications.
| 89 | |
| 90 | // ExternalCAOption is a Value type for parsing external CA specifications. |
| 91 | type ExternalCAOption struct { |
| 92 | values []*swarm.ExternalCA |
| 93 | } |
| 94 | |
| 95 | // Set parses an external CA option. |
| 96 | func (m *ExternalCAOption) Set(value string) error { |
nothing calls this directly
no outgoing calls
no test coverage detected