forked from canonical/ofga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexport_test.go
16 lines (14 loc) · 837 Bytes
/
export_test.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2023 Canonical Ltd.
// Licensed under the LGPL license, see LICENSE file for details.
package ofga
var (
TuplesToOpenFGATupleKeys = tuplesToOpenFGATupleKeys
TupleIsEmpty = (*Tuple).isEmpty
ValidateTupleForFindMatchingTuples = validateTupleForFindMatchingTuples
ValidateTupleForFindUsersByRelation = validateTupleForFindUsersByRelation
FindUsersByRelationInternal = (*Client).findUsersByRelation
TraverseTree = (*Client).traverseTree
Expand = (*Client).expand
ExpandComputed = (*Client).expandComputed
ValidateTupleForFindAccessibleObjectsByRelation = validateTupleForFindAccessibleObjectsByRelation
)