Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuilder ¶
func NewBuilder(is_discovery IsDiscovery) *builder.Builder
func NewMapped ¶
func NewMapped() *configs_mapped.MappedConfigs
Types ¶
type AppData ¶
type AppData struct {
Build *builder.Builder
Configs *configs_export.Exporter
// contains filtered or unexported fields
}
func NewAppData ¶
func NewAppData() *AppData
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 {
Build *builder.Builder
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.