From be1a0c8a967be1a0a5fd497d7eb3f5dec37be77b Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 8 Dec 2022 17:50:05 +0800 Subject: [PATCH] update --- pkg/pb/business.ext.pb.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkg/pb/business.ext.pb.go b/pkg/pb/business.ext.pb.go index 50b2889..c431507 100644 --- a/pkg/pb/business.ext.pb.go +++ b/pkg/pb/business.ext.pb.go @@ -1243,7 +1243,6 @@ type BusinessExtServer interface { CloudUploadFile(context.Context, *CloudUploadFileReq) (*CloudUploadFileResp, error) // 获取表情 EmoticonList(context.Context, *Empty) (*EmoticonListResp, error) - mustEmbedUnimplementedBusinessExtServer() } // UnimplementedBusinessExtServer must be embedded to have forward compatible implementations. @@ -1268,14 +1267,6 @@ func (UnimplementedBusinessExtServer) CloudUploadFile(context.Context, *CloudUpl func (UnimplementedBusinessExtServer) EmoticonList(context.Context, *Empty) (*EmoticonListResp, error) { return nil, status.Errorf(codes.Unimplemented, "method EmoticonList not implemented") } -func (UnimplementedBusinessExtServer) mustEmbedUnimplementedBusinessExtServer() {} - -// UnsafeBusinessExtServer may be embedded to opt out of forward compatibility for this service. -// Use of this interface is not recommended, as added methods to BusinessExtServer will -// result in compilation errors. -type UnsafeBusinessExtServer interface { - mustEmbedUnimplementedBusinessExtServer() -} func RegisterBusinessExtServer(s grpc.ServiceRegistrar, srv BusinessExtServer) { s.RegisterService(&BusinessExt_ServiceDesc, srv)