Documentation ¶
Index ¶
- type Destination
- type Generator
- func (g *Generator) Errorf(format string, a ...interface{})
- func (g *Generator) Fatalf(format string, a ...interface{})
- func (g *Generator) Infof(format string, a ...interface{})
- func (g *Generator) NewGoFileDestination(filename string) Destination
- func (g *Generator) NewUnformattedFileDestination(filename string) Destination
- func (g *Generator) UI() cli.Ui
- func (g *Generator) Warnf(format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Destination ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
func NewGenerator ¶
func NewGenerator() *Generator
func (*Generator) NewGoFileDestination ¶
func (g *Generator) NewGoFileDestination(filename string) Destination
func (*Generator) NewUnformattedFileDestination ¶
func (g *Generator) NewUnformattedFileDestination(filename string) Destination
Click to show internal directories.
Click to hide internal directories.