package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Jun 22, 2021
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Load() (*tuberConfig, error)
func Save(config *tuberConfig) error
type Auth struct {
OAuthClientID string `yaml:"oauth_client_id"`
OAuthSecret string `yaml:"oauth_secret"`
}
Auth is not a cluster
type Cluster struct {
Name string `yaml:"name"`
Shorthand string `yaml:"shorthand"`
URL string `yaml:"url"`
IAPClientID string `yaml:"iap_client_id"`
}
Cluster is a cluster
Source Files
¶
Click to show internal directories.
Click to hide internal directories.