Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName = "fns"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FNS ¶
type FNS struct {
Next plugin.Handler
RRsRepo RRsRepository
}
type RR ¶
type RR struct {
Name string `json:"name"`
Value string `json:"value"`
Domain string `json:"domain"`
TTL uint32 `json:"ttl"`
}
func (RR) ValueToCAA ¶
func (RR) ValueToSRV ¶
type RRsRepository ¶
func NewRRsSDK ¶
func NewRRsSDK(apiURL string) RRsRepository
Click to show internal directories.
Click to hide internal directories.