Documentation ¶ Index ¶ type Controller func New(param *config.Param, fs afero.Fs, rt *runtime.Runtime, stdout io.Writer) *Controller func (c *Controller) SetShell(_ context.Context, _ *logrus.Entry, _ *config.Param, shellType string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Controller ¶ type Controller struct { // contains filtered or unexported fields } func New ¶ func New(param *config.Param, fs afero.Fs, rt *runtime.Runtime, stdout io.Writer) *Controller func (*Controller) SetShell ¶ func (c *Controller) SetShell(_ context.Context, _ *logrus.Entry, _ *config.Param, shellType string) error Source Files ¶ View all Source files controller.go set_shell.go Click to show internal directories. Click to hide internal directories.