Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(server *grpc.Server, q QuestionService)
Types ¶
type QuestionService ¶
type QuestionServiceServer ¶
type QuestionServiceServer struct { pb.UnimplementedQuestionsServer // contains filtered or unexported fields }
func (*QuestionServiceServer) GetQuestion ¶
func (s *QuestionServiceServer) GetQuestion(ctx context.Context, req *pb.Empty) (*pb.QuestionResponse, error)
Click to show internal directories.
Click to hide internal directories.