Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Usecase ¶
type Usecase struct {
Config *config.Config
Repository *infrastructure.Repository
}
Usecase struct
func (*Usecase) GetUserProfile ¶
func (u *Usecase) GetUserProfile(userID string) (*atmos.GetUserResponse, error)
GetUserProfile ...
func (*Usecase) GetUserStatistics ¶
func (u *Usecase) GetUserStatistics(userID string) (*atmos.GetUserStatisticsResponse, error)
GetUserStatistics ...
Click to show internal directories.
Click to hide internal directories.