Versions in this module Expand all Collapse all v1 v1.1.0 Aug 22, 2024 Changes in this version + const DefaultAllMethod + type Approver struct + func NewApprover(opts ...ApproverOption) (a *Approver, err error) + func (a *Approver) Approve(_ context.Context, resource *http.Request, token bascule.Token) error + type ApproverOption interface + func WithAllMethod(allMethod string) ApproverOption + func WithPrefixes(prefixes ...string) ApproverOption