MCPcopy
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
121func (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

TestRESTHandlerFunction · 0.95
deleteTupleMethod · 0.45
deleteAllTuplesMethod · 0.45
queryTupleMethod · 0.45
queryTupleErrMethod · 0.45
checkMethod · 0.45
expandMethod · 0.45
TestCheckRESTHandlerFunction · 0.45
ToURLQueryMethod · 0.45
TestRelationTupleFunction · 0.45
TestRelationQueryFunction · 0.45

Calls

no outgoing calls

Tested by 10

TestRESTHandlerFunction · 0.76
deleteTupleMethod · 0.36
deleteAllTuplesMethod · 0.36
queryTupleMethod · 0.36
queryTupleErrMethod · 0.36
checkMethod · 0.36
expandMethod · 0.36
TestCheckRESTHandlerFunction · 0.36
TestRelationTupleFunction · 0.36
TestRelationQueryFunction · 0.36