Value returns the networkopts
()
| 127 | |
| 128 | // Value returns the networkopts |
| 129 | func (n *NetworkOpt) Value() []NetworkAttachmentOpts { |
| 130 | return n.options |
| 131 | } |
| 132 | |
| 133 | // String returns the network opts as a string |
| 134 | func (*NetworkOpt) String() string { |
no outgoing calls