Versions in this module Expand all Collapse all v0 v0.96.0 Aug 20, 2024 v0.95.7 Aug 14, 2024 Changes in this version + type PolicyProvider struct + func (p *PolicyProvider) Resolve(policyName string, token string) (*schemaapi.Policy, error) + type ProviderResponse struct + Policy map[string]any + type Registry struct + func NewRegistry(conf ...*conf.PolicyProvider) (*Registry, error) + func (r *Registry) DefaultProvider() *PolicyProvider + func (r *Registry) GetProvider(name string) *PolicyProvider