Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type ContextPayload ¶
type ContextPayload struct {
Logfile path.File `json:"logfile"`
GammaPath path.Dir `json:"gamma_dir"`
Executor ExecutorPayload `json:"executor"`
Config cli.PathOrPayload `json:"config"`
}
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (Controller) Run ¶
func (c Controller) Run() (err error)
func (*Controller) SetCli ¶
func (c *Controller) SetCli(cl *cli.Cli)
type ExecutorPayload ¶
type OperationMap ¶
Click to show internal directories.
Click to hide internal directories.