Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnswerUseCase ¶
type AnswerUseCase struct { pb.AnswerClient // contains filtered or unexported fields }
func (*AnswerUseCase) CheckAnswer ¶
func (uc *AnswerUseCase) CheckAnswer(ctx context.Context, in *pb.AnswerRequest) (*pb.AnswerResponse, error)
type QuestionCache ¶
type QuestionUseCase ¶
type QuestionUseCase struct {
// contains filtered or unexported fields
}
func NewQuestion ¶
func NewQuestion(l *slog.Logger, w QuestionWebAPI, c QuestionCache) *QuestionUseCase
Click to show internal directories.
Click to hide internal directories.