Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChildNoGetter ¶
type ChildNoGetter struct {
Name string
}
type GrandParent ¶
type GrandParent struct {
Child *Parent
}
func (*GrandParent) GetChild ¶
func (g *GrandParent) GetChild() *Parent
Click to show internal directories.
Click to hide internal directories.