mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
Update On Fri Sep 19 20:36:22 CEST 2025
This commit is contained in:
@@ -559,9 +559,9 @@ type Version struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Major *uint32 `protobuf:"varint,1,opt,name=Major,proto3,oneof" json:"Major,omitempty"`
|
||||
Minor *uint32 `protobuf:"varint,2,opt,name=Minor,proto3,oneof" json:"Minor,omitempty"`
|
||||
Patch *uint32 `protobuf:"varint,3,opt,name=Patch,proto3,oneof" json:"Patch,omitempty"`
|
||||
Major *uint32 `protobuf:"varint,1,opt,name=major,proto3,oneof" json:"major,omitempty"`
|
||||
Minor *uint32 `protobuf:"varint,2,opt,name=minor,proto3,oneof" json:"minor,omitempty"`
|
||||
Patch *uint32 `protobuf:"varint,3,opt,name=patch,proto3,oneof" json:"patch,omitempty"`
|
||||
}
|
||||
|
||||
func (x *Version) Reset() {
|
||||
@@ -718,13 +718,13 @@ var file_appctl_proto_misc_proto_rawDesc = []byte{
|
||||
0x0a, 0x10, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x48, 0x65, 0x61, 0x70, 0x42, 0x79, 0x74,
|
||||
0x65, 0x73, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x42, 0x79, 0x74, 0x65,
|
||||
0x73, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x78, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69,
|
||||
0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x05, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
||||
0x0d, 0x48, 0x00, 0x52, 0x05, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a,
|
||||
0x05, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x01, 0x52, 0x05,
|
||||
0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63,
|
||||
0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x02, 0x52, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68,
|
||||
0x88, 0x01, 0x01, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x42, 0x08, 0x0a,
|
||||
0x06, 0x5f, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x50, 0x61, 0x74, 0x63,
|
||||
0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
|
||||
0x0d, 0x48, 0x00, 0x52, 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a,
|
||||
0x05, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x01, 0x52, 0x05,
|
||||
0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x70, 0x61, 0x74, 0x63,
|
||||
0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x02, 0x52, 0x05, 0x70, 0x61, 0x74, 0x63, 0x68,
|
||||
0x88, 0x01, 0x01, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x42, 0x08, 0x0a,
|
||||
0x06, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x70, 0x61, 0x74, 0x63,
|
||||
0x68, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
|
||||
0x65, 0x6e, 0x66, 0x65, 0x69, 0x6e, 0x2f, 0x6d, 0x69, 0x65, 0x72, 0x75, 0x2f, 0x76, 0x33, 0x2f,
|
||||
0x70, 0x6b, 0x67, 0x2f, 0x61, 0x70, 0x70, 0x63, 0x74, 0x6c, 0x2f, 0x61, 0x70, 0x70, 0x63, 0x74,
|
||||
|
@@ -81,7 +81,7 @@ message MemoryStatistics {
|
||||
}
|
||||
|
||||
message Version {
|
||||
optional uint32 Major = 1;
|
||||
optional uint32 Minor = 2;
|
||||
optional uint32 Patch = 3;
|
||||
optional uint32 major = 1;
|
||||
optional uint32 minor = 2;
|
||||
optional uint32 patch = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user