Versions in this module Expand all Collapse all v1 v1.0.0 Oct 25, 2017 Changes in this version + func ImportLicenses(db *sql.DB, r io.Reader) error + func ImportMaterials(db *sql.DB, r io.Reader) error + func ImportSkins(db *sql.DB, r io.Reader) error + func InsertLicenseStmt(tx *sql.Tx) (*sql.Stmt, error) + func InsertMaterialStmt(tx *sql.Tx) (*sql.Stmt, error) + func InsertSkinShipStmt(tx *sql.Tx) (*sql.Stmt, error) + func InsertSkinStmt(tx *sql.Tx) (*sql.Stmt, error) + type Skin struct + AllowCCPDevs bool + InternalName string + MaterialID string + SkinID int64 + Types []int64 + VisibleSerenity bool + VisibleTranquility bool + type SkinLicense struct + Duration int64 + SkinID int64 + TypeID int64 + type SkinMaterial struct + DisplayNameID int64 + ID int64 + MaterialSetID int64