mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-21 04:05:56 +08:00
增加DNS服务商账号管理
This commit is contained in:
14
pkg/rpc/protos/model_dns_provider.proto
Normal file
14
pkg/rpc/protos/model_dns_provider.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message DNSProvider {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
string type = 3;
|
||||
string typeName = 4;
|
||||
bytes apiParamsJSON = 5;
|
||||
bytes routesJSON = 6;
|
||||
int64 dataUpdatedAt = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user