Documentation ¶
Index ¶
- type AuthMethodInfo
- type Command
- type HostInfo
- type InitCommand
- func (c *InitCommand) AutocompleteArgs() complete.Predictor
- func (c *InitCommand) AutocompleteFlags() complete.Flags
- func (c *InitCommand) Flags() *base.FlagSets
- func (c *InitCommand) Help() string
- func (c *InitCommand) ParseFlagsAndConfig(args []string) int
- func (c *InitCommand) Run(args []string) (retCode int)
- func (c *InitCommand) Synopsis() string
- type ScopeInfo
- type TargetInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthMethodInfo ¶
type HostInfo ¶
type HostInfo struct { HostCatalogId string `json:"host_catalog_id"` HostSetId string `json:"host_set_id"` HostId string `json:"host_id"` Type string `json:"type"` ScopeId string `json:"scope_id"` HostCatalogName string `json:"host_catalog_name"` HostSetName string `json:"host_set_name"` HostName string `json:"host_name"` }
type InitCommand ¶
type InitCommand struct { *base.Command SighupCh chan struct{} ReloadedCh chan struct{} SigUSR2Ch chan struct{} Config *config.Config // contains filtered or unexported fields }
func (*InitCommand) AutocompleteArgs ¶
func (c *InitCommand) AutocompleteArgs() complete.Predictor
func (*InitCommand) AutocompleteFlags ¶
func (c *InitCommand) AutocompleteFlags() complete.Flags
func (*InitCommand) Flags ¶
func (c *InitCommand) Flags() *base.FlagSets
func (*InitCommand) Help ¶
func (c *InitCommand) Help() string
func (*InitCommand) ParseFlagsAndConfig ¶
func (c *InitCommand) ParseFlagsAndConfig(args []string) int
func (*InitCommand) Run ¶
func (c *InitCommand) Run(args []string) (retCode int)
func (*InitCommand) Synopsis ¶
func (c *InitCommand) Synopsis() string
type TargetInfo ¶
type TargetInfo struct { TargetId string `json:"target_id"` DefaultPort uint32 `json:"default_port"` SessionMaxSeconds uint32 `json:"session_max_seconds"` SessionConnectionLimit int32 `json:"session_connection_limit"` Type string `json:"type"` ScopeId string `json:"scope_id"` Name string `json:"name"` }
Click to show internal directories.
Click to hide internal directories.