Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallRequest ¶
type InstallRequest struct {
Service
}
type InstallResult ¶
type InstallResult struct {
}
type ListRequest ¶
type ListRequest struct{}
type ListResult ¶
type ListResult struct {
Names []string
}
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) Install ¶
func (r *Runner) Install(req *InstallRequest, res *InstallResult) error
func (*Runner) List ¶
func (r *Runner) List(req *ListRequest, res *ListResult) error
func (*Runner) Uninstall ¶
func (r *Runner) Uninstall(req *UninstallRequest, res *UninstallResult) error
type UninstallRequest ¶
type UninstallRequest struct {
Name string
}
type UninstallResult ¶
type UninstallResult struct{}
Click to show internal directories.
Click to hide internal directories.