package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 31, 2023
License: Unlicense
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Application struct {
Conf Config
}
type Config struct {
GRPC struct {
Host string `toml:"host"`
Port string `toml:"port"`
} `toml:"GRPC"`
Core struct {
Frequency time.Duration `toml:"frequency"`
} `toml:"core"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.