Documentation ¶
Index ¶
- type BotRepository
- func (br *BotRepository) AnswerBioQuiz(ctx context.Context, id string) error
- func (br *BotRepository) CreateBioQuiz(ctx context.Context, channelId uuid.UUID, messageId uuid.UUID, answer string) error
- func (br *BotRepository) GetNotAnsweredBioQuiz(ctx context.Context, channelId uuid.UUID) (*model.BioQuiz, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotRepository ¶
type BotRepository struct {
// contains filtered or unexported fields
}
func NewBotRepository ¶
func NewBotRepository(l *zap.Logger) *BotRepository
func (*BotRepository) AnswerBioQuiz ¶
func (br *BotRepository) AnswerBioQuiz(ctx context.Context, id string) error
func (*BotRepository) CreateBioQuiz ¶
func (*BotRepository) GetNotAnsweredBioQuiz ¶
Click to show internal directories.
Click to hide internal directories.