diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:40:39 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:40:39 +0100 |
| commit | 8be555e5f91c6069c3d51cb014f1849fd182b1dc (patch) | |
| tree | 9c78f2ee1f5122da1e1ed3e452682f7f6744778f /types/server.go | |
| parent | 791fffebff4499e4fad3217e2160596e1b8b3eea (diff) | |
Style: Use stylecheck and fix errors
Diffstat (limited to 'types/server.go')
| -rw-r--r-- | types/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types/server.go b/types/server.go index e149b16..24db8f2 100644 --- a/types/server.go +++ b/types/server.go @@ -17,7 +17,7 @@ type DiscoveryOrganizations struct { type DiscoveryOrganization struct { DisplayName DiscoMapOrString `json:"display_name"` - OrgId string `json:"org_id"` + OrgID string `json:"org_id"` SecureInternetHome string `json:"secure_internet_home"` KeywordList DiscoMapOrString `json:"keyword_list"` } |
