Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckedFormat ¶
type CheckedFormat struct {
// contains filtered or unexported fields
}
func (*CheckedFormat) Set ¶
func (f *CheckedFormat) Set(s string) error
func (*CheckedFormat) String ¶
func (f *CheckedFormat) String() string
type CheckedLevel ¶
type CheckedLevel struct {
// contains filtered or unexported fields
}
func (*CheckedLevel) Set ¶
func (l *CheckedLevel) Set(s string) error
func (*CheckedLevel) String ¶
func (l *CheckedLevel) String() string
type Config ¶
type Config struct {
Format *CheckedFormat
Level *CheckedLevel
}
Click to show internal directories.
Click to hide internal directories.