优化消息发送API

This commit is contained in:
刘祥超
2023-10-12 20:11:34 +08:00
parent d0e1dfe1af
commit f949e31c0f
14 changed files with 721 additions and 3016 deletions

View File

@@ -1,14 +0,0 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message MonitorNode {
int64 id = 1;
bool isOn = 2;
string uniqueId = 3;
string secret = 4;
string name = 5;
string description = 6;
bytes statusJSON = 7;
}