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 )
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func New ¶
func New(version GenVersion) *Generator
func (*Generator) Generate ¶
func (g *Generator) Generate(p clientgentypes.GenerateParams) (err error)
Click to show internal directories.
Click to hide internal directories.