Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTerminalCommands ¶
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand(cmd events.CommandTerminal, commands map[string]ICommands) *Command
type CommandHelp ¶ added in v0.16.0
func NewCommandHelp ¶ added in v0.16.0
func NewCommandHelp() *CommandHelp
type CommandOptions ¶
type CommandOptions struct {
// contains filtered or unexported fields
}
type CommandSudo ¶
func NewCommandSudo ¶
func NewCommandSudo() *CommandSudo
type Terminal ¶
type Terminal struct {
// contains filtered or unexported fields
}
Terminal ...
func NewTerminal ¶
func NewTerminal(lc fx.Lifecycle, config *m.AppConfig, eventBus bus.Bus, adaptors *adaptors.Adaptors, jwtManager jwt_manager.JwtManager, commands map[string]ICommands) (t *Terminal)
NewTerminal ...
func (*Terminal) RunCommand ¶
func (t *Terminal) RunCommand(cmd events.CommandTerminal)
type TerminalResponseMessage ¶
type UpdateAccessTokenMessage ¶
type UpdateAccessTokenMessage struct {
AccessToken string `json:"access_token"`
}
Click to show internal directories.
Click to hide internal directories.