Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Union1 ¶
type Union1 struct {
// contains filtered or unexported fields
}
func Union1_Dog ¶
func Union1_Person ¶
func (Union1) Kind ¶
func (u Union1) Kind() Union1_Kind
func (Union1) View_Dog ¶
func (u Union1) View_Dog() Union1_View_Dog
type Union1_Kind ¶
type Union1_Kind int8
const ( Union1_Kind_Dog Union1_Kind = iota + 1 Union1_Kind_Person )
func (Union1_Kind) String ¶
func (k Union1_Kind) String() string
type Union1_View_Dog ¶
type Union1_View_Dog struct {
// contains filtered or unexported fields
}
func (Union1_View_Dog) Howl ¶
func (uv Union1_View_Dog) Howl() Howler
func (Union1_View_Dog) Woofs ¶
func (uv Union1_View_Dog) Woofs() int
Click to show internal directories.
Click to hide internal directories.