Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckEngineWithKeys ¶
type CheckEngineWithKeys struct {
// contains filtered or unexported fields
}
CheckEngineWithKeys is a struct that holds an instance of a cache.Cache for managing engine keys.
func (*CheckEngineWithKeys) Check ¶
func (c *CheckEngineWithKeys) Check(ctx context.Context, request *base.PermissionCheckRequest) (response *base.PermissionCheckResponse, err error)
Check performs a permission check for a given request, using the cached results if available.
Click to show internal directories.
Click to hide internal directories.