mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-03 19:09:43 -04:00
9 lines
138 B
Go
9 lines
138 B
Go
package models
|
|
|
|
type (
|
|
// Provider is a possible DNS provider.
|
|
Provider string
|
|
// Status is the record config status.
|
|
Status string
|
|
)
|