Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StatusChange ¶
type StatusChange struct {
Old, New Status
}
type StatusResponse ¶
type StatusResponse struct {
ID int `json:"id"`
Data struct {
Status json.RawMessage `json:"Status"`
} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.