(ctx context.Context, id uint64)
| 24 | DeleteByID(ctx context.Context, id uint64) error |
| 25 | UpdateByID(ctx context.Context, table *model.UserExample) error |
| 26 | GetByID(ctx context.Context, id uint64) (*model.UserExample, error) |
| 27 | GetByColumns(ctx context.Context, params *query.Params) ([]*model.UserExample, int64, error) |
| 28 | |
| 29 | CreateByTx(ctx context.Context, tx *gorm.DB, table *model.UserExample) (uint64, error) |
no outgoing calls