MCPcopy Create free account
hub / github.com/docker/cli / NodeAddrOption

Struct NodeAddrOption

cli/command/swarm/opts.go:51–53  ·  view source on GitHub ↗

NodeAddrOption is a pflag.Value for listening addresses

Source from the content-addressed store, hash-verified

49
50// NodeAddrOption is a pflag.Value for listening addresses
51type NodeAddrOption struct {
52 addr string
53}
54
55// String prints the representation of this flag
56func (a *NodeAddrOption) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected