Versions in this module Expand all Collapse all v0 v0.0.1 Dec 28, 2023 v0.0.0 Dec 28, 2023 Changes in this version + type Repository struct + Database *gorm.DB + func (r *Repository) CreateWorkTask(task Task) error + func (r *Repository) GetAllWorkTasks() ([]Task, error) + type Task struct + Duration time.Duration + Name string + func (Task) TableName() string