Skip to content

Commit

Permalink
Merge pull request #122 from mackerelio/mod-host-types
Browse files Browse the repository at this point in the history
drop Type field from Host and introduce Size instead
  • Loading branch information
astj authored Mar 10, 2021
2 parents 5f3cea5 + 1c00739 commit 3481b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Host struct {
Name string `json:"name"`
DisplayName string `json:"displayName,omitempty"`
CustomIdentifier string `json:"customIdentifier,omitempty"`
Type string `json:"type"`
Size string `json:"size"`
Status string `json:"status"`
Memo string `json:"memo"`
Roles Roles `json:"roles"`
Expand Down

0 comments on commit 3481b0f

Please sign in to comment.