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 Org ¶ added in v0.19.1159
Org returns the selected org ID from context. Empty org means the caller must select_org or pass X-Nuon-Org-ID. Use for non-Gin callers (MCP tool handlers).
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.