Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBuilder ¶
func NewBuilder(mapped *configs_mapped.MappedConfigs) *builder.Builder
func NewMapped ¶
func NewMapped() *configs_mapped.MappedConfigs
Types ¶
type AppData ¶
type AppData struct { Mapped *configs_mapped.MappedConfigs 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 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 }
Click to show internal directories.
Click to hide internal directories.