-
Notifications
You must be signed in to change notification settings - Fork 34
/
system.pb.go
101 lines (87 loc) · 3.07 KB
/
system.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
// Code generated by protoc-gen-golite. DO NOT EDIT.
// source: pb/system/system.proto
package system
import (
proto "github.com/RomiChan/protobuf/proto"
)
type NTDeviceSign struct {
Trace string `protobuf:"bytes,15,opt"`
Uid proto.Option[string] `protobuf:"bytes,16,opt"`
Sign *Sign `protobuf:"bytes,24,opt"`
_ [0]func()
}
type Sign struct {
Signature []byte `protobuf:"bytes,1,opt"`
Token proto.Option[string] `protobuf:"bytes,2,opt"`
S *Software `protobuf:"bytes,3,opt"`
}
type Software struct {
Ver string `protobuf:"bytes,2,opt"`
Token proto.Option[string] `protobuf:"bytes,3,opt"`
_ [0]func()
}
type NTOS struct {
OS string `protobuf:"bytes,1,opt"`
Name string `protobuf:"bytes,2,opt"`
_ [0]func()
}
type NTPacketUid struct {
Uid proto.Option[string] `protobuf:"bytes,16,opt"`
_ [0]func()
}
type NTSsoHeartBeat struct {
Type int32 `protobuf:"varint,1,opt"`
_ [0]func()
}
type NTSysEvent struct {
IP string `protobuf:"bytes,1,opt"`
Sid int64 `protobuf:"varint,2,opt"`
Sub *NTSysEventSub `protobuf:"bytes,3,opt"`
_ [0]func()
}
type NTSysEventSub struct {
State int64 `protobuf:"varint,2,opt"`
Field3 int32 `protobuf:"varint,3,opt"`
Field4 int64 `protobuf:"varint,4,opt"`
Uin int64 `protobuf:"varint,5,opt"`
Flag int32 `protobuf:"varint,6,opt"`
On int32 `protobuf:"varint,7,opt"`
GroupUin uint32 `protobuf:"varint,8,opt"`
_ [0]func()
}
type OnlineOsInfo struct {
User string `protobuf:"bytes,1,opt"`
OS string `protobuf:"bytes,2,opt"`
OSVer string `protobuf:"bytes,3,opt"`
VendorName proto.Option[string] `protobuf:"bytes,4,opt"`
OSLower string `protobuf:"bytes,5,opt"`
_ [0]func()
}
type ServiceKickNTResponse struct {
Uin uint32 `protobuf:"varint,1,opt"`
Tips string `protobuf:"bytes,3,opt"`
Title string `protobuf:"bytes,4,opt"`
Field5 int32 `protobuf:"varint,5,opt"`
Field6 int32 `protobuf:"varint,6,opt"`
Field8 int32 `protobuf:"varint,8,opt"`
_ [0]func()
}
type ServiceRegister struct {
Guid proto.Option[string] `protobuf:"bytes,1,opt"`
Type proto.Option[int32] `protobuf:"varint,2,opt"`
CurrentVersion proto.Option[string] `protobuf:"bytes,3,opt"`
Field4 proto.Option[int32] `protobuf:"varint,4,opt"`
LocaleId proto.Option[int32] `protobuf:"varint,5,opt"` // 2052
Online *OnlineOsInfo `protobuf:"bytes,6,opt"`
SetMute proto.Option[int32] `protobuf:"varint,7,opt"`
RegisterVendorType proto.Option[int32] `protobuf:"varint,8,opt"`
RegType proto.Option[int32] `protobuf:"varint,9,opt"`
_ [0]func()
}
type ServiceRegisterResponse struct {
Message proto.Option[string] `protobuf:"bytes,2,opt"`
Timestamp uint32 `protobuf:"varint,3,opt"`
Field4 int32 `protobuf:"varint,4,opt"`
Field5 int32 `protobuf:"varint,5,opt"`
_ [0]func()
}