generated

package
v0.0.0-...-38443d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Basic

type Basic struct {
	Name    string
	Address *string
}

func (*Basic) GetName

func (a *Basic) GetName() string

func (*Basic) GetString

func (a *Basic) GetString() string

type ChildNoGetter

type ChildNoGetter struct {
	Name string
}

type GrandParent

type GrandParent struct {
	Child *Parent
}

func (*GrandParent) GetChild

func (g *GrandParent) GetChild() *Parent

type Parent

type Parent struct {
	Child *Basic
}

func (*Parent) GetChild

func (p *Parent) GetChild() *Basic

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL