types

package
v0.0.0-...-a1b4a84 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoggerOption

type LoggerOption struct {
	EnableSaveFile bool   `yaml:"enable_save_file" mapstructure:"enable_save_file"`
	SavePath       string `yaml:"save_path" mapstructure:"save_path"`

	MaxBackups int `yaml:"max_backups" mapstructure:"max_backups"`
	MaxSize    int `yaml:"max_size" mapstructure:"max_size"`
	MaxAge     int `yaml:"max_age" mapstructure:"max_age"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL