Skip to content

Commit

Permalink
feat: add missing viewer relation (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade authored Nov 21, 2024
1 parent a0044a5 commit 371b068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fgax/tuples.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const (
EditorRelation = "editor"
// BlockedRelation is the relation to block access to an entity
BlockedRelation = "blocked"
// ViewerRelation is the relation to assign viewers to an entity
ViewerRelation = "viewer"

// AssigneeRelation is the relation for assignee of an entity
AssigneeRelation = "assignee"
Expand Down

0 comments on commit 371b068

Please sign in to comment.