Versions in this module Expand all Collapse all v0 v0.1.0 Jun 14, 2020 Changes in this version + var Config = &XeneConfig + var ConfigFile string + type APIServerOpts struct + AllowedDomains []string + CertFile string + DisableAuth bool + Host string + JWTSecret string + KeyFile string + Oauth map[string]OauthProvider + Port uint32 + Scheme string + Standalone bool + UnixSocketPath string + VerboseLogs bool + type AgentOpts struct + APIAuthToken string + APIServer string + Address string + CertFile string + ClientCertFile string + ClientKeyFile string + Host string + Insecure bool + JWTSecret string + KeyFile string + LocalLogServer bool + LogServerPort uint32 + Name string + Port uint32 + RootCACert string + ServerName string + StorageDir string + type OauthProvider struct + ClientID string + ClientSecret string + Name string + RedirectURL string + Scopes []string + type Store struct + Engine string + StorageDirectory string + type XeneConfig struct + APIServer APIServerOpts + Agent AgentOpts + Store Store