Documentation ¶
Index ¶
- type Input
- type Model
- type Store
- func (s Store) GetMeta() lysmeta.Result
- func (s Store) GetName() string
- func (s Store) Restore(ctx context.Context, tx pgx.Tx, id int64) (stmt string, err error)
- func (s Store) Select(ctx context.Context, params lyspg.SelectParams) (items []Model, unpagedCount lyspg.TotalCount, stmt string, err error)
- func (s Store) SelectById(ctx context.Context, fields []string, id int64) (item Model, stmt string, err error)
- func (s Store) SoftDelete(ctx context.Context, tx pgx.Tx, id int64) (stmt string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.