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/verify.proto
// - protoc v7.36.0
// source: verify.proto
package passport
@@ -64,7 +64,7 @@ func (c *verifyClient) JumioCallback(ctx context.Context, in *JumioCallbackPaylo
}
// VerifyServer is the server API for Verify service.
// All implementations should embed UnimplementedVerifyServer
// All implementations must embed UnimplementedVerifyServer
// for forward compatibility.
//
// Passport(会员通行证)-验证
@@ -73,9 +73,10 @@ type VerifyServer interface {
Request(context.Context, *VerifyRequest) (*StatusReply, error)
// KYC 认证回调
JumioCallback(context.Context, *JumioCallbackPayload) (*StatusReply, error)
mustEmbedUnimplementedVerifyServer()
}
// UnimplementedVerifyServer should be embedded to have
// UnimplementedVerifyServer 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 (UnimplementedVerifyServer) Request(context.Context, *VerifyRequest) (*Stat
func (UnimplementedVerifyServer) JumioCallback(context.Context, *JumioCallbackPayload) (*StatusReply, error) {
return nil, status.Error(codes.Unimplemented, "method JumioCallback not implemented")
}
func (UnimplementedVerifyServer) testEmbeddedByValue() {}
func (UnimplementedVerifyServer) mustEmbedUnimplementedVerifyServer() {}
func (UnimplementedVerifyServer) testEmbeddedByValue() {}
// UnsafeVerifyServer may be embedded to opt out of forward compatibility for this service.
// Use of this interface is not recommended, as added methods to VerifyServer will
@@ -161,5 +163,5 @@ var Verify_ServiceDesc = grpc.ServiceDesc{
},
},
Streams: []grpc.StreamDesc{},
Metadata: "module/base/passport/proto/verify.proto",
Metadata: "verify.proto",
}