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

Struct UUID

huma_test.go:52–54  ·  view source on GitHub ↗

UUID is a custom type for testing SchemaProvider

Source from the content-addressed store, hash-verified

50
51// UUID is a custom type for testing SchemaProvider
52type UUID struct {
53 uuid.UUID
54}
55
56// Node is a custom type for testing recursive definition for huma.Register
57type Node struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected