Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [config-help] Sort all outputs

* Remove old/stale generator docs (these have been renamed previously)

* Sort config doc outputs, making it easier to find relevant info

* Fixes cliOptions duplicates

Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).

The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.

* Add --github-nested-index for generating docs/generators/README.md

* 📝 Regenerate generator docs
2020-01-19 20:19:11 -05:00

1.9 KiB

title sidebar_label
Config Options for go-server go-server
Option Description Values Default
featureCORS Enable Cross-Origin Resource Sharing middleware false
hideGenerationTimestamp Hides the generation timestamp when files are generated. true
packageName Go package name (convention: lowercase). openapi
packageVersion Go package version. 1.0.0
serverPort The network port the generated server binds to 8080
sourceFolder source folder for generated code go

IMPORT MAPPING

Type/Alias Imports

INSTANTIATION TYPES

Type/Alias Instantiated By

LANGUAGE PRIMITIVES

  • bool
  • byte
  • complex128
  • complex64
  • float32
  • float64
  • int
  • int32
  • int64
  • rune
  • string
  • uint
  • uint32
  • uint64

RESERVED WORDS

  • bool
  • break
  • byte
  • case
  • chan
  • complex128
  • complex64
  • const
  • continue
  • default
  • defer
  • else
  • error
  • fallthrough
  • float32
  • float64
  • for
  • func
  • go
  • goto
  • if
  • import
  • int
  • int16
  • int32
  • int64
  • int8
  • interface
  • map
  • nil
  • package
  • range
  • return
  • rune
  • select
  • string
  • struct
  • switch
  • type
  • uint
  • uint16
  • uint32
  • uint64
  • uint8
  • uintptr
  • var