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/account.proto
// - protoc v7.36.0
// source: account.proto
package passport
@@ -116,7 +116,7 @@ func (c *accountClient) Statistics(ctx context.Context, in *StatisticsRequest, o
}
// AccountServer is the server API for Account service.
// All implementations should embed UnimplementedAccountServer
// All implementations must embed UnimplementedAccountServer
// for forward compatibility.
//
// assport通行证模块-帐号数据
@@ -133,9 +133,10 @@ type AccountServer interface {
TagRemove(context.Context, *IdentRequest) (*StatusReply, error)
// 获取会员的相关统计数据
Statistics(context.Context, *StatisticsRequest) (*StatisticsReply, error)
mustEmbedUnimplementedAccountServer()
}
// UnimplementedAccountServer should be embedded to have
// UnimplementedAccountServer must be embedded to have
// forward compatible implementations.
//
// NOTE: this should be embedded by value instead of pointer to avoid a nil
@@ -160,7 +161,8 @@ func (UnimplementedAccountServer) TagRemove(context.Context, *IdentRequest) (*St
func (UnimplementedAccountServer) Statistics(context.Context, *StatisticsRequest) (*StatisticsReply, error) {
return nil, status.Error(codes.Unimplemented, "method Statistics not implemented")
}
func (UnimplementedAccountServer) testEmbeddedByValue() {}
func (UnimplementedAccountServer) mustEmbedUnimplementedAccountServer() {}
func (UnimplementedAccountServer) testEmbeddedByValue() {}
// UnsafeAccountServer may be embedded to opt out of forward compatibility for this service.
// Use of this interface is not recommended, as added methods to AccountServer will
@@ -321,5 +323,5 @@ var Account_ServiceDesc = grpc.ServiceDesc{
},
},
Streams: []grpc.StreamDesc{},
Metadata: "module/base/passport/proto/account.proto",
Metadata: "account.proto",
}