Documentation
¶
Index ¶
- type DB
- func (r *DB) Create(ctx context.Context, t entity2.Task) (entity2.Task, error)
- func (r *DB) GetAll(ctx context.Context) ([]entity2.Task, error)
- func (r *DB) GetAllByUserID(ctx context.Context, userID uint64) ([]entity2.Task, error)
- func (r *DB) GetByID(ctx context.Context, id uint64) (entity2.Task, error)
- func (r *DB) IsExistsUser(ctx context.Context, id uint64) (bool, error)
- type RowScanner
- type RowsScanner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RowScanner ¶
type RowsScanner ¶
Click to show internal directories.
Click to hide internal directories.