-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtype-registry.json
More file actions
170 lines (170 loc) · 4.57 KB
/
type-registry.json
File metadata and controls
170 lines (170 loc) · 4.57 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
[
{
"type": "ConnectionSetupRequest",
"module": "common",
"proto": "proto/common/common.proto#ConnectionSetupRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "SetupAckRequest",
"module": "common",
"proto": "proto/common/common.proto#SetupAckRequest",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "SetupAckResponse",
"module": "common",
"proto": "proto/common/common.proto#SetupAckResponse",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ConnectResetRequest",
"module": "common",
"proto": "proto/common/common.proto#ConnectResetRequest",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ServerCheckRequest",
"module": "common",
"proto": "proto/common/common.proto#ServerCheckRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ServerCheckResponse",
"module": "common",
"proto": "proto/common/common.proto#ServerCheckResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "HealthCheckRequest",
"module": "common",
"proto": "proto/common/common.proto#HealthCheckRequest",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "HealthCheckResponse",
"module": "common",
"proto": "proto/common/common.proto#HealthCheckResponse",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ErrorResponse",
"module": "common",
"proto": "proto/common/common.proto#ErrorResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ConfigQueryRequest",
"module": "config",
"proto": "proto/config/config_request.proto#ConfigQueryRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ConfigPublishRequest",
"module": "config",
"proto": "proto/config/config_request.proto#ConfigPublishRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ConfigRemoveRequest",
"module": "config",
"proto": "proto/config/config_request.proto#ConfigRemoveRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ConfigBatchListenRequest",
"module": "config",
"proto": "proto/config/config_request.proto#ConfigBatchListenRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ConfigChangeNotifyRequest",
"module": "config",
"proto": "proto/config/config_request.proto#ConfigChangeNotifyRequest",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ConfigQueryResponse",
"module": "config",
"proto": "proto/config/config_response.proto#ConfigQueryResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ConfigPublishResponse",
"module": "config",
"proto": "proto/config/config_response.proto#ConfigPublishResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ConfigRemoveResponse",
"module": "config",
"proto": "proto/config/config_response.proto#ConfigRemoveResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "ConfigChangeBatchListenResponse",
"module": "config",
"proto": "proto/config/config_response.proto#ConfigChangeBatchListenResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "InstanceRequest",
"module": "naming",
"proto": "proto/naming/naming_request.proto#InstanceRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "SubscribeServiceRequest",
"module": "naming",
"proto": "proto/naming/naming_request.proto#SubscribeServiceRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "ServiceQueryRequest",
"module": "naming",
"proto": "proto/naming/naming_request.proto#ServiceQueryRequest",
"direction": "client-to-server",
"since": "2.0.0"
},
{
"type": "InstanceResponse",
"module": "naming",
"proto": "proto/naming/naming_response.proto#InstanceResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "SubscribeServiceResponse",
"module": "naming",
"proto": "proto/naming/naming_response.proto#SubscribeServiceResponse",
"direction": "server-to-client",
"since": "2.0.0"
},
{
"type": "QueryServiceResponse",
"module": "naming",
"proto": "proto/naming/naming_response.proto#QueryServiceResponse",
"direction": "server-to-client",
"since": "2.0.0"
}
]