skins

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2017 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ImportLicenses

func ImportLicenses(db *sql.DB, r io.Reader) error

func ImportMaterials

func ImportMaterials(db *sql.DB, r io.Reader) error

func ImportSkins

func ImportSkins(db *sql.DB, r io.Reader) error

func InsertLicenseStmt

func InsertLicenseStmt(tx *sql.Tx) (*sql.Stmt, error)

func InsertMaterialStmt

func InsertMaterialStmt(tx *sql.Tx) (*sql.Stmt, error)

func InsertSkinShipStmt

func InsertSkinShipStmt(tx *sql.Tx) (*sql.Stmt, error)

func InsertSkinStmt

func InsertSkinStmt(tx *sql.Tx) (*sql.Stmt, error)

Types

type Skin

type Skin struct {
	AllowCCPDevs       bool
	InternalName       string `yaml:"internalName"`
	SkinID             int64  `yaml:"skinID"`
	MaterialID         string `yaml:"skinMaterialID"`
	Types              []int64
	VisibleSerenity    bool
	VisibleTranquility bool
}

type SkinLicense

type SkinLicense struct {
	Duration int64
	TypeID   int64 `yaml:"licenseTypeID"`
	SkinID   int64 `yaml:"skinID"`
}

type SkinMaterial

type SkinMaterial struct {
	DisplayNameID int64 `yaml:"displayNameID"`
	MaterialSetID int64 `yaml:"materialSetID"`
	ID            int64 `yaml:"skinMaterialID"`
}

Jump to

Keyboard shortcuts

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