Versions in this module Expand all Collapse all v0 v0.1.0 Jun 1, 2026 Changes in this version + type Entity interface + APIVersion func() string + GetMeta func() *v1.Meta + JSONField func() string + Kind func() string + Schema func() string + TableName func() string + type Storage interface + Create func(ctx context.Context, ve E) error + Delete func(ctx context.Context, id string) error + DeleteAll func(ctx context.Context, ids ...string) error + Find func(ctx context.Context, paging *v1.Paging, filters ...any) ([]E, *uint64, error) + Get func(ctx context.Context, id string) (E, error) + GetHistory func(ctx context.Context, id string, at time.Time, ve E) error + GetHistoryCreated func(ctx context.Context, id string, ve E) error + Update func(ctx context.Context, ve E) error