实现域名、记录同步等API

This commit is contained in:
刘祥超
2021-06-01 16:43:13 +08:00
parent c725c9e082
commit e4d958fd2c
19 changed files with 1400 additions and 369 deletions

View File

@@ -12,6 +12,8 @@ message NSDomain {
string name = 2;
bool isOn = 3;
int64 createdAt = 4;
bool isDeleted = 5;
int64 version = 6;
NSCluster nsCluster = 30;
User user = 31;