MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / Port

Interface Port

cli/pkg/docker/compose/port.go:22–24  ·  view source on GitHub ↗

暴露的端口映射的公共接口

Source from the content-addressed store, hash-verified

20
21// 暴露的端口映射的公共接口
22type Port interface {
23 IsPort() bool
24}

Callers

nothing calls this directly

Implementers 2

PortComplexcli/pkg/docker/compose/port_complex.go
PortSimplecli/pkg/docker/compose/port_simple.go

Calls

no outgoing calls

Tested by

no test coverage detected