Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PathToDefaultCnfParamsFile path to config file with default cnf parameters.
PathToDefaultCnfParamsFile = "./default.yaml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CNFConfig ¶
type CNFConfig struct {
*config.GeneralConfig
}
CNFConfig type keeps core configuration.
func NewCNFConfig ¶
func NewCNFConfig() *CNFConfig
NewCNFConfig returns instance of CNF config type.
Click to show internal directories.
Click to hide internal directories.