Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("token not found")
)
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(todoistClient TodoistClient, tokenRepo Repository, app *config.App) *Service
Click to show internal directories.
Click to hide internal directories.