package middle_msg
import "time"
var (
EventNameLog = "log-context"
)
type LogContext struct {
Level string
Data time.Time
Msg string
Route string
}