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