Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + func MustNew(realm string, service string) auth.AccessController + func New(realm string, service string) (auth.AccessController, error) + type AccessController struct + func (ac *AccessController) Authorized(req *http.Request, accessRecords ...auth.Access) (*auth.Grant, error)