types

package
v0.0.0-...-20a3d25 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2015 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 Artist

type Artist struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type BoardGame

type BoardGame struct {
	ObjectId      int         `xml:"objectid,attr"`
	YearPublished int         `xml:"yearpublished"`
	MinPlayers    int         `xml:"minplayers"`
	MaxPlayers    int         `xml:"maxplayers"`
	PlayingTime   int         `xml:"playingtime"`
	MinPlayTime   int         `xml:"minplaytime"`
	MaxPlayTime   int         `xml:"maxplaytime"`
	Age           int         `xml:"age"`
	Name          Name        `xml:"name"`
	Description   string      `xml:"description"`
	ThumbnailUrl  string      `xml:"thumbnail"`
	ImageUrl      string      `xml:"image"`
	Publisher     []Publisher `xml:"boardgamepublisher"`
	Category      []Category  `xml:"boardgamecategory"`
	Designer      []Designer  `xml:"boardgamedesigner"`
	Artist        []Artist    `xml:"boardgameartist"`
	Expansion     []Expansion `xml:"boardgameexpansion"`
	Poll          []Poll      `xml:"poll"`
}

type Category

type Category struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type Designer

type Designer struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type Expansion

type Expansion struct {
	ObjectId int    `xml:"objectid,attr"`
	Inbound  bool   `xml:"inbound,attr"`
	Name     string `xml:",chardata"`
}

type Family

type Family struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type Mechanic

type Mechanic struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type Name

type Name struct {
	Primary   string `xml:"primary,attr"`
	SortIndex string `xml:"sortindex,attr"`
	Name      string `xml:",chardata"`
}

type Poll

type Poll struct {
	Name       string `xml:"name"`
	Title      string `xml:"title"`
	TotalVotes int    `xml:"totalvotes"`
}

type Publisher

type Publisher struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type SimpleBoardGame

type SimpleBoardGame struct {
	ObjectId      int  `xml:"objectid,attr"`
	YearPublished int  `xml:"yearpublished"`
	Name          Name `xml:"name"`
}

type Subdomain

type Subdomain struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

type Version

type Version struct {
	ObjectId int    `xml:"objectid,attr"`
	Name     string `xml:",chardata"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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