From 422b380e3b700d86ba39773d34fba4baa14bf2fd Mon Sep 17 00:00:00 2001 From: "taisuke.fujita" Date: Wed, 16 Dec 2020 18:32:51 +0900 Subject: [PATCH] fix aceess log --- internal/types/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/types/types.go b/internal/types/types.go index acba046..5a4d38b 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -25,6 +25,8 @@ type AccessLog struct { Time time.Time `json:"time"` Trace string `json:"logging.googleapis.com/trace"` HTTPRequest HTTPRequest `json:"httpRequest"` + // this is dummy field + Message string `json:"message"` } type SourceLocation struct {