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 returns middleware enforcing a resource and verb. paramName is the gin path param holding the resource ID. Runner surface only: assumes account and org are already in context.
Not-found on any failure — 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.