Files
ddns-updater/internal/models/alias.go
2023-06-16 09:14:43 +00:00

9 lines
138 B
Go

package models
type (
// Provider is a possible DNS provider.
Provider string
// Status is the record config status.
Status string
)