Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
Configuration should be implemented for load and save of SM client config
func NewSMConfiguration ¶
func NewSMConfiguration(viperEnv *viper.Viper, cfgFile string) (Configuration, error)
NewSMConfiguration returns implementation of Configuration interface
type Settings ¶ added in v1.5.0
type Settings struct { auth.Token ClientID string ClientSecret string AuthorizationEndpoint string TokenEndpoint string IssuerURL string AuthFlow auth.Flow URL string User string TokenBasicAuth bool SSLDisabled bool }
Settings contains the information that will be saved/loaded in the CLI config file
Click to show internal directories.
Click to hide internal directories.