Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenVersion ¶
type GenVersion int
const ( // Initial is the originally released OpenAPI client generator Initial GenVersion = iota // Experimental can be used to lock experimental or uncompleted features in the generated code // It should always be the last item in the enum. Experimental LatestVersion GenVersion = Experimental - 1 )
Click to show internal directories.
Click to hide internal directories.