package
Version:
v0.0.0-...-9ff3cc9
Opens a new window with list of versions in this module.
Published: Dec 3, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
LogLevel string `json:"log_level"`
GRPCEndpoint *Endpoint `json:"grpc_endpoint"`
HTTPEndpoint *Endpoint `json:"http_endpoint"`
RuntimeConfig *config.Config `json:"runtime_config"`
}
Config of service.
type Endpoint struct {
Address string `json:"address"`
Port uint16 `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.