responses

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KeysetBasedList added in v1.1.1

type KeysetBasedList struct {
	Hash        string      `json:"hash"`
	Limit       int         `json:"limit"`
	LastValue   interface{} `json:"last_value"`
	HasNextPage bool        `json:"has_next_page"`
}

func (*KeysetBasedList) GenerateHash added in v1.2.0

func (r *KeysetBasedList) GenerateHash(data interface{}) error

type OffsetBasedList added in v1.1.1

type OffsetBasedList struct {
	Hash       string `json:"hash"`
	Limit      int    `json:"limit"`
	Offset     int    `json:"offset"`
	TotalCount int    `json:"total_count"`
}

func (*OffsetBasedList) GenerateHash added in v1.1.1

func (r *OffsetBasedList) GenerateHash(data interface{}) error

Jump to

Keyboard shortcuts

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