Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Debug bool
Functions ¶
This section is empty.
Types ¶
type LocalConfig ¶ added in v0.9.7
type LocalConfig struct {
// contains filtered or unexported fields
}
Implementation of our Configuration object
func (LocalConfig) GetCertPath ¶ added in v0.9.7
func (m LocalConfig) GetCertPath() string
func (LocalConfig) GetPrivateKeyPath ¶ added in v0.9.7
func (m LocalConfig) GetPrivateKeyPath() string
func (LocalConfig) GetPublicKeyPath ¶ added in v0.9.7
func (m LocalConfig) GetPublicKeyPath() string
func (LocalConfig) IsDebug ¶ added in v0.9.7
func (m LocalConfig) IsDebug() bool
func (LocalConfig) LoadLogin ¶ added in v0.9.7
func (m LocalConfig) LoadLogin() *Login
func (LocalConfig) WriteLogin ¶ added in v0.9.7
func (m LocalConfig) WriteLogin(auth string, token string, endpoint string) error
Click to show internal directories.
Click to hide internal directories.