UUID is a custom type for testing SchemaProvider
| 50 | |
| 51 | // UUID is a custom type for testing SchemaProvider |
| 52 | type UUID struct { |
| 53 | uuid.UUID |
| 54 | } |
| 55 | |
| 56 | // Node is a custom type for testing recursive definition for huma.Register |
| 57 | type Node struct { |
nothing calls this directly
no outgoing calls
no test coverage detected