Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ory/keto
/ ToURLQuery
Method
ToURLQuery
ketoapi/enc_url_query.go:121–127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(s *SubjectSet) ToURLQuery() url.Values {
122
return
url.Values{
123
NamespaceKey: []string{s.Namespace},
124
ObjectKey: []string{s.Object},
125
RelationKey: []string{s.Relation},
126
}
127
}
Callers
11
TestRESTHandler
Function · 0.95
deleteTuple
Method · 0.45
deleteAllTuples
Method · 0.45
queryTuple
Method · 0.45
queryTupleErr
Method · 0.45
check
Method · 0.45
expand
Method · 0.45
TestCheckRESTHandler
Function · 0.45
ToURLQuery
Method · 0.45
TestRelationTuple
Function · 0.45
TestRelationQuery
Function · 0.45
Calls
no outgoing calls
Tested by
10
TestRESTHandler
Function · 0.76
deleteTuple
Method · 0.36
deleteAllTuples
Method · 0.36
queryTuple
Method · 0.36
queryTupleErr
Method · 0.36
check
Method · 0.36
expand
Method · 0.36
TestCheckRESTHandler
Function · 0.36
TestRelationTuple
Function · 0.36
TestRelationQuery
Function · 0.36