Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
func NewGenerator ¶
Creates a new Generator
type NamingConvention ¶
type NamingConvention string
const ( NamingConventionCamelCase NamingConvention = "camelCase" NamingConventionSnakeCase NamingConvention = "snake_case" )
type Options ¶
type Options struct { UseInterface bool UseReadonly bool OutputFileName string NamingConvention NamingConvention }
Click to show internal directories.
Click to hide internal directories.