testdata

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 Batter

type Batter struct {
	Type string `json:"type" `
}

type Batters

type Batters struct {
	Batter []Batter `json:"batter" `
}

type Clothing

type Clothing struct {
	Jacket   string `yaml:"jacket" `
	Trousers string `yaml:"trousers" `
	Pants    Pants  `yaml:"pants" `
}

type J

type J struct {
	ID      string  `json:"id" `
	Type    string  `json:"type" `
	Name    string  `json:"name" `
	Ppu     float64 `json:"ppu" `
	Amount  float64 `json:"amount" `
	Batters Batters `json:"batters" `
}

type Owner

type Owner struct {
	DOB          string `toml:"dob" `
	Organization string `toml:"organization" `
	Bio          string `toml:"Bio" `
}

type Pants

type Pants struct {
	Size string `yaml:"size" `
}

type T

type T struct {
	Integer int     `toml:"integer" `
	Float   float64 `toml:"float" `
	Owner   Owner   `toml:"owner" `
	Title   string  `toml:"title" `
}

type Y

type Y struct {
	Float    float64  `yaml:"float" `
	Eyes     string   `yaml:"eyes" `
	Beard    bool     `yaml:"beard" `
	Hacker   bool     `yaml:"Hacker" `
	Name     string   `yaml:"name" `
	Hobbies  []string `yaml:"hobbies" `
	Clothing Clothing `yaml:"clothing" `
	Age      int      `yaml:"age" `
}

Jump to

Keyboard shortcuts

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