Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator struct {
// contains filtered or unexported fields
}
the generator walks a list of groups, producing one group at a time: each of which can be written to its own location.
func MakeGenerator ¶
func (*Generator) WriteReferences ¶
record the derived type data for the passed group using sqlite friendly data to the passed database
func (*Generator) WriteSource ¶
write a go file containing typeinfo for the current group
func (*Generator) WriteTable ¶
record the primary type data for the passed group using sqlite friendly data to the passed database
type MessageMap ¶
type Registry ¶
type Registry []Signature
Accumulates tapestry type specs to build lists of slots and slats and their signatures. Doesnt currently support multiple groups
Click to show internal directories.
Click to hide internal directories.