Documentation
¶
Index ¶
- type Repos
- type TaskRepo
- type UserRepo
- func (r *UserRepo) Create(ctx context.Context, user entities.User) (string, error)
- func (r *UserRepo) Delete(ctx context.Context, id string) error
- func (r *UserRepo) Get(ctx context.Context, passportNumber string) (entities.User, error)
- func (r *UserRepo) GetAll(ctx context.Context, representation entities.UserRepresentation) ([]entities.User, error)
- func (r *UserRepo) Update(ctx context.Context, user entities.User) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskRepo ¶
type TaskRepo struct {
Driver *postgresql.Postgres
}
func NewTask ¶
func NewTask(d *postgresql.Postgres) *TaskRepo
func (*TaskRepo) GetReportSummaryTime ¶
Click to show internal directories.
Click to hide internal directories.