Documentation ¶
Index ¶
- type Storage
- func (s *Storage) Close() error
- func (s *Storage) Date(ctx context.Context, date time.Time) (dt *models.Date, err error)
- func (s *Storage) DeleteTask(ctx context.Context, record_id uuid.UUID) (err error)
- func (s *Storage) NewDate(ctx context.Context, date time.Time) (dairyDate *models.Date, err error)
- func (s *Storage) SaveTask(ctx context.Context, task models.Task) (record_id uuid.UUID, err error)
- func (s *Storage) TaskByDateTime(ctx context.Context, tdate time.Time, ttime time.Time) (tasks []*models.Task, err error)
- func (s *Storage) TaskByUuid(ctx context.Context, record_id uuid.UUID) (task *models.Task, 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.