Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatService ¶
type StatService struct {
// contains filtered or unexported fields
}
func NewStatService ¶
func NewStatService(progressRepo domain.ProgressRepository, goalRepo domain.GoalRepository) *StatService
func (*StatService) GetProgress ¶
func (s *StatService) GetProgress(ctx context.Context, userID, year, month int64, isMonthly bool) (dto.StatResponse, error)
Click to show internal directories.
Click to hide internal directories.