1.4.5.2
This commit is contained in:
11
EdgeNode/internal/uam/key.proto
Normal file
11
EdgeNode/internal/uam/key.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "../uam";
|
||||
|
||||
package uam;
|
||||
|
||||
message Key {
|
||||
int64 timestamp = 1 [json_name = "1"]; // 生成的时间戳
|
||||
uint64 hash = 2 [json_name = "2"]; // hash(remoteAddr@ua)
|
||||
string host = 4 [json_name = "4"]; // 访问域名
|
||||
int32 version = 5 [json_name = "5"]; // 版本号
|
||||
}
|
||||
Reference in New Issue
Block a user