| 17 | ) |
| 18 | |
| 19 | type 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 | |
| 32 | func (m *ScmrCreate) ensure() { |
| 33 | if m.ServiceName == "" { |
nothing calls this directly
no outgoing calls
no test coverage detected