build pb shell
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.6.2
|
||||
// - protoc v7.35.1
|
||||
// source: module/base/passport/proto/forget.proto
|
||||
// - protoc v7.36.0
|
||||
// source: forget.proto
|
||||
|
||||
package passport
|
||||
|
||||
@@ -64,7 +64,7 @@ func (c *forgetClient) Reset(ctx context.Context, in *ForgetResetRequest, opts .
|
||||
}
|
||||
|
||||
// ForgetServer is the server API for Forget service.
|
||||
// All implementations should embed UnimplementedForgetServer
|
||||
// All implementations must embed UnimplementedForgetServer
|
||||
// for forward compatibility.
|
||||
//
|
||||
// Passport通行证模块-找回密码
|
||||
@@ -73,9 +73,10 @@ type ForgetServer interface {
|
||||
Verify(context.Context, *ForgetVerifyRequest) (*StatusReply, error)
|
||||
// 重罢密码
|
||||
Reset(context.Context, *ForgetResetRequest) (*StatusReply, error)
|
||||
mustEmbedUnimplementedForgetServer()
|
||||
}
|
||||
|
||||
// UnimplementedForgetServer should be embedded to have
|
||||
// UnimplementedForgetServer must be embedded to have
|
||||
// forward compatible implementations.
|
||||
//
|
||||
// NOTE: this should be embedded by value instead of pointer to avoid a nil
|
||||
@@ -88,7 +89,8 @@ func (UnimplementedForgetServer) Verify(context.Context, *ForgetVerifyRequest) (
|
||||
func (UnimplementedForgetServer) Reset(context.Context, *ForgetResetRequest) (*StatusReply, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method Reset not implemented")
|
||||
}
|
||||
func (UnimplementedForgetServer) testEmbeddedByValue() {}
|
||||
func (UnimplementedForgetServer) mustEmbedUnimplementedForgetServer() {}
|
||||
func (UnimplementedForgetServer) testEmbeddedByValue() {}
|
||||
|
||||
// UnsafeForgetServer may be embedded to opt out of forward compatibility for this service.
|
||||
// Use of this interface is not recommended, as added methods to ForgetServer will
|
||||
@@ -161,5 +163,5 @@ var Forget_ServiceDesc = grpc.ServiceDesc{
|
||||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "module/base/passport/proto/forget.proto",
|
||||
Metadata: "forget.proto",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user