Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnableServiceHandler ¶
type EnableServiceHandler interface {
EnableService(ctx context.Context, dryrun bool, name string) (err error)
}
func NewEnableService ¶
func NewEnableService(execIF exec.Interface) EnableServiceHandler
type EnableServiceHandlerFunc ¶
func (EnableServiceHandlerFunc) EnableService ¶
type StartServiceHandler ¶
type StartServiceHandler interface {
StartService(ctx context.Context, dryrun bool, name string) (err error)
}
func NewStartService ¶
func NewStartService(execIF exec.Interface) StartServiceHandler
type StartServiceHandlerFunc ¶
func (StartServiceHandlerFunc) StartService ¶
Click to show internal directories.
Click to hide internal directories.