Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Port int64 Debug bool TLSCertFile string TLSKeyFile string AuthDisabled bool JWKSUri string RequestPolicy string ResponsePolicy string CorsAllowOrigins []string CorsAllowMethods []string CorsAllowHeaders []string StorageProvider map[string]string CacheProvider map[string]string }
func (*Config) SetDefaults ¶
func (c *Config) SetDefaults()
Click to show internal directories.
Click to hide internal directories.