MCPcopy Index your code
hub / github.com/Permify/permify / String

Method String

pkg/token/token.go:5–5  ·  view source on GitHub ↗

String returns the string representation of the token.

()

Source from the content-addressed store, hash-verified

3type EncodedSnapToken interface {
4 // String returns the string representation of the token.
5 String() string
6 // Decode decodes the token from a string
7 Decode() (SnapToken, error)
8}

Callers 8

NewMeterFunction · 0.65
NewCounterFunction · 0.65
NewHistogramFunction · 0.65
NewTracerFunction · 0.65
newResourceFunction · 0.65
tuple_test.goFile · 0.65
ValidateSubjectTypeFunction · 0.65
token_test.goFile · 0.65

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