Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *db.DB
View Source
var Fittings *db.Col
View Source
var SDE sde.SDE
View Source
var Users *db.Col
Functions ¶
func GetCleanFitID ¶
func GetCleanFitID() int
func GetFitDocFromID ¶
func PassHashFunc ¶
Types ¶
type Fit ¶
type Fit struct { TypeID int HighSlot1 int HighSlot2 int HighSlot3 int HighSlot4 int HighSlot5 int LowSlot1 int LowSlot2 int LowSlot3 int LowSlot4 int LowSlot5 int WeaponSlot1 int WeaponSlot2 int WeaponSlot3 int EquipmentSlot1 int EquipmentSlot2 int EquipmentSlot3 int EquipmentSlot4 int Owner string FitID int Name string SDEType sde.SDEType }
func GetAllFits ¶
func GetAllFits() []Fit
func GetFitFromDB ¶
func GetFitsFromUsername ¶
type User ¶
func GetUsersOrdered ¶
func GetUsersOrdered() []User
func VerifyCredientials ¶
func VerifyCredientialsHash ¶
Click to show internal directories.
Click to hide internal directories.