update editor

This commit is contained in:
2025-12-07 04:59:43 +07:00
parent 49c415d4b9
commit 383e12b718
10 changed files with 82 additions and 190 deletions
+12 -3
View File
@@ -1559,6 +1559,7 @@ type GetGraphRsp_Edge struct {
From int32 `protobuf:"varint,1,opt,name=from,proto3" json:"from,omitempty"`
To int32 `protobuf:"varint,2,opt,name=to,proto3" json:"to,omitempty"`
Arrows string `protobuf:"bytes,3,opt,name=arrows,proto3" json:"arrows,omitempty"`
Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
@@ -1614,6 +1615,13 @@ func (x *GetGraphRsp_Edge) GetArrows() string {
return ""
}
func (x *GetGraphRsp_Edge) GetType() string {
if x != nil {
return x.Type
}
return ""
}
var File_main_proto protoreflect.FileDescriptor
const file_main_proto_rawDesc = "" +
@@ -1683,7 +1691,7 @@ const file_main_proto_rawDesc = "" +
"\x1bDownloadTeamsQrCodesFileReq\"5\n" +
"\x1bDownloadTeamsQrCodesFileRsp\x12\x16\n" +
"\x06result\x18\x01 \x01(\fR\x06result\"\r\n" +
"\vGetGraphReq\"\x8c\x02\n" +
"\vGetGraphReq\"\xa0\x02\n" +
"\vGetGraphRsp\x128\n" +
"\x05nodes\x18\x01 \x03(\v2\".crabs.evening_detective.GraphNodeR\x05nodes\x12?\n" +
"\x05edges\x18\x02 \x03(\v2).crabs.evening_detective.GetGraphRsp.EdgeR\x05edges\x12\x1e\n" +
@@ -1692,11 +1700,12 @@ const file_main_proto_rawDesc = "" +
"countNodes\x12\x1e\n" +
"\n" +
"countEdges\x18\x04 \x01(\x05R\n" +
"countEdges\x1aB\n" +
"countEdges\x1aV\n" +
"\x04Edge\x12\x12\n" +
"\x04from\x18\x01 \x01(\x05R\x04from\x12\x0e\n" +
"\x02to\x18\x02 \x01(\x05R\x02to\x12\x16\n" +
"\x06arrows\x18\x03 \x01(\tR\x06arrows\"G\n" +
"\x06arrows\x18\x03 \x01(\tR\x06arrows\x12\x12\n" +
"\x04type\x18\x04 \x01(\tR\x04type\"G\n" +
"\rUpdateNodeReq\x126\n" +
"\x04node\x18\x01 \x01(\v2\".crabs.evening_detective.GraphNodeR\x04node\"\x0f\n" +
"\rUpdateNodeRsp\"\xa8\x01\n" +
+3
View File
@@ -377,6 +377,9 @@
},
"arrows": {
"type": "string"
},
"type": {
"type": "string"
}
}
},