Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
Types ¶
type PolicyChecker ¶
type PolicyChecker interface {
Check(string, accessor.Access, *http.Request) (policy.PolicyCheckOutput, error)
}
func NewApiPolicyChecker ¶
func NewApiPolicyChecker(policyChecker policy.Checker) PolicyChecker
Click to show internal directories.
Click to hide internal directories.