Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DiscoShipNames = types.ShipNames{
Transport: "transport",
Frigate: "frigate",
Freighter: "freighter",
}
View Source
var FlsrShipNames = types.ShipNames{
Transport: "transport",
Frigate: "liner",
Freighter: "freighter",
}
View Source
var VanillaShipNames = types.ShipNames{
Transport: "transport",
Frigate: "frigate",
Freighter: "freighter",
}
Functions ¶
func NewBuilder ¶
func NewBuilder(is_discovery IsDiscovery) *builder.Builder
func NewMapped ¶
func NewMapped(ctx context.Context) *configs_mapped.MappedConfigs
Types ¶
type AppData ¶
type AppData struct {
Configs *configs_export.Exporter
// contains filtered or unexported fields
}
func NewAppData ¶
func (*AppData) GetGraphPaths ¶ added in v1.67.0
func (app_data *AppData) GetGraphPaths(input_routes []GraphPathReq) []GraphPathsResp
type AppDataRelay ¶ added in v1.72.1
type AppDataRelay struct {
Configs *configs_export.ExporterRelay
// contains filtered or unexported fields
}
func NewRelayData ¶ added in v1.72.1
func NewRelayData(app_data *AppData) *AppDataRelay
type GraphPathReq ¶ added in v1.67.0
type GraphPathReq struct {
From string `json:"from" example:"li01_01_base" validate:"required"` // Write NPC base nickname, or PoB nickname (Name in base64 encoding) or Ore field name
To string `json:"to" example:"br01_01_base" validate:"required"` // Write NPC base nickname, or PoB nickname (Name in base64 encoding) or Ore field name
}
type GraphPathTime ¶ added in v1.67.0
type GraphPathsResp ¶ added in v1.67.0
type GraphPathsResp struct {
Query GraphPathReq `json:"route" validate:"required"` // writes requested input
Time *GraphPathTime `json:"time,omitempty"`
Error *string `json:"error,omitempty"` // writes error if requesting not existing nicknames in from/to fields
}
type IsDiscovery ¶ added in v1.72.1
type IsDiscovery bool
Click to show internal directories.
Click to hide internal directories.