wheat-cache/pkg/middle-msg/logx.go

11 lines
121 B
Go
Raw Normal View History

2021-10-05 21:36:57 +08:00
package middle_msg
import "time"
type LogContext struct {
Level string
Data time.Time
Msg string
Route string
}