add type Map for log data

This commit is contained in:
namhq1989 2022-08-24 10:28:30 +07:00
parent 1dc6970cea
commit 595811dd1f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
) )
type ( type (
Data struct { LogData struct {
Source string Source string
Message string Message string
Data interface{} Data interface{}