Versions in this module Expand all Collapse all v0 v0.64.7 May 27, 2026 Changes in this version + func Gate(ctx context.Context, reader policy.DNSPolicyReader, ...) error + func PolicyName(zone string) string + type CachingGate struct + func NewCachingGate() *CachingGate + func (g *CachingGate) Check(ctx context.Context, reader policy.DNSPolicyReader, ...) error + type DriverReader struct + Driver interfaces.ResourceDriver + Zone string + func (r *DriverReader) GetTXT(ctx context.Context, name string) ([]string, error) + func (r *DriverReader) UpsertTXT(ctx context.Context, name string, values []string, ttl int) error