MCPcopy
hub / github.com/spf13/pflag / ipSliceValue

Struct ipSliceValue

ip_slice.go:11–14  ·  ip_slice.go::ipSliceValue

-- ipSlice Value

Source from the content-addressed store, hash-verified

9
10// -- ipSlice Value
11type ipSliceValue struct {
12 value *[]net.IP
13 changed bool
14}
15
16func newIPSliceValue(val []net.IP, p *[]net.IP) *ipSliceValue {
17 ipsv := new(ipSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected