repository

package
v1.7.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task interface {
	Add(*domain.Task) error
	Find(string) (domain.Task, error)
	FindAllTasks() ([]domain.Task, error)
}

type UserPoints

type UserPoints interface {
	SavePointsItem(*domain.UserPoints, *domain.PointsItem) error
	Find(account common.Account, date string) (domain.UserPoints, error)
	FindAll(account common.Account) (domain.UserPoints, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL