Versions in this module Expand all Collapse all v0 v0.1.0 May 11, 2021 Changes in this version + type PluginRegistrar struct + func NewPluginRegistrar(ctx context.Context, pluginConfig registrar.PluginConfig) (*PluginRegistrar, error) + func (r *PluginRegistrar) GetDomain(ctx context.Context, domain string) (*registrar.Domain, error) + func (r *PluginRegistrar) GetDomains(ctx context.Context) ([]string, error) + func (r *PluginRegistrar) GetMasterIPs(ctx context.Context) ([]string, error) + func (r *PluginRegistrar) GetServeAlgorithm(ctx context.Context, domain string) (algo string, err error) + func (r *PluginRegistrar) GetTsigKey(ctx context.Context, domain string) (tsigKey *dns.TSIGKey, err error)