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

Struct portRange

cli/command/service/formatter.go:734–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734type portRange struct {
735 pStart uint32
736 pEnd uint32
737 tStart uint32
738 tEnd uint32
739 protocol network.IPProtocol
740}
741
742func (pr portRange) String() string {
743 var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected