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

Struct ipNetSliceValue

ipnet_slice.go:11–14  ·  view source on GitHub ↗

-- ipNetSlice Value

Source from the content-addressed store, hash-verified

9
10// -- ipNetSlice Value
11type ipNetSliceValue struct {
12 value *[]net.IPNet
13 changed bool
14}
15
16func newIPNetSliceValue(val []net.IPNet, p *[]net.IPNet) *ipNetSliceValue {
17 ipnsv := new(ipNetSliceValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected