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

Struct ginCtx

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected