Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmptyPolicyStore ¶
type EmptyPolicyStore[R any] struct { }
func (*EmptyPolicyStore[R]) Provider ¶
func (a *EmptyPolicyStore[R]) Provider() (policystore.PolicyBackendSvc[R], error)
type PolicyStore ¶
type PolicyStore[R any] interface { Provider() (policystore.PolicyBackendSvc[R], error) }
func NewApimPolicyProvider ¶
func NewApimPolicyProvider(key []byte, resourceGroup string, serviceName string) PolicyStore[any]
func NewEmptyPolicyStore ¶
func NewEmptyPolicyStore() PolicyStore[any]
Click to show internal directories.
Click to hide internal directories.