package handler import ( "context" pb "git.unistack.org/unistack-org/pkgdash/proto" ) func (h *Handler) CommentsLookup(ctx context.Context, req *pb.CommentsLookupReq, rsp *pb.CommentsLookupRsp) error { return nil }