Chore: merge branch 'ogn-dev' into with-tun

This commit is contained in:
yaling888
2022-05-08 03:12:50 +08:00
5 changed files with 68 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ type Event struct {
Payload string
}
func (e Event) Type() string {
func (e *Event) Type() string {
return e.LogLevel.String()
}