Versions in this module Expand all Collapse all v1 v1.0.1 Apr 9, 2025 v1.0.0 Feb 26, 2025 Changes in this version + type UserRepo interface + Count func(ctx context.Context, query *gormx.Query) (int64, error) + Create func(ctx context.Context, data ...*entity.User) error + DB func(ctx context.Context) *gorm.DB + Delete func(ctx context.Context, id int64) error + GetByID func(ctx context.Context, id int64) (*entity.User, error) + IsDuplicatedKeyError func(err error) bool + IsNotFoundError func(err error) bool + List func(ctx context.Context, query *gormx.Query) ([]*entity.User, error) + Update func(ctx context.Context, e *entity.User) error