package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Dec 16, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewTrackerFittingsProvider(client *http.Client) *trackerFittingsProvider
type AvailabilityResult struct {
Available bool
Err error
}
type Fit struct {
Success bool `json:"success"`
Item Item `json:"item"`
}
type Fits struct {
Success bool `json:"success"`
Items []Item `json:"items"`
Count int64 `json:"count"`
}
type Item struct {
ID int64 `json:"id"`
Name string `json:"name"`
Ship Ship `json:"ship"`
EFT string `json:"eft"`
FFH string `json:"flexibleFitHash"`
}
type Ship struct {
ID int64 `json:"id"`
Name string `json:"name"`
Size string `json:"size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.