NetworkOpt represents a network config in swarm mode.
| 36 | |
| 37 | // NetworkOpt represents a network config in swarm mode. |
| 38 | type NetworkOpt struct { |
| 39 | options []NetworkAttachmentOpts |
| 40 | } |
| 41 | |
| 42 | // Set networkopts value |
| 43 | func (n *NetworkOpt) Set(value string) error { //nolint:gocyclo |
nothing calls this directly
no outgoing calls
no test coverage detected