Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataEnvelope ¶
type DataEnvelope[T any] struct { Data []T `json:"data"` Paginator *Paginator `json:"paginator,omitempty"` Error any `json:"error,omitempty"` }
func NewEnvelope ¶
func NewEnvelope[T any](data []T, p *Paginator) DataEnvelope[T]
func NewErrorEnvelope ¶
func NewErrorEnvelope(err any) DataEnvelope[any]
Click to show internal directories.
Click to hide internal directories.