Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { comfig.Logger pgdb.Databaser types.Copuser comfig.Listenerer EndpointsConfiger }
type EndpointsConfig ¶
type EndpointsConfiger ¶
type EndpointsConfiger interface {
EndpointsConfig() *EndpointsConfig
}
func NewEndpointConfiger ¶
func NewEndpointConfiger(getter kv.Getter) EndpointsConfiger
type RawEndpointsConfig ¶
type RawEndpointsConfig struct { Docker bool `fig:"docker"` Endpoints []rawEndpointConfig `fig:"services"` }
Click to show internal directories.
Click to hide internal directories.