Versions in this module Expand all Collapse all v0 v0.0.1 Dec 6, 2024 Changes in this version + type Result struct + Items []T + Page int + RowsPerPage int + Total int + func NewResult[T any](items []T, total int, page page.Page) Result[T] + func (r Result[T]) Encode() ([]byte, string, error)