Adjust struct variable naming
This commit is contained in:
parent
fdb409bae6
commit
4eb1f18bf5
|
@ -4,7 +4,7 @@ type SpaceAPIResponseV14 struct {
|
|||
APICompatibility []string `json:"api_compatibility"`
|
||||
Space string `json:"space"`
|
||||
Logo string `json:"logo"`
|
||||
ExtCcc string `json:"ext_ccc"`
|
||||
ExtCCC string `json:"ext_ccc"`
|
||||
URL string `json:"url"`
|
||||
Location struct {
|
||||
Address string `json:"address"`
|
||||
|
@ -17,10 +17,10 @@ type SpaceAPIResponseV14 struct {
|
|||
} `json:"state"`
|
||||
Contact struct {
|
||||
Phone string `json:"phone"`
|
||||
Irc string `json:"irc"`
|
||||
IRC string `json:"irc"`
|
||||
Mastodon string `json:"mastodon"`
|
||||
Email string `json:"email"`
|
||||
Ml string `json:"ml"`
|
||||
ML string `json:"ml"`
|
||||
Matrix string `json:"matrix"`
|
||||
} `json:"contact"`
|
||||
Feeds struct {
|
||||
|
|
Loading…
Reference in a new issue