Files
bl/blazing/common/api/Kick.pb.go
昔念 83ecb90baf refactor(project): 重构项目并更新依赖
- 更新 README.md 中的项目结构说明
- 添加 pprof 性能分析工具的使用说明
- 更新 build.bat 文件,增加 proto 文件编译命令
- 升级 go-logr/logr 依赖至 v1.3.0
- 降级 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 依赖至 v1.16.0
- 降级 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 依赖至 v1.16.0
- 升级 go.opentelemetry.io/otel/trace 依赖至 v1.20.0
- 移除 logic/main.go 中的冗余代码
- 重构 logic/server.go 中的 Start 函数
- 更新 login/main.go 文件
2025-07-06 17:05:10 +08:00

155 lines
4.5 KiB
Go

// 1.proto
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.34.2
// protoc v4.25.3
// source: manifest/proto/Kick.proto
package api
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// 踢人服务
type Kick struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Name int32 `protobuf:"varint,1,opt,name=name,proto3" json:"name,omitempty"` //服务器端口
Age int32 `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"` //
}
func (x *Kick) Reset() {
*x = Kick{}
if protoimpl.UnsafeEnabled {
mi := &file_manifest_proto_Kick_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Kick) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Kick) ProtoMessage() {}
func (x *Kick) ProtoReflect() protoreflect.Message {
mi := &file_manifest_proto_Kick_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use Kick.ProtoReflect.Descriptor instead.
func (*Kick) Descriptor() ([]byte, []int) {
return file_manifest_proto_Kick_proto_rawDescGZIP(), []int{0}
}
func (x *Kick) GetName() int32 {
if x != nil {
return x.Name
}
return 0
}
func (x *Kick) GetAge() int32 {
if x != nil {
return x.Age
}
return 0
}
var File_manifest_proto_Kick_proto protoreflect.FileDescriptor
var file_manifest_proto_Kick_proto_rawDesc = []byte{
0x0a, 0x19, 0x6d, 0x61, 0x6e, 0x69, 0x66, 0x65, 0x73, 0x74, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
0x2f, 0x4b, 0x69, 0x63, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x61, 0x70, 0x69,
0x22, 0x2c, 0x0a, 0x04, 0x4b, 0x69, 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03,
0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x42, 0x14,
0x5a, 0x12, 0x62, 0x6c, 0x61, 0x7a, 0x69, 0x6e, 0x67, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
file_manifest_proto_Kick_proto_rawDescOnce sync.Once
file_manifest_proto_Kick_proto_rawDescData = file_manifest_proto_Kick_proto_rawDesc
)
func file_manifest_proto_Kick_proto_rawDescGZIP() []byte {
file_manifest_proto_Kick_proto_rawDescOnce.Do(func() {
file_manifest_proto_Kick_proto_rawDescData = protoimpl.X.CompressGZIP(file_manifest_proto_Kick_proto_rawDescData)
})
return file_manifest_proto_Kick_proto_rawDescData
}
var file_manifest_proto_Kick_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_manifest_proto_Kick_proto_goTypes = []any{
(*Kick)(nil), // 0: api.Kick
}
var file_manifest_proto_Kick_proto_depIdxs = []int32{
0, // [0:0] is the sub-list for method output_type
0, // [0:0] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_manifest_proto_Kick_proto_init() }
func file_manifest_proto_Kick_proto_init() {
if File_manifest_proto_Kick_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_manifest_proto_Kick_proto_msgTypes[0].Exporter = func(v any, i int) any {
switch v := v.(*Kick); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_manifest_proto_Kick_proto_rawDesc,
NumEnums: 0,
NumMessages: 1,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_manifest_proto_Kick_proto_goTypes,
DependencyIndexes: file_manifest_proto_Kick_proto_depIdxs,
MessageInfos: file_manifest_proto_Kick_proto_msgTypes,
}.Build()
File_manifest_proto_Kick_proto = out.File
file_manifest_proto_Kick_proto_rawDesc = nil
file_manifest_proto_Kick_proto_goTypes = nil
file_manifest_proto_Kick_proto_depIdxs = nil
}