File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ type MarketProduct struct {
3232}
3333
3434type orderableAddons struct {
35- Id string `json:"id"`
35+ ID string `json:"id"`
3636 Name string `json:"name"`
3737 Min int `json:"min"`
3838 Max int `json:"max"`
@@ -80,7 +80,7 @@ type HostKey struct {
8080}
8181
8282type transactionMeta struct {
83- Id string `json:"id"`
83+ ID string `json:"id"`
8484 Date time.Time `json:"date"`
8585 Status string `json:"status"`
8686 ServerNumber string `json:"server_number"`
@@ -127,7 +127,7 @@ type MarketTransaction struct {
127127type Transaction struct {
128128 transactionMeta
129129 Product struct {
130- Id string `json:"id"`
130+ ID string `json:"id"`
131131 productMeta
132132 Location interface {} `json:"location"`
133133 } `json:"product"`
You can’t perform that action at this time.
0 commit comments