mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-15 05:50:27 +08:00
阶段性提交
This commit is contained in:
13
pkg/rpc/protos/models/model_http_auth_policy.proto
Normal file
13
pkg/rpc/protos/models/model_http_auth_policy.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 服务认证策略
|
||||
message HTTPAuthPolicy {
|
||||
int64 id = 1;
|
||||
bool isOn = 2;
|
||||
string name = 3;
|
||||
string type = 4;
|
||||
bytes paramsJSON = 5;
|
||||
}
|
||||
Reference in New Issue
Block a user