Documentation ¶
Index ¶
- func ReadAllCSVData(filename string) ([][]string, error)
- type Args
- 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) Warnf(format string, a ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAllCSVData ¶
Types ¶
type Args ¶
Args represents an argument list of the form: postional0, keywordA=valueA, positional1, keywordB=valueB
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.