MCPcopy Create free account
hub / github.com/bytesizedhosting/bcd / Start

Method Start

plugins/base.go:114–114  ·  view source on GitHub ↗
(*AppConfig)

Source from the content-addressed store, hash-verified

112type appPlugin interface {
113 Plugin
114 Start(*AppConfig) error
115 Stop(*AppConfig) error
116 Status(*AppConfig) (*docker.State, error)
117 Restart(*AppConfig) error

Callers 1

StartMethod · 0.65

Implementers 2

Baseplugins/base.go
BaseRPCplugins/base_rpc.go

Calls

no outgoing calls

Tested by

no test coverage detected