| 3448 | } |
| 3449 | |
| 3450 | type NestedResolversStruct struct { |
| 3451 | Field2 string `json:"field2"` |
| 3452 | } |
| 3453 | |
| 3454 | func (b *NestedResolversStruct) Resolve(ctx huma.Context, prefix *huma.PathBuffer) []error { |
| 3455 | return []error{&huma.ErrorDetail{ |
nothing calls this directly
no outgoing calls
no test coverage detected