Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetNotificationTypeRepository ¶
type GetNotificationTypeRepository interface {
GetNotificationTypes() ([]entities.NotificationType, error)
}
type GetUserProfileRepository ¶
type GetUserProfileRepository interface {
GetByUsername(username string) (*entities.UserProfile, error)
}
type SaveUserProfileRepository ¶
type SaveUserProfileRepository interface {
Save(profile *entities.UserProfile) error
}
Click to show internal directories.
Click to hide internal directories.