Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoLootbox = errors.New("No Lootbox description found")
)
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) RegisterRoutes ¶
func (a *API) RegisterRoutes()
type BaseWhaling ¶
type QuantityWhaling ¶
type QuantityWhaling struct { Quantity int `query:"number_lootbox"` BaseWhaling }
type RemainingShips ¶
type RemainingShips struct {
Ships []string `json:"ships"`
}
type SearchResult ¶
type SearchResult struct {
Players []*wgwows.AccountList `json:"players"`
}
type ShipListResult ¶
type ShipListResult struct {
Ships []string `json:"ships"`
}
type Stats ¶
type Stats struct { WhalingQuantitySimple uint64 `json:"simple_whaling_quantity"` WhalingQuantityStats uint64 `json:"stats_whaling_quantity"` TargetWhalingSimple uint64 `json:"simple_whaling_target"` TargetWhalingStats uint64 `json:"stats_whaling_target"` OpenedContainers uint64 `json:"opened_counters"` }
type TargetWhaling ¶
type TargetWhaling struct { Target string `query:"target"` ExcludedShips []string `query:"excluded_ships[]"` BaseWhaling }
type UserSearch ¶
type UserShipList ¶
Click to show internal directories.
Click to hide internal directories.