Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestAPIProvider ¶
type RestAPIProvider struct { Host string `yaml:"host"` Insecure bool `yaml:"insecure"` Timeout time.Duration `yaml:"timeout"` }
RestAPIProvider defines the configuration specific to the connection to RestAPIProvider.
type Spec ¶
type Spec struct { AppName string `yaml:"appName" envconfig:"APP_NAME"` Environment string `yaml:"environment"` Host string `yaml:"host"` Insecure bool `yaml:"insecure"` RestAPIProvider RestAPIProvider `yaml:"restAPIProvider"` Port uint16 `yaml:"port"` }
Spec defines the configuration relevant to the gRPC API.
Click to show internal directories.
Click to hide internal directories.