Documentation ¶
Index ¶
- type ExamService
- func (s ExamService) CreateQuestion(ctx context.Context, in *pb.CreateQuestionRequest) (*pb.CreateQuestionResponse, error)
- func (s ExamService) ListQuestion(ctx context.Context, in *pb.ListQuestionRequest) (*pb.ListQuestionResponse, error)
- func (s ExamService) UpdateQuestion(ctx context.Context, in *pb.UpdateQuestionRequest) (*pb.UpdateQuestionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExamService ¶
ExamService ..
func (ExamService) CreateQuestion ¶
func (s ExamService) CreateQuestion(ctx context.Context, in *pb.CreateQuestionRequest) (*pb.CreateQuestionResponse, error)
CreateQuestion ..
func (ExamService) ListQuestion ¶
func (s ExamService) ListQuestion(ctx context.Context, in *pb.ListQuestionRequest) (*pb.ListQuestionResponse, error)
ListQuestion ..
func (ExamService) UpdateQuestion ¶
func (s ExamService) UpdateQuestion(ctx context.Context, in *pb.UpdateQuestionRequest) (*pb.UpdateQuestionResponse, error)
UpdateExam ..
Click to show internal directories.
Click to hide internal directories.