Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomAffirmationService ¶
type RandomAffirmationService struct {
// contains filtered or unexported fields
}
func NewRandomAffirmationService ¶
func NewRandomAffirmationService(repo domain.RandomAffirmationRepository) *RandomAffirmationService
func (*RandomAffirmationService) GetRandomAffirmation ¶
func (s *RandomAffirmationService) GetRandomAffirmation(ctx context.Context, categoryIds []ulid.ULID) (*domain.RandomAffirmation, error)
Click to show internal directories.
Click to hide internal directories.