Versions in this module Expand all Collapse all v0 v0.7.0 Jan 14, 2026 Changes in this version + func ConstructIdent(c Case, parts ...string) string + func Page(options options.Options, gen Generation, httpMode bool) templ.Component + type Case int + const CamelCase + const PascalCase + const SnakeCase + type Generation struct + Code string + Language string + func Generate(language string, openapi openapi.OpenAPI) (*Generation, error) + type Golang struct + func NewGolang(w io.Writer) *Golang + func (g *Golang) Error() error + func (g *Golang) Generate(document openapi.OpenAPI) + type InvalidLanguageError struct + func (err *InvalidLanguageError) Error() string + type TypeScript struct + func NewTypeScript(w io.Writer, indent string) *TypeScript + func (ts *TypeScript) Error() error + func (ts *TypeScript) Generate(document openapi.OpenAPI)