Versions in this module Expand all Collapse all v0 v0.0.4 Apr 22, 2024 v0.0.3 Feb 2, 2024 v0.0.2 Jan 31, 2024 v0.0.1 Jan 2, 2024 Changes in this version + type Collection struct + ItemCount int64 + List []T + Options *Options + Page int64 + PageSize int64 + Sort [][]string + Summary T + Where map[string]interface{} + func (c *Collection[T]) Fetch(ctx context.Context) error + func (c *Collection[T]) Opt() *Options + func (c Collection[T]) Limit() int64 + func (c Collection[T]) Offset() int64 + func (c Collection[T]) Order(db *gorm.DB) *gorm.DB + type Options struct + NoCount bool + Refresh bool