package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Jun 25, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Log LogConfig `mapstructure:"log"`
}
type LogConfig struct {
Filename string `mapstructure:"filename"`
Level log.Level `mapstructure:"level"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.