Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 -
14
func
Token(token string) PaginationOption {
15
return
func
(c *Pagination) {
16
c.token = token
17
}
18
}
19
20
// Pagination -
21
type
Pagination
struct
{
Callers
14
tenant_reader_test.go
File · 0.92
schema_reader_test.go
File · 0.92
data_reader_test.go
File · 0.92
data_writer_test.go
File · 0.92
tenant_reader_test.go
File · 0.92
schema_reader_test.go
File · 0.92
data_reader_test.go
File · 0.92
List
Method · 0.92
ReadRelationships
Method · 0.92
ReadAttributes
Method · 0.92
List
Method · 0.92
LookupSubject
Method · 0.92
Calls
no outgoing calls
Tested by
2
TestNewPagination
Function · 0.56
TestPagination
Function · 0.56