MCPcopy
hub / github.com/netdata/netdata / v4Range

Struct v4Range

src/go/plugin/go.d/pkg/iprange/range.go:85–88  ·  view source on GitHub ↗

v4Range implements Range for IPv4 addresses.

Source from the content-addressed store, hash-verified

83
84// v4Range implements Range for IPv4 addresses.
85type v4Range struct {
86 start netip.Addr
87 end netip.Addr
88}
89
90// compile-time check that v4Range implements Range
91var _ Range = (*v4Range)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected