MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / ScmrCreate

Struct ScmrCreate

pkg/goexec/scmr/create.go:19–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type ScmrCreate struct {
20 Scmr
21 goexec.Cleaner
22 goexec.Executor
23
24 IO goexec.ExecutionIO
25
26 NoDelete bool
27 NoStart bool
28 ServiceName string
29 DisplayName string
30}
31
32func (m *ScmrCreate) ensure() {
33 if m.ServiceName == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected