Skip to content

Commit 98c4228

Browse files
authored
Merge pull request #106 from altqq885/fix-reference-sites-method-response
id added to Site struct
2 parents 73370f7 + c5ac02c commit 98c4228

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,7 @@ type StatusGroup struct {
10961096

10971097
// Site type.
10981098
type Site struct {
1099+
ID int `json:"id,omitempty"`
10991100
Name string `json:"name,omitempty"`
11001101
Code string `json:"code,omitempty"`
11011102
URL string `json:"url,omitempty"`

0 commit comments

Comments
 (0)