MCPcopy Create free account
hub / github.com/Permify/permify / Token

Function Token

pkg/database/pagination.go:14–18  ·  view source on GitHub ↗

Token -

(token string)

Source from the content-addressed store, hash-verified

12
13// Token -
14func Token(token string) PaginationOption {
15 return func(c *Pagination) {
16 c.token = token
17 }
18}
19
20// Pagination -
21type Pagination struct {

Callers 14

ListMethod · 0.92
ReadRelationshipsMethod · 0.92
ReadAttributesMethod · 0.92
ListMethod · 0.92
LookupSubjectMethod · 0.92

Calls

no outgoing calls

Tested by 2

TestNewPaginationFunction · 0.56
TestPaginationFunction · 0.56