Documentation
¶
Overview ¶
Command gen processes USPTO ODP swagger files and generates Go code.
Usage:
go run ./cmd/gen
This will:
- Read original USPTO swagger/*.yaml files (kept untouched)
- Bundle and apply fixes to produce swagger_fixed.yaml
- Generate types to generated/types_gen.go
- Generate client to generated/client_gen.go
Click to show internal directories.
Click to hide internal directories.