Versions in this module Expand all Collapse all v0 v0.2.0 Jun 13, 2020 Changes in this version type Repository + AssignRefreshToken func(taskforge.User, uuid.UUID) error + InvalidateRefreshToken func(identifier uuid.UUID) error + ValidateRefreshToken func(userID uuid.UUID, identifier uuid.UUID) (taskforge.User, error) v0.1.0 Jun 4, 2020 Changes in this version + type Repository interface + Comments func() taskforge.CommentService + Contexts func() taskforge.ContextService + Sources func() taskforge.SourceService + Tasks func() taskforge.TaskService + Users func() taskforge.UserService + func Default() (Repository, error) + func New(connectionString string) (Repository, error)