Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegisterResponse ¶
type RegisterResponse struct { Data struct { Email string `json:"email"` } Key string `json:"key"` Org string `jsong:"org"` Error string }
RegisterResponse contains the result of user registration
type StateListResponse ¶
type StateListResponse struct {
Data []State
}
StateListResponse holds list of states
type StateResponse ¶
type StateResponse struct { Data struct { ID string `json:"id"` } }
StateResponse holds the state response
Click to show internal directories.
Click to hide internal directories.