Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIsConfig ¶
type APIsConfig struct { HTTP HTTPConfig `yaml:"http" json:"http"` GRPC GRPCConfig `yaml:"grpc" json:"grpc"` }
func (*APIsConfig) Validate ¶
func (c *APIsConfig) Validate() error
type ClientsConfig ¶
func (*ClientsConfig) Validate ¶
func (c *ClientsConfig) Validate() error
type Config ¶
type Config struct { Log log.Config `yaml:"log" json:"log"` APIs APIsConfig `yaml:"apis" json:"apis"` Clients ClientsConfig `yaml:"clients" json:"clients"` }
Config represent application configuration
type GRPCConfig ¶
type HTTPConfig ¶
Click to show internal directories.
Click to hide internal directories.