chore(linting): apply gofumpt & goimports to all .go files (#225)
This commit is contained in:
parent
c4b7ef9160
commit
b5da6ec29b
45 changed files with 539 additions and 479 deletions
|
@ -14,12 +14,12 @@ type keyFile struct {
|
|||
Type string `json:"type"` // serviceaccount or application
|
||||
KeyID string `json:"keyId"`
|
||||
Key string `json:"key"`
|
||||
Issuer string `json:"issuer"` //not yet in file
|
||||
Issuer string `json:"issuer"` // not yet in file
|
||||
|
||||
//serviceaccount
|
||||
// serviceaccount
|
||||
UserID string `json:"userId"`
|
||||
|
||||
//application
|
||||
// application
|
||||
ClientID string `json:"clientId"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue