Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Principal ¶
type Principal interface { Id() int64 WorkgroupId() int64 Name() string Password() string IsActive() bool IsSuperuser() bool HasPermission(code int64) bool CheckPermission(code int64) error Owns(entityTypeId, entityId int64) (bool, error) CanEdit(entityTypeId, entityId int64) (bool, error) CanView(entityTypeId, entityId int64) (bool, error) CheckOwns(entityTypeId, entityId int64) error CheckEdit(entityTypeId, entityId int64) error CheckView(entityTypeId, entityId int64) error }
Click to show internal directories.
Click to hide internal directories.