forked from p93542168/wheat-cache
11 lines
121 B
Go
11 lines
121 B
Go
|
package middle_msg
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
type LogContext struct {
|
||
|
Level string
|
||
|
Data time.Time
|
||
|
Msg string
|
||
|
Route string
|
||
|
}
|