Home
last modified time | relevance | path

Searched refs:ginContextKey (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/centrifugal/centrifuge/_examples/gin_auth/
H A Dmain.go34 var ginContextKey contextKey var
42 ctx := context.WithValue(c.Request.Context(), ginContextKey, c)
51 ginContext := ctx.Value(ginContextKey)