Skip to content

Commit

Permalink
fix aceess log
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Dec 16, 2020
1 parent 0177028 commit 422b380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 422b380

Please sign in to comment.