Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶
type Console struct {
Filename string `json:"filename" yaml:"filename"`
MaxSize int `json:"maxsize" yaml:"maxsize"`
MaxAge int `json:"maxage" yaml:"maxage"`
MaxBackups int `json:"maxbackups" yaml:"maxbackups"`
LocalTime bool `json:"localtime" yaml:"localtime"`
// contains filtered or unexported fields
}
type Ticker ¶
type Ticker struct {
Filename string `json:"filename" yaml:"filename"`
MaxSize int `json:"maxsize" yaml:"maxsize"`
MaxAge int `json:"maxage" yaml:"maxage"`
MaxBackups int `json:"maxbackups" yaml:"maxbackups"`
LocalTime bool `json:"localtime" yaml:"localtime"`
sync.Mutex
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.