feat(middle-msg) make log msg standard
This commit is contained in:
parent
b75aa1d141
commit
5061b2e3da
|
@ -0,0 +1,10 @@
|
|||
package middle_msg
|
||||
|
||||
import "time"
|
||||
|
||||
type LogContext struct {
|
||||
Level string
|
||||
Data time.Time
|
||||
Msg string
|
||||
Route string
|
||||
}
|
Loading…
Reference in New Issue