MCPcopy
hub / github.com/baetyl/baetyl / Program

Struct Program

program/program.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type Program struct {
16 cfg Config
17 cmd *exec.Cmd
18 svc service.Service
19 exit chan struct{}
20 log io.Writer
21}
22
23func (p *Program) Start(s service.Service) error {
24 // Look for exec.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected