Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPGConfig ¶
func NewPrometheusConfig ¶
func NewPrometheusConfig() (*prometheusConfig, error)
func NewSwaggerConfig ¶
func NewSwaggerConfig() (*swaggerConfig, error)
Types ¶
type GrpcConfig ¶
type GrpcConfig struct {
// contains filtered or unexported fields
}
func NewGRPCConfig ¶
func NewGRPCConfig() (*GrpcConfig, error)
func (*GrpcConfig) Address ¶
func (cfg *GrpcConfig) Address() string
type HTTPConfig ¶
type HTTPConfig struct {
// contains filtered or unexported fields
}
func NewHTTPConfig ¶
func NewHTTPConfig() (*HTTPConfig, error)
func (*HTTPConfig) Address ¶
func (cfg *HTTPConfig) Address() string
type JwtConfig ¶
type JwtConfig struct {
// contains filtered or unexported fields
}
func NewJwtConfig ¶
func (*JwtConfig) GetAccessSecret ¶
func (*JwtConfig) GetRefreshSecret ¶
Click to show internal directories.
Click to hide internal directories.