Documentation ¶
Index ¶
- func Login(auth *ConfigAuth, token *ConfigToken) error
- func Read(config *Config) error
- func Refresh() error
- func SshAdd(name string, path string) error
- func SshPath(name string) string
- func SshRead(name string) (ssh.AuthMethod, error)
- func TokenId() string
- func Write(config *Config) error
- type Config
- type ConfigAuth
- type ConfigSsh
- type ConfigToken
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Login ¶
func Login(auth *ConfigAuth, token *ConfigToken) error
Types ¶
type Config ¶
type Config struct { Auth ConfigAuth Token ConfigToken Ssh []ConfigSsh }
type ConfigAuth ¶
type ConfigToken ¶
Click to show internal directories.
Click to hide internal directories.