Documentation ¶ Index ¶ type Generator func New(opts *Options) *Generator func (g *Generator) Generate(pkgInfo *generator.PkgInfo, ifaceData *ifacetool.Data, ...) (*generator.File, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Generator ¶ type Generator struct { // contains filtered or unexported fields } func New ¶ func New(opts *Options) *Generator func (*Generator) Generate ¶ func (g *Generator) Generate(pkgInfo *generator.PkgInfo, ifaceData *ifacetool.Data, cronSpec map[string]*parser.Job, spec *openapi.Specification) (*generator.File, error) type Options ¶ type Options struct { SchemaPtr bool SchemaTag string Formatted bool } Source Files ¶ View all Source files generator.go Click to show internal directories. Click to hide internal directories.