Skip to content

Commit

Permalink
Make clientID interface{}
Browse files Browse the repository at this point in the history
  • Loading branch information
hazanosher committed Aug 31, 2022
1 parent bad510d commit 6395bd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion management/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type Log struct {
Type *string `json:"type"`

// The id of the client
ClientID *string `json:"client_id"`
ClientID interface{} `json:"client_id"`

// The name of the client
ClientName *string `json:"client_name"`
Expand Down
12 changes: 11 additions & 1 deletion management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6395bd9

Please sign in to comment.