Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPantryResponse ¶
type GetPantryResponse struct {
Name string `json:"name"`
Description string `json:"description"`
Errors []interface{} `json:"errors"`
Notifications bool `json:"notifications"`
PercentFull int `json:"percentFull"`
Baskets []struct {
Name string `json:"name"`
TTL int `json:"ttl"`
} `json:"baskets"`
}
Click to show internal directories.
Click to hide internal directories.