Documentation
¶
Index ¶
- type OrgData
- type OrgDataFocus
- type OrgDataFocusItems
- type OrgDataHeadline
- type OrgResponse
- type ShipQuery
- type ShipsData
- type ShipsDataCompiled
- type ShipsDataManufacturer
- type ShipsDataMedia
- type ShipsDataMediaImages
- type ShipsResponse
- type StatsData
- type StatsResponse
- type UserData
- type UserDataOrg
- type UserDataProfile
- type UserDataProfilePage
- type UserResponse
- type Website
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgDataFocus ¶
type OrgDataFocusItems ¶
type OrgDataFocusItems struct {
Primary OrgDataFocus
Secondary OrgDataFocus
}
type OrgDataHeadline ¶
type OrgResponse ¶
type OrgResponse struct {
scapiUtils.BaseRes
Data OrgData
}
type ShipQuery ¶
type ShipQuery struct {
Name string `url:"name,omitempty"`
Classification string `url:"classification,omitempty"`
LengthMin int `url:"length_min,omitempty"`
LengthMax int `url:"length_max,omitempty"`
CrewMin int `url:"crew_min,omitempty"`
CrewMax int `url:"crew_max,omitempty"`
PriceMin int `url:"price_min,omitempty"`
PriceMax int `url:"price_max,omitempty"`
MassMin int `url:"mass_min,omitempty"`
MassMax int `url:"mass_max,omitempty"`
PageMax int `url:"page_max,omitempty"`
Id int `url:"id,omitempty"`
}
type ShipsData ¶
type ShipsData struct {
AfterburnerSpeed string `json:"afterburner_speed"`
Beam string
CargoCapacity string
ChassisId string `json:"chassis_id"`
Compiled ShipsDataCompiled
Description string
Focus string
Height string
Id string
Length string
Manufacturer ShipsDataManufacturer
ManufacturerId string `json:"manufacturer_id"`
Mass string
MaxCrew string `json:"max_crew"`
Media []ShipsDataMedia
MinCrew string
Name string
PitchMax string `json:"pitch_max"`
Price float32
ProductionNote string `json:"production_note"`
ProductionStatus string `json:"production_status"`
RollMax string `json:"roll_max"`
ScmSpeed string `json:"scm_speed"`
Size string
TimeModified string `json:"time_modified"`
TimeModifiedUnfiltered string `json:"time_modified.unfiltered"`
Type string
Url string
XAxisAccel string `json:"xaxis_acceleration"`
YawMax string `json:"yaw_max"`
YAxisAccel string `json:"yaxis_acceleration"`
ZAxisAccel string `json:"zaxis_acceleration"`
}
type ShipsDataCompiled ¶
type ShipsDataCompiled struct {
}
type ShipsDataManufacturer ¶
type ShipsDataManufacturer struct {
}
type ShipsDataMedia ¶
type ShipsDataMedia struct {
// missing items
// not documented
Id string
Images ShipsDataMediaImages
SourceUrl string `json:"source_url"`
TimeModified string `json:"time_modified"`
}
type ShipsDataMediaImages ¶
type ShipsResponse ¶
type ShipsResponse struct {
scapiUtils.BaseRes
Data []ShipsData
}
type StatsResponse ¶
type StatsResponse struct {
scapiUtils.BaseRes
Data StatsData
}
type UserData ¶
type UserData struct {
Organization UserDataOrg
Profile UserDataProfile
}
type UserDataProfile ¶
type UserDataProfilePage ¶
type UserResponse ¶
type UserResponse struct {
scapiUtils.BaseRes
Data UserData
}
Click to show internal directories.
Click to hide internal directories.