MCPcopy
hub / github.com/danielgtaylor/huma / echoCtx

Struct echoCtx

adapters/humaecho/humaecho.go:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type echoCtx struct {
38 op *huma.Operation
39 orig echo.Context
40 status int
41}
42
43// check that echoCtx implements huma.Context
44var _ huma.Context = &echoCtx{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected