package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Interval int `hcl:"interval"`
DDNS struct {
Service []Service `hcl:"service,block"`
} `hcl:"ddns,block"`
}
type Service struct {
Provider string `hcl:"provider,label"`
APIKey string `hcl:"api_key"`
ZoneID string `hcl:"zone_id"`
RecordName string `hcl:"record_name"`
TTL int `hcl:"ttl"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.