Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { Channel string `json:"channel" bason:"channel"` LogId string `json:"log_id" bson:"log_id"` SenderId string `json:"sender_id" bson:"sender_id"` Timestamp int64 `json:"timestamp" bson:"timestamp"` Level string `json:"level" bson:"level"` Message string `json:"message" bson:"message"` Data map[string]interface{} `json:"data" bson:"data"` }
Click to show internal directories.
Click to hide internal directories.