package
Version:
v0.0.0-...-213ebd6
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LogConf struct {
Dir string `yaml:"dir"`
Name string `yaml:"name"`
Level string `yaml:"level"`
MaxSize int `yaml:"max_size"`
MaxBackups int `yaml:"max_backups"`
MaxAge int `yaml:"max_age"`
Compress bool `yaml:"compress"`
}
type OtelConf struct {
GrpcAddress string `yaml:"grpc_address"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.