You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up type-not-found errors (#77)
* Clean up type not found errors
We were returning ObjectNotFound and RelationNotFound errors
in places that should return ObjectTypeNotFound and RelationTypeNotFound.
* go-directory v0.33.8
Add AvailablePermissions function to Cache (#76)
It takes an object type, subject type, and optional subject relation
and returns the set of permissions that subjects of the given type
_could_ have on instances of the object type.