Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct {
Grpc GrpcConfig `yaml:"grpc" json:"grpc"`
}
type Config ¶
type Config struct { Server http.ServerConfig `yaml:"server" json:"server"` Client ClientConfig `yaml:"client" json:"client"` }
Config
type ErrorResponse ¶
ErrorResponse ErrorResponse
func NewErrorResponse ¶
func NewErrorResponse(errCode, message string) ErrorResponse
NewErrorResponse NewErrorResponse
type GrpcConfig ¶
Click to show internal directories.
Click to hide internal directories.