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

Struct Network

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

网络配置

Source from the content-addressed store, hash-verified

20
21// 网络配置
22type Network struct {
23 // TODO driver
24 // TODO driver_opts
25 // TODO attachable
26 // TODO enable_ipv6
27 // TODO ipam
28 // TODO internal
29 // TODO labels
30 External bool `yaml:"external,omitempty"` // 是否是外部创建
31 // TODO name
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected