MCPcopy
hub / github.com/baetyl/baetyl / Activate

Struct Activate

initz/activate.go:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type Activate struct {
39 log *log.Logger
40 cfg *config.Config
41 tomb v2utils.Tomb
42 http *http.Client
43 srv *gohttp.Server
44 ami ami.AMI
45 batch *batch
46 attrs map[string]string
47 sig chan bool
48}
49
50// NewActivate creates a new activate
51func NewActivate(cfg *config.Config) (*Activate, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected