Actually use cache
This commit is contained in:
@@ -87,12 +87,12 @@ type FactoryDetails struct {
|
||||
}
|
||||
|
||||
type Route struct {
|
||||
ContentTypeID int `json:"content_type_id"`
|
||||
DestinationPinID int `json:"destination_pin_id"`
|
||||
Quantity int `json:"quantity"`
|
||||
RouteID int `json:"route_id"`
|
||||
SourcePinID int `json:"source_pin_id"`
|
||||
Waypoints []int `json:"waypoints"`
|
||||
ContentTypeID int `json:"content_type_id"`
|
||||
DestinationPinID int `json:"destination_pin_id"`
|
||||
Quantity float64 `json:"quantity"`
|
||||
RouteID int `json:"route_id"`
|
||||
SourcePinID int `json:"source_pin_id"`
|
||||
Waypoints []int `json:"waypoints"`
|
||||
}
|
||||
|
||||
// ESIInterface defines the contract for ESI API interactions
|
||||
|
||||
Reference in New Issue
Block a user