MCPcopy Create free account
hub / github.com/cloudfoundry/garden / IPRange

Struct IPRange

net_out_rule.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type IPRange struct {
33 Start net.IP `json:"start,omitempty"`
34 End net.IP `json:"end,omitempty"`
35}
36
37type PortRange struct {
38 Start uint16 `json:"start,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected