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 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
Click to show internal directories.
Click to hide internal directories.