Documentation
¶
Overview ¶
Package require turns a route's declared resource and verb into the gin middleware that authorizes it.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Route ¶
func Route(kind permissions.ResourceKind, verb permissions.Permission, paramName string) gin.HandlerFunc
Route declares the resource and verb a route operates on and returns the middleware enforcing it. paramName is the gin path param holding the resource ID. Runner-surface only for now: it assumes account and org are already in context from the surface's engine-wide middlewares.
Not-found on any failure, matching the handlers: a 403 would confirm the resource exists in another org.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.