NodeAddrOption is a pflag.Value for listening addresses
| 49 | |
| 50 | // NodeAddrOption is a pflag.Value for listening addresses |
| 51 | type NodeAddrOption struct { |
| 52 | addr string |
| 53 | } |
| 54 | |
| 55 | // String prints the representation of this flag |
| 56 | func (a *NodeAddrOption) String() string { |
nothing calls this directly
no outgoing calls
no test coverage detected