Categorygithub.com/FS-Frost/openapi2go
modulepackage
1.7.0
Repository: https://github.com/fs-frost/openapi2go.git
Documentation: pkg.go.dev

# README

openapi2go

CLI tool to generate Go code from OpenAPI specifications.

  • For servers:

    • Structs with JSON tags
    • Functions using Gin for HTTP interactions
  • For clients:

    • Structs with JSON tags

Install

go install github.com/FS-Frost/openapi2go@latest

Usage

openapi2go spec1.yml [specN.yml] outDir

# Packages

No description provided by the author
No description provided by the author