Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Server string
Username string
Password string
Certificate string
Directory string
Login struct {
UserID string
DeviceID string
AccessToken string
}
// contains filtered or unexported fields
}
Config is all the state we need
func Load ¶
Load will read from disk, or create on disk if it does not exist
Source Files
¶
- config.go
Click to show internal directories.
Click to hide internal directories.