MCPcopy
hub / github.com/garethgeorge/backrest / String

Method String

internal/auth/middleware.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10type contextKey string
11
12func (k contextKey) String() string {
13 return "auth context value " + string(k)
14}
15
16const UserContextKey contextKey = "user"
17const APIKeyContextKey contextKey = "api_key"

Callers 15

ResolveScheduleFunction · 0.45
ValidateScheduleFunction · 0.45
TestStartConditionsMapFunction · 0.45
TestErrorConditionsMapFunction · 0.45
TestSuccessConditionsMapFunction · 0.45
AllocOpenBindAddrFunction · 0.45
newOneoffRunHookTaskFunction · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
RenderTemplateFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestStartConditionsMapFunction · 0.36
TestErrorConditionsMapFunction · 0.36
TestSuccessConditionsMapFunction · 0.36
TestCheckFunction · 0.36