Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthConfig ¶
type AuthConfig interface {
Address() string
}
func NewAuthConfig ¶
func NewAuthConfig() (AuthConfig, error)
type GRPCConfig ¶
type GRPCConfig interface {
Address() string
}
func NewGRPCConfig ¶
func NewGRPCConfig() (GRPCConfig, error)
type HTTPConfig ¶
type HTTPConfig interface {
Address() string
}
func NewHTTPConfig ¶
func NewHTTPConfig() (HTTPConfig, error)
type SwaggerConfig ¶
type SwaggerConfig interface {
Address() string
}
func NewSwaggerConfig ¶
func NewSwaggerConfig() (SwaggerConfig, error)
Click to show internal directories.
Click to hide internal directories.