Documentation
¶
Overview ¶
Command wire-codegen generates TypeScript interfaces and validating decoders from Go wire types using the wiregen library (AST-based; github.com/cplieger/wiregen). Output lands in internal/server/static-src/wire/ (types.gen.ts + decoders.gen.ts) and is consumed directly by ~13 client modules; api-types.ts re-exports the common surface for callers that want a single import seam.
Run: go run ./cmd/wire-codegen (from the subflux repo root)
Click to show internal directories.
Click to hide internal directories.