Documentation ¶
Index ¶
- type CommentService
- func (cs *CommentService) Comment(ctx context.Context, req *pb.CommentReq) (*pb.CommentResp, error)
- func (cs *CommentService) GetComment(ctx context.Context, req *pb.GetCommentReq) (*pb.GetCommentResp, error)
- func (cs *CommentService) Response(ctx context.Context, req *pb.ResponseReq) (*pb.ResponseResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentService ¶
type CommentService struct {
pb.UnimplementedCommentServiceServer
}
func (*CommentService) Comment ¶
func (cs *CommentService) Comment(ctx context.Context, req *pb.CommentReq) (*pb.CommentResp, error)
func (*CommentService) GetComment ¶
func (cs *CommentService) GetComment(ctx context.Context, req *pb.GetCommentReq) (*pb.GetCommentResp, error)
func (*CommentService) Response ¶
func (cs *CommentService) Response(ctx context.Context, req *pb.ResponseReq) (*pb.ResponseResp, error)
Click to show internal directories.
Click to hide internal directories.