Versions in this module Expand all Collapse all v1 v1.0.0 Jun 8, 2016 Changes in this version + const UTIL_FILE + func GenerateForSchema(packageName string, schemaJson []byte, pkg *Package) error + type File struct + func NewFile(name string) *File + func (f *File) Functions() []FunctionName + func (f *File) Imports() []string + func (f *File) Structs() []string + type FunctionName struct + type FunctionNameList []FunctionName + func (f FunctionNameList) Len() int + func (f FunctionNameList) Less(i, j int) bool + func (f FunctionNameList) Swap(i, j int) + type Package struct + func NewPackage(name string) *Package + func (p *Package) File(name string) (*File, bool) + func (p *Package) Files() []string + func (p *Package) WriteFiles(targetDir string) error Other modules containing this package gopkg.in/alanctgardner/gogen-avro.v2 gopkg.in/alanctgardner/gogen-avro.v3 gopkg.in/alanctgardner/gogen-avro.v4 gopkg.in/alanctgardner/gogen-avro.v5 gopkg.in/alanctgardner/gogen-avro.v6