Skip to content
Snippets Groups Projects
Commit 6a69e042 authored by ko_oler's avatar ko_oler
Browse files

Изменено название тегов для поля ID объекта Entry

parent 352bd9e0
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ func EntryFromPB(request *pb.LogEntry) *Entry {
func (e *Entry) ToMap() map[string]any {
res := map[string]any{
"_id": e.ID,
"id": e.ID,
"timestamp": e.Timestamp,
"level": e.Level,
"message": e.Message,
......
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