Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ Decode
Method
Decode
pkg/token/token.go:7–7 ·
view source on GitHub ↗
Decode decodes the token from a string
()
Source
from the content-addressed store, hash-verified
5
String() string
6
// Decode decodes the token from a string
7
Decode() (SnapToken, error)
8
}
9
10
type
SnapToken
interface
{
Callers
15
token_test.go
File · 0.65
coverage
Function · 0.65
runGenerateAst
Function · 0.65
validate
Function · 0.65
request_Permission_Check_0
Function · 0.65
local_request_Permission_Check_0
Function · 0.65
request_Permission_BulkCheck_0
Function · 0.65
local_request_Permission_BulkCheck_0
Function · 0.65
request_Permission_Expand_0
Function · 0.65
local_request_Permission_Expand_0
Function · 0.65
request_Permission_LookupEntity_0
Function · 0.65
local_request_Permission_LookupEntity_0
Function · 0.65
Implementers
7
NoopEncodedContinuousToken
pkg/database/token.go
NoopEncodedToken
pkg/token/token.go
EncodedContinuousToken
internal/storage/postgres/utils/pagina
EncodedToken
internal/storage/postgres/snapshot/tok
EncodedContinuousToken
internal/storage/memory/utils/paginati
EncodedToken
internal/storage/memory/snapshot/token
EncodedContinuousToken
internal/storage/context/utils/paginat
Calls
no outgoing calls
Tested by
no test coverage detected