model

package
v0.0.0-...-f748b44 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Buildid    string `json:"buildid"`
	Buildname  string `json:"buildname"`
	Builddesc  string `json:"builddesc"`
	Buildtype  string `json:"buildtype"`
	Custid     string `json:"custid"`
	Createddt  string `json:"createddt"`
	Updateddt  string `json:"updateddt"`
	Specid     string `json:"specid"`
	Builditems []struct {
		Gearid   string `json:"gearid"`
		Geartype string `json:"geartype"`
		Gearattr []struct {
			Weapondmg string `json:"weapondmg"`
			Critdmg   string `json:"critdmg"`
			Armrdmg   string `json:"armrdmg"`
		} `json:"gearattr"`
		Gearattch []struct {
			Attachid string `json:"attachid"`
		} `json:"gearattch,omitempty"`
		Geartalent []struct {
			Talentid string `json:"talentid"`
		} `json:"geartalent,omitempty"`
		Gearattach []struct {
			Attachid string `json:"attachid"`
		} `json:"gearattach,omitempty"`
		Gearmod []struct {
			Modid  string `json:"modid"`
			Modval string `json:"modval"`
		} `json:"gearmod,omitempty"`
	} `json:"builditems"`
	Skillids []string `json:"skillids"`
	Shdlevel []struct {
		Shdid  string   `json:"shdid"`
		Shdlvl []string `json:"shdlvl"`
	} `json:"shdlevel"`
}

Build represents a build

type BuildCollection

type BuildCollection struct {
	Builds []Build `json:"builds"`
}

BuildCollection represents a collection of builds

Jump to

Keyboard shortcuts

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