Versions in this module Expand all Collapse all v0 v0.6.0 Oct 2, 2025 v0.5.2 Sep 30, 2025 Changes in this version + type Backend interface + AddResolver func(name string, domain string, addresses map[string]string, aliases []string, ...) (view.Identity, error) + Bind func(ctx context.Context, longTerm view.Identity, ephemeral view.Identity) error + type ConfigService interface + GetString func(key string) string + IsSet func(s string) bool + TranslatePath func(path string) string + UnmarshalKey func(s string, i interface{}) error + type Identity struct + Path string + type IdentityService interface + DefaultIdentity func() view.Identity + type ResolversLoader struct + func NewResolversLoader(config ConfigService, backend Backend, is IdentityService) (*ResolversLoader, error) + func (r *ResolversLoader) LoadResolvers() error