build pb shell

This commit is contained in:
2026-09-22 22:25:39 +08:00
parent fcd795673d
commit b8ff9acc3d
45 changed files with 5277 additions and 3986 deletions

View File

@@ -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",
}