package
Version:
v1.2.4
Opens a new window with list of versions in this module.
Published: Aug 12, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
Version string `yaml:"version"`
Commit string `yaml:"commit"`
Date string `yaml:"date"`
}
Build - contains all build information
type Config struct {
Project Project `yaml:"project"`
}
Config - contains all configuration parameters in config package.
func GetConfigInstance() Config
GetConfigInstance returns service config
type Project struct {
Name string `yaml:"name"`
Build Build `yaml:"build"`
}
Project - contains all parameters project information.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.