Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DumpConfig ¶
type DumpConfig struct { Level string `toml:"level"` Path string `toml:"path"` TimeBlock int `toml:"time-block"` }
func (*DumpConfig) Build ¶
func (dc *DumpConfig) Build() (Output, error)
type StdoutConfig ¶
type StdoutConfig struct {
Level string `toml:"level"`
}
func (*StdoutConfig) Build ¶
func (sc *StdoutConfig) Build() (Output, error)
type WriteSyncer ¶
Click to show internal directories.
Click to hide internal directories.