版本认证中增加公司/组织名

This commit is contained in:
GoEdgeLab
2021-04-14 20:01:51 +08:00
parent 8ee45092b4
commit 09739e363f
4 changed files with 51 additions and 29 deletions

View File

@@ -11,4 +11,5 @@ message AuthorityKey {
string hostname = 4;
repeated string macAddresses = 5;
int64 updatedAt = 6;
string company = 7;
}