Documentation
¶
Overview ¶
Package notification builds notification receivers from permission and resource policies.
Receivers are resolved at send time from a pluggable policy Resolver (for example an RBAC service), then filtered by channel type, producing a typed Notification ready to be dispatched.
Index ¶
Constants ¶
View Source
const ( R = "r" // R read W = "w" // W write X = "x" // X execute D = "d" // D delete )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Notification ¶
type PermissionRequest ¶
type PermissionsRequest ¶
type PermissionsRequest struct {
Items []*PermissionRequest
}
type ReceiverFn ¶
Click to show internal directories.
Click to hide internal directories.