mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-07 21:19:51 +00:00
10 lines
135 B
Go
10 lines
135 B
Go
package udnr
|
|
|
|
type DomainDNSRecord struct {
|
|
DnsType string
|
|
RecordName string
|
|
Content string
|
|
TTL int
|
|
Prio int
|
|
}
|