MCPcopy Index your code
hub / github.com/bytesizedhosting/bcd / Base

Struct Base

plugins/base.go:234–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234type Base struct {
235 prefix string
236 Name string `json:"name"`
237 Version int `json:"version"`
238 Manifest *Manifest
239 DockerClient *docker.Client
240}
241
242type AppConfig struct {
243 ContainerId string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected