mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08: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
|
|
}
|