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

Struct Image

cli/pkg/docker/compose/image.go:28–31  ·  view source on GitHub ↗

镜像

Source from the content-addressed store, hash-verified

26
27// 镜像
28type Image struct {
29 Name string
30 Tag string
31}
32
33// 新建一个镜像
34func NewImage(name string, tag string) Image {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected