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

Struct NestedResolversStruct

huma_test.go:3450–3452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3448}
3449
3450type NestedResolversStruct struct {
3451 Field2 string `json:"field2"`
3452}
3453
3454func (b *NestedResolversStruct) Resolve(ctx huma.Context, prefix *huma.PathBuffer) []error {
3455 return []error{&huma.ErrorDetail{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected