Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logger l.Wrapper `yaml:"-"` Listen string `yaml:"Listen"` WebListen string `yaml:"WebListen"` GRPCTLSConfig *servicetoolset.GRPCTlsFileConfig `yaml:"GRPCTLSConfig"` RedisDSN string `yaml:"RedisDSN"` UserMongoDSN string `yaml:"UserMongoDSN"` DefaultDomain string `yaml:"DefaultDomain"` DebugCfg DebugCfg `yaml:"DebugCfg"` OAuthListen string `yaml:"OAuthListen"` OAuthClientCredentials map[string]OAuthClientCredential `yaml:"OAuthClientCredentials"` }
type DebugCfg ¶
type DebugCfg struct {
AuthenticatorGoogle2FA *DebugCfgAuthenticatorGoogle2FA `yaml:"AuthenticatorGoogle2FA"`
}
type OAuthClientCredential ¶
Click to show internal directories.
Click to hide internal directories.