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

Struct Docker

cli/pkg/common/docker.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37)
38
39type Docker struct {
40 client *client.Client
41}
42
43func NewDocker(c *client.Client) *Docker {
44 return &Docker{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected