fix no config panic & wingmate.yaml doc
This commit is contained in:
@@ -4,12 +4,14 @@ type Content interface {
|
||||
Msg(string)
|
||||
Msgf(string, ...any)
|
||||
Str(string, string) Content
|
||||
Err(error) Content
|
||||
}
|
||||
|
||||
type Level interface {
|
||||
Info() Content
|
||||
Warn() Content
|
||||
Error() Content
|
||||
Fatal() Content
|
||||
}
|
||||
|
||||
type Log interface {
|
||||
|
||||
Reference in New Issue
Block a user