Documentation ¶
Index ¶
- Variables
- func CheckErr(err error)
- func GetFilmByID(ID string, db *bolt.DB) (error, *model2.Film)
- func GetPeopleByID(ID string, db *bolt.DB) (error, *model2.People)
- func GetPlanetByID(ID string, db *bolt.DB) (error, *model2.Planet)
- func GetSpeciesByID(ID string, db *bolt.DB) (error, *model2.Specie)
- func GetStarshipByID(ID string, db *bolt.DB) (error, *model2.Starship)
- func GetVehicleByID(ID string, db *bolt.DB) (error, *model2.Vehicle)
- func MySQLGetFilmByID(ID string) *model2.Film
- func MySQLGetFilmBy_id(_id string) *model2.Film
- func MySQLGetPeopleByID(ID string) *model2.People
- func MySQLGetPeopleBy_id(_id string) *model2.People
- func MySQLGetPlanetByID(ID string) *model2.Planet
- func MySQLGetPlanetBy_id(_id string) *model2.Planet
- func MySQLGetSpecieByID(ID string) *model2.Specie
- func MySQLGetSpecieBy_id(_id string) *model2.Specie
- func MySQLGetStarshipByID(ID string) *model2.Starship
- func MySQLGetStarshipBy_id(_id string) *model2.Starship
- func MySQLGetVehicleByID(ID string) *model2.Vehicle
- func MySQLGetVehicleBy_id(_id string) *model2.Vehicle
Constants ¶
This section is empty.
Variables ¶
View Source
var Engine *xorm.Engine
Functions ¶
func MySQLGetFilmByID ¶
func MySQLGetFilmBy_id ¶
func MySQLGetPeopleByID ¶
func MySQLGetPeopleBy_id ¶
func MySQLGetPlanetByID ¶
func MySQLGetPlanetBy_id ¶
func MySQLGetSpecieByID ¶
func MySQLGetSpecieBy_id ¶
func MySQLGetStarshipByID ¶
func MySQLGetStarshipBy_id ¶
func MySQLGetVehicleByID ¶
func MySQLGetVehicleBy_id ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.