Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetNotificationTypeUseCase ¶
type GetNotificationTypeUseCase interface {
GetNotificationTypes() ([]entities.NotificationType, error)
}
type GetNotificationUseCase ¶
type GetNotificationUseCase interface {
GetNotificationSettings(username string) ([]entities.NotificationSetting, error)
}
type GetUserProfileUseCase ¶
type GetUserProfileUseCase interface {
GetUserProfile(ctx context.Context) (*entities.UserProfile, error)
}
type UpdateUserProfileUseCase ¶
type UpdateUserProfileUseCase interface {
Update(username string, update entities.UpdateProfile) error
}
Click to show internal directories.
Click to hide internal directories.