1.4.5.2
This commit is contained in:
13
EdgeDNS/internal/models/ns_key.go
Normal file
13
EdgeDNS/internal/models/ns_key.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package models
|
||||
|
||||
type NSKey struct {
|
||||
Id int64
|
||||
DomainId int64
|
||||
ZoneId int64
|
||||
Algo string
|
||||
Secret string
|
||||
SecretType string
|
||||
Version int64
|
||||
}
|
||||
Reference in New Issue
Block a user