Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AWing = &Ship{"3", "A-Wing"}
View Source
var Empire = &Faction{ "2", "Galactic Empire", []string{"6", "7", "8"}, }
View Source
var Executor = &Ship{"8", "Executor"}
View Source
var Falcon = &Ship{"4", "Millenium Falcon"}
Yeah, technically it's Corellian. But it flew in the service of the rebels, so for the purposes of this demo it's a rebel ship.
View Source
var HomeOne = &Ship{"5", "Home One"}
View Source
var Rebels = &Faction{ "1", "Alliance to Restore the Republic", []string{"1", "2", "3", "4", "5"}, }
View Source
var Schema graphql.Schema
exported schema, defined in init()
View Source
var TIEFighter = &Ship{"6", "TIE Fighter"}
View Source
var TIEInterceptor = &Ship{"7", "TIE Interceptor"}
View Source
var XWing = &Ship{"1", "X-Wing"}
View Source
var YWing = &Ship{"2", "Y-Wing"}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.