MCPcopy Create free account
hub / github.com/docker/compose / PortOptions

Struct PortOptions

pkg/api/api.go:469–472  ·  view source on GitHub ↗

PortOptions group options of the Port API

Source from the content-addressed store, hash-verified

467
468// PortOptions group options of the Port API
469type PortOptions struct {
470 Protocol string
471 Index int
472}
473
474// OCIVersion controls manifest generation to ensure compatibility
475// with different registries.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected