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

Struct NetworkMap

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

网络

Source from the content-addressed store, hash-verified

20
21// 网络
22type NetworkMap struct {
23 Aliases []string `yaml:"aliases,omitempty"` // 别名列表
24 // TODO ipv4_address
25 // TODO ipv6_address
26 // TODO ipam
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected