Documentation ¶ Index ¶ type QueryParams Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type QueryParams ¶ type QueryParams struct { Filter string `json:"filter"` Limit int `json:"limit"` Order string `json:"order"` After string `json:"after"` Before string `json:"before"` } Source Files ¶ View all Source files queryparams.go Click to show internal directories. Click to hide internal directories.