mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 18:30:25 +08:00
实现点击访问日志显示详情窗口
This commit is contained in:
12
pkg/rpc/protos/model_http_firewall_rule_set.proto
Normal file
12
pkg/rpc/protos/model_http_firewall_rule_set.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message HTTPFirewallRuleSet {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
bool isOn = 3;
|
||||
string description = 4;
|
||||
string code = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user