Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { // Output package name. Package string // Attributes that will be ignored during generation. IgnoredAttributes []string // Map of external attributes to import path where the attribute is // defined. ExternalAttributes map[string]string }
func (*Generator) Generate ¶
func (g *Generator) Generate(dict *dictionary.Dictionary) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.