# Functions
CreateListener create net listener by given address and returns it and port.
No description provided by the author
NewEtcdOptions create a `zero` value instance.
NewFeatureOptions creates a FeatureOptions object with default parameters.
NewGRPCOptions is for creating an unauthenticated, unauthorized, insecure port.
NewInsecureServingOptions is for creating an unauthenticated, unauthorized, insecure port.
Deprecated: Use OAuthOptions instead.
NewMySQLOptions create a `zero` value instance.
NewOauthOptions creates a OAuthOptions object with default parameters.
NewRedisOptions create a `zero` value instance.
NewSecureServingOptions creates a SecureServingOptions object with default parameters.
NewServerRunOptions creates a new ServerRunOptions object with default parameters.
# Constants
No description provided by the author
# Variables
AllowAllRedirectURI Allow any redirect URI if the redirectURI is defined in request.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
CertKey contains configuration items related to certificate.
No description provided by the author
EtcdOptions defines options for etcd cluster.
FeatureOptions contains configuration items related to API server features.
GeneratableKeyCert contains configuration items related to certificate.
GRPCOptions are for creating an unauthenticated, unauthorized, insecure port.
No description provided by the author
InsecureServingOptions are for creating an unauthenticated, unauthorized, insecure port.
JwtOptions contains configuration items related to API server features.
MySQLOptions defines options for mysql database.
No description provided by the author
RedisOptions defines options for redis cluster.
SecureServingOptions contains configuration items related to HTTPS server startup.
ServerRunOptions contains the options while running a generic api server.
# Type aliases
DynamicOptions accept dynamic configuration, the type of key MUST be string.