MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / Context

Method Context

pkg/identityserver/identityserver.go:68–70  ·  view source on GitHub ↗

Context returns the context of the Identity Server.

()

Source from the content-addressed store, hash-verified

66
67// Context returns the context of the Identity Server.
68func (is *IdentityServer) Context() context.Context {
69 return is.ctx
70}
71
72// SetRedisCache configures the given redis instance for caching.
73func (is *IdentityServer) SetRedisCache(redis *redis.Client) {

Callers 3

RegisterHandlersMethod · 0.95
setupBunStoreMethod · 0.95

Implementers 5

mockInteroppkg/component/interop_test.go
interopServerpkg/joinserver/http_interop.go
noopServerpkg/interop/server.go
mockTargetpkg/interop/server_test.go
interopServerpkg/identityserver/http_interop.go

Calls

no outgoing calls

Tested by

no test coverage detected