mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-18 16:30:26 +08:00
增加企业版认证相关API
This commit is contained in:
14
pkg/rpc/protos/models/model_authority_key.proto
Normal file
14
pkg/rpc/protos/models/model_authority_key.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
// 版本认证
|
||||
message AuthorityKey {
|
||||
string value = 1;
|
||||
string dayFrom = 2;
|
||||
string dayTo = 3;
|
||||
string hostname = 4;
|
||||
repeated string macAddresses = 5;
|
||||
int64 updatedAt = 6;
|
||||
}
|
||||
Reference in New Issue
Block a user