types

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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"`
}

type UpdatePantryDetailsInput

type UpdatePantryDetailsInput struct {
	Name        string `json:"name"`
	Description string `json:"description"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL