Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Row ¶
type Row struct { Time string `json:"time"` Level string `json:"level"` Caller string `json:"caller"` Msg string `json:"message"` }
{"Name": "time","Title":"时间","Type":"string","Width":160}, {"Name": "level","Title":"级别","Type":"string","Width":70}, {"Name": "caller","Title":"位置","Type":"string","Width":170}, {"Name": "message","Title":"消息","Type":"string"}
Click to show internal directories.
Click to hide internal directories.