package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
AdminGRPCPort int `yaml:"adminGrpcPort"`
InternalGRPCPort int `yaml:"internalGrpcPort"`
Database db.Config `yaml:"database"`
}
Config is the configuration.
Parse parses the configuration file at the given path, returning a new
Config struct.
Validate validates the configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.