Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) }
Click to show internal directories.
Click to hide internal directories.