Skip to content
Snippets Groups Projects
Commit 1dc6c54f authored by Pavel Antonov's avatar Pavel Antonov :asterisk: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 8c2e2f15
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ func (l Level) String() string {
}
type Entry struct {
ID string `json:"_id" bson:"_id" mapstructure:"_id"`
ID string `json:"id" bson:"_id" mapstructure:"id"`
Timestamp time.Time `json:"timestamp,omitempty" bson:"timestamp,omitempty" mapstructure:"timestamp,omitempty"`
Level Level `json:"level,omitempty" bson:"level,omitempty" mapstructure:"level,omitempty"`
Message string `json:"message,omitempty" bson:"message,omitempty" mapstructure:"message,omitempty"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment