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

Interface VolumeMap

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

暴露的路径映射的公共接口

Source from the content-addressed store, hash-verified

20
21// 暴露的路径映射的公共接口
22type VolumeMap interface {
23 IsVolumeMap() bool
24}

Callers

nothing calls this directly

Implementers 2

VolumeMapComplexcli/pkg/docker/compose/volume_map_comp
VolumeMapSimplecli/pkg/docker/compose/volume_map_simp

Calls

no outgoing calls

Tested by

no test coverage detected