From 9d7fca715608c899a99c45901ef7ed90bfe01391 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Fri, 19 Jan 2024 15:52:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=20Entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/log/log.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/log/log.go b/pkg/log/log.go index 20b2e8ee..16d00cbd 100644 --- a/pkg/log/log.go +++ b/pkg/log/log.go @@ -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"` -- GitLab