pkg1

package module
v0.0.0-...-499ecf4 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Humanoid

type Humanoid struct {
	Name  string      `json:"name"`
	Limbs []*Limb     `json:"limbs"`
	Pets  []*pkg2.Pet `json:"pets"`
}

func (*Humanoid) Dump

func (h *Humanoid) Dump()

type Limb

type Limb struct {
	Name     string  `json:"name"`
	Parent   *Limb   `json:"parent"`
	Children []*Limb `json:"children"`
}

Jump to

Keyboard shortcuts

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