type union … func NewUnion() *union { … } func (p *union) Name() string { … } func (p *union) Init(g *generator.Generator) { … } func (p *union) Generate(file *generator.FileDescriptor) { … } func init() { … }
type union … func NewUnion() *union { … } func (p *union) Name() string { … } func (p *union) Init(g *generator.Generator) { … } func (p *union) Generate(file *generator.FileDescriptor) { … } func init() { … }