eorzeadb

package module
v0.0.0-...-89e2aae Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2021 License: MIT Imports: 4 Imported by: 0

README

eorzeadb

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	URL          string
	Name         string
	Category     string
	EquipmentJob string
	RecipeURL    string
}

func NewItem

func NewItem(url string) (*Item, error)

type Material

type Material struct {
	URL  string
	Name string
	Num  string
}

type Recipe

type Recipe struct {
	URL          string
	TotalCrafted string
	Materials    [5]Material
	ItemURL      string
}

func NewRecipe

func NewRecipe(url string) (*Recipe, error)

Jump to

Keyboard shortcuts

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