MCPcopy 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
10type SnapToken interface {

Implementers 7

NoopEncodedContinuousTokenpkg/database/token.go
NoopEncodedTokenpkg/token/token.go
EncodedContinuousTokeninternal/storage/postgres/utils/pagina
EncodedTokeninternal/storage/postgres/snapshot/tok
EncodedContinuousTokeninternal/storage/memory/utils/paginati
EncodedTokeninternal/storage/memory/snapshot/token
EncodedContinuousTokeninternal/storage/context/utils/paginat

Calls

no outgoing calls

Tested by

no test coverage detected