Skip to content
Snippets Groups Projects
Commit 9d7fca71 authored by ko_oler's avatar ko_oler
Browse files

правки в Entry

parent 46a33abf
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,6 @@ func (l Level) String() string {
}
}
type Caller struct {
User *string `json:"user,omitempty" bson:"user"`
Client *string `json:"client,omitempty" bson:"client"`
Service *string `json:"service,omitempty" bson:"service"`
}
type Entry struct {
ID string `json:"ID,omitempty" bson:"ID"`
Timestamp time.Time `json:"timestamp" bson:"timestamp"`
......
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