Documentation ¶
Index ¶
- type Command
- func (c *Command) AutocompleteArgs() complete.Predictor
- func (c *Command) AutocompleteFlags() complete.Flags
- func (c *Command) Error(err string)
- func (c *Command) Flags() *base.FlagSets
- func (c *Command) Help() string
- func (c *Command) Run(args []string) (retCode int)
- func (c *Command) Synopsis() string
- type ConnectionInfo
- type SessionInfo
- type TerminationInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionInfo ¶
type ConnectionInfo struct {
ConnectionsLeft int32 `json:"connections_left"`
}
type SessionInfo ¶
type TerminationInfo ¶
type TerminationInfo struct {
Reason string `json:"termination_reason"`
}
Click to show internal directories.
Click to hide internal directories.