This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
joe
/
protos
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
5df1b93b47
Branches
Tags
master
protos
/
msgq_sys.proto
msgq_sys.proto
113 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
12
syntax="proto3";
package protos;
// 消息队列中系统事件
message SysError {
}
message SysWarning {
}