Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Path = "~/.shellz" Paths = map[string]string(nil) )
Functions ¶
Types ¶
type Identities ¶
type Identity ¶
type Proxy ¶
type Shell ¶
type Shell struct { Name string `json:"name"` Host string `json:"host"` Port int `json:"port"` IdentityName string `json:"identity"` Type string `json:"type"` Ciphers []string `json:"ciphers"` HTTPS bool `json:"https"` Insecure bool `json:"insecure"` Enabled bool `json:"enabled"` Groups []string `json:"groups"` Proxy Proxy `json:"proxy"` Tunnel Tunnel `json:"tunnel"` Namespace string `json:"namespace"` Container string `json:"container"` Pod string `json:"pod"` Identity *Identity `json:"-"` Path string `json:"-"` }
Click to show internal directories.
Click to hide internal directories.