config

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogSetting

type LogSetting struct {
	LogName       string `json:"logName" yaml:"logName"`
	TextFormat    string `json:"textFormat" yaml:"textFormat"`
	TimePrecision string `json:"timePrecision" yaml:"timePrecision"`
	MaxSize       int    `json:"maxSize" yaml:"maxSize"`
	MaxBackups    int    `json:"maxBackups" yaml:"maxBackups"`
	MaxAge        int    `json:"maxAge" yaml:"maxAge"`
	Compress      bool   `json:"compress" yaml:"compress"`
}
var Setting *LogSetting = &LogSetting{}

Jump to

Keyboard shortcuts

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