5 lines
241 B
Go
5 lines
241 B
Go
|
|
// Package security defines the Identity type representing an authenticated
|
||
|
|
// principal, the PermissionProvider interface for resolving access masks, and
|
||
|
|
// the Permission and PermissionMask types for capability modelling.
|
||
|
|
package security
|