Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MicronautDecl = "micronaut-declarative"
View Source
var MicronautLow = "micronaut-low-level"
View Source
var OkHttp = "okhttp"
Functions ¶
Types ¶
type ClientGenerator ¶ added in v2.1.1786
type Generator ¶
type Generator struct { Types *types.Types Models models.Generator Client ClientGenerator }
func NewGenerator ¶
type MicronautDeclGenerator ¶ added in v2.1.1800
func NewMicronautDeclGenerator ¶ added in v2.1.1800
func NewMicronautDeclGenerator(types *types.Types, models models.Generator) *MicronautDeclGenerator
type MicronautLowGenerator ¶ added in v2.1.1802
func NewMicronautLowGenerator ¶ added in v2.1.1802
func NewMicronautLowGenerator(types *types.Types, models models.Generator) *MicronautLowGenerator
type OkHttpGenerator ¶ added in v2.1.1786
func NewOkHttpGenerator ¶ added in v2.1.1786
func NewOkHttpGenerator(types *types.Types, models models.Generator) *OkHttpGenerator
Click to show internal directories.
Click to hide internal directories.