Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ RandomTokenGenerator
Struct
RandomTokenGenerator
pkg/ring/token_generator.go:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
type
RandomTokenGenerator
struct
{}
33
34
func
NewRandomTokenGenerator() TokenGenerator {
35
return
&RandomTokenGenerator{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected