faction_warfare

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// GetFwSystemsOKBodyItems0ContestedCaptured captures enum value "captured"
	GetFwSystemsOKBodyItems0ContestedCaptured string = "captured"

	// GetFwSystemsOKBodyItems0ContestedContested captures enum value "contested"
	GetFwSystemsOKBodyItems0ContestedContested string = "contested"

	// GetFwSystemsOKBodyItems0ContestedUncontested captures enum value "uncontested"
	GetFwSystemsOKBodyItems0ContestedUncontested string = "uncontested"

	// GetFwSystemsOKBodyItems0ContestedVulnerable captures enum value "vulnerable"
	GetFwSystemsOKBodyItems0ContestedVulnerable string = "vulnerable"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for faction warfare API

func (*Client) GetCharactersCharacterIDFwStats

func (a *Client) GetCharactersCharacterIDFwStats(params *GetCharactersCharacterIDFwStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCharactersCharacterIDFwStatsOK, error)
GetCharactersCharacterIDFwStats overviews of a character involved in faction warfare

Statistical overview of a character involved in faction warfare

---

This route expires daily at 11:05

func (*Client) GetCorporationsCorporationIDFwStats

GetCorporationsCorporationIDFwStats overviews of a corporation involved in faction warfare

Statistics about a corporation involved in faction warfare

---

This route expires daily at 11:05

func (*Client) GetFwLeaderboards

func (a *Client) GetFwLeaderboards(params *GetFwLeaderboardsParams) (*GetFwLeaderboardsOK, error)
GetFwLeaderboards lists of the top factions in faction warfare

Top 4 leaderboard of factions for kills and victory points separated by total, last week and yesterday

---

This route expires daily at 11:05

func (*Client) GetFwLeaderboardsCharacters

func (a *Client) GetFwLeaderboardsCharacters(params *GetFwLeaderboardsCharactersParams) (*GetFwLeaderboardsCharactersOK, error)
GetFwLeaderboardsCharacters lists of the top pilots in faction warfare

Top 100 leaderboard of pilots for kills and victory points separated by total, last week and yesterday

---

This route expires daily at 11:05

func (*Client) GetFwLeaderboardsCorporations

func (a *Client) GetFwLeaderboardsCorporations(params *GetFwLeaderboardsCorporationsParams) (*GetFwLeaderboardsCorporationsOK, error)
GetFwLeaderboardsCorporations lists of the top corporations in faction warfare

Top 10 leaderboard of corporations for kills and victory points separated by total, last week and yesterday

---

This route expires daily at 11:05

func (*Client) GetFwStats

func (a *Client) GetFwStats(params *GetFwStatsParams) (*GetFwStatsOK, error)
GetFwStats ans overview of statistics about factions involved in faction warfare

Statistical overviews of factions involved in faction warfare

---

This route expires daily at 11:05

func (*Client) GetFwSystems

func (a *Client) GetFwSystems(params *GetFwSystemsParams) (*GetFwSystemsOK, error)
GetFwSystems ownerships of faction warfare systems

An overview of the current ownership of faction warfare solar systems

---

This route is cached for up to 1800 seconds

func (*Client) GetFwWars

func (a *Client) GetFwWars(params *GetFwWarsParams) (*GetFwWarsOK, error)
GetFwWars data about which n p c factions are at war

Data about which NPC factions are at war

---

This route expires daily at 11:05

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetCharactersCharacterIDFwStats(params *GetCharactersCharacterIDFwStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCharactersCharacterIDFwStatsOK, error)

	GetCorporationsCorporationIDFwStats(params *GetCorporationsCorporationIDFwStatsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCorporationsCorporationIDFwStatsOK, error)

	GetFwLeaderboards(params *GetFwLeaderboardsParams) (*GetFwLeaderboardsOK, error)

	GetFwLeaderboardsCharacters(params *GetFwLeaderboardsCharactersParams) (*GetFwLeaderboardsCharactersOK, error)

	GetFwLeaderboardsCorporations(params *GetFwLeaderboardsCorporationsParams) (*GetFwLeaderboardsCorporationsOK, error)

	GetFwStats(params *GetFwStatsParams) (*GetFwStatsOK, error)

	GetFwSystems(params *GetFwSystemsParams) (*GetFwSystemsOK, error)

	GetFwWars(params *GetFwWarsParams) (*GetFwWarsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new faction warfare API client.

type GetCharactersCharacterIDFwStatsBadRequest

type GetCharactersCharacterIDFwStatsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDFwStatsBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDFwStatsBadRequest

func NewGetCharactersCharacterIDFwStatsBadRequest() *GetCharactersCharacterIDFwStatsBadRequest

NewGetCharactersCharacterIDFwStatsBadRequest creates a GetCharactersCharacterIDFwStatsBadRequest with default headers values

func (*GetCharactersCharacterIDFwStatsBadRequest) Error

func (*GetCharactersCharacterIDFwStatsBadRequest) GetPayload

type GetCharactersCharacterIDFwStatsEnhanceYourCalm

type GetCharactersCharacterIDFwStatsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDFwStatsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDFwStatsEnhanceYourCalm

func NewGetCharactersCharacterIDFwStatsEnhanceYourCalm() *GetCharactersCharacterIDFwStatsEnhanceYourCalm

NewGetCharactersCharacterIDFwStatsEnhanceYourCalm creates a GetCharactersCharacterIDFwStatsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDFwStatsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDFwStatsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDFwStatsForbidden

type GetCharactersCharacterIDFwStatsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDFwStatsForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDFwStatsForbidden

func NewGetCharactersCharacterIDFwStatsForbidden() *GetCharactersCharacterIDFwStatsForbidden

NewGetCharactersCharacterIDFwStatsForbidden creates a GetCharactersCharacterIDFwStatsForbidden with default headers values

func (*GetCharactersCharacterIDFwStatsForbidden) Error

func (*GetCharactersCharacterIDFwStatsForbidden) GetPayload

type GetCharactersCharacterIDFwStatsGatewayTimeout

type GetCharactersCharacterIDFwStatsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDFwStatsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDFwStatsGatewayTimeout

func NewGetCharactersCharacterIDFwStatsGatewayTimeout() *GetCharactersCharacterIDFwStatsGatewayTimeout

NewGetCharactersCharacterIDFwStatsGatewayTimeout creates a GetCharactersCharacterIDFwStatsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDFwStatsGatewayTimeout) Error

func (*GetCharactersCharacterIDFwStatsGatewayTimeout) GetPayload

type GetCharactersCharacterIDFwStatsInternalServerError

type GetCharactersCharacterIDFwStatsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDFwStatsInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDFwStatsInternalServerError

func NewGetCharactersCharacterIDFwStatsInternalServerError() *GetCharactersCharacterIDFwStatsInternalServerError

NewGetCharactersCharacterIDFwStatsInternalServerError creates a GetCharactersCharacterIDFwStatsInternalServerError with default headers values

func (*GetCharactersCharacterIDFwStatsInternalServerError) Error

func (*GetCharactersCharacterIDFwStatsInternalServerError) GetPayload

type GetCharactersCharacterIDFwStatsNotModified

type GetCharactersCharacterIDFwStatsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetCharactersCharacterIDFwStatsNotModified handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDFwStatsNotModified

func NewGetCharactersCharacterIDFwStatsNotModified() *GetCharactersCharacterIDFwStatsNotModified

NewGetCharactersCharacterIDFwStatsNotModified creates a GetCharactersCharacterIDFwStatsNotModified with default headers values

func (*GetCharactersCharacterIDFwStatsNotModified) Error

type GetCharactersCharacterIDFwStatsOK

type GetCharactersCharacterIDFwStatsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetCharactersCharacterIDFwStatsOKBody
}

GetCharactersCharacterIDFwStatsOK handles this case with default header values.

Faction warfare statistics for a given character

func NewGetCharactersCharacterIDFwStatsOK

func NewGetCharactersCharacterIDFwStatsOK() *GetCharactersCharacterIDFwStatsOK

NewGetCharactersCharacterIDFwStatsOK creates a GetCharactersCharacterIDFwStatsOK with default headers values

func (*GetCharactersCharacterIDFwStatsOK) Error

func (*GetCharactersCharacterIDFwStatsOK) GetPayload

type GetCharactersCharacterIDFwStatsOKBody

type GetCharactersCharacterIDFwStatsOKBody struct {

	// get_characters_character_id_fw_stats_current_rank
	//
	// The given character's current faction rank
	// Maximum: 9
	// Minimum: 0
	CurrentRank *int32 `json:"current_rank,omitempty"`

	// get_characters_character_id_fw_stats_enlisted_on
	//
	// The enlistment date of the given character into faction warfare. Will not be included if character is not enlisted in faction warfare
	// Format: date-time
	EnlistedOn strfmt.DateTime `json:"enlisted_on,omitempty"`

	// get_characters_character_id_fw_stats_faction_id
	//
	// The faction the given character is enlisted to fight for. Will not be included if character is not enlisted in faction warfare
	FactionID int32 `json:"faction_id,omitempty"`

	// get_characters_character_id_fw_stats_highest_rank
	//
	// The given character's highest faction rank achieved
	// Maximum: 9
	// Minimum: 0
	HighestRank *int32 `json:"highest_rank,omitempty"`

	// kills
	// Required: true
	Kills *GetCharactersCharacterIDFwStatsOKBodyKills `json:"kills"`

	// victory points
	// Required: true
	VictoryPoints *GetCharactersCharacterIDFwStatsOKBodyVictoryPoints `json:"victory_points"`
}

GetCharactersCharacterIDFwStatsOKBody get_characters_character_id_fw_stats_ok // // 200 ok object swagger:model GetCharactersCharacterIDFwStatsOKBody

func (*GetCharactersCharacterIDFwStatsOKBody) MarshalBinary

func (o *GetCharactersCharacterIDFwStatsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBody) UnmarshalBinary

func (o *GetCharactersCharacterIDFwStatsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBody) Validate

Validate validates this get characters character ID fw stats o k body

type GetCharactersCharacterIDFwStatsOKBodyKills

type GetCharactersCharacterIDFwStatsOKBodyKills struct {

	// get_characters_character_id_fw_stats_last_week
	//
	// Last week's total number of kills by a given character against enemy factions
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_characters_character_id_fw_stats_total
	//
	// Total number of kills by a given character against enemy factions since the character enlisted
	// Required: true
	Total *int32 `json:"total"`

	// get_characters_character_id_fw_stats_yesterday
	//
	// Yesterday's total number of kills by a given character against enemy factions
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetCharactersCharacterIDFwStatsOKBodyKills get_characters_character_id_fw_stats_kills // // Summary of kills done by the given character against enemy factions swagger:model GetCharactersCharacterIDFwStatsOKBodyKills

func (*GetCharactersCharacterIDFwStatsOKBodyKills) MarshalBinary

func (o *GetCharactersCharacterIDFwStatsOKBodyKills) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBodyKills) UnmarshalBinary

func (o *GetCharactersCharacterIDFwStatsOKBodyKills) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBodyKills) Validate

Validate validates this get characters character ID fw stats o k body kills

type GetCharactersCharacterIDFwStatsOKBodyVictoryPoints

type GetCharactersCharacterIDFwStatsOKBodyVictoryPoints struct {

	// get_characters_character_id_fw_stats_victory_points_last_week
	//
	// Last week's victory points gained by the given character
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_characters_character_id_fw_stats_victory_points_total
	//
	// Total victory points gained since the given character enlisted
	// Required: true
	Total *int32 `json:"total"`

	// get_characters_character_id_fw_stats_victory_points_yesterday
	//
	// Yesterday's victory points gained by the given character
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetCharactersCharacterIDFwStatsOKBodyVictoryPoints get_characters_character_id_fw_stats_victory_points // // Summary of victory points gained by the given character for the enlisted faction swagger:model GetCharactersCharacterIDFwStatsOKBodyVictoryPoints

func (*GetCharactersCharacterIDFwStatsOKBodyVictoryPoints) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBodyVictoryPoints) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDFwStatsOKBodyVictoryPoints) Validate

Validate validates this get characters character ID fw stats o k body victory points

type GetCharactersCharacterIDFwStatsParams

type GetCharactersCharacterIDFwStatsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Token
	  Access token to use if unable to set a header

	*/
	Token *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCharactersCharacterIDFwStatsParams contains all the parameters to send to the API endpoint for the get characters character id fw stats operation typically these are written to a http.Request

func NewGetCharactersCharacterIDFwStatsParams

func NewGetCharactersCharacterIDFwStatsParams() *GetCharactersCharacterIDFwStatsParams

NewGetCharactersCharacterIDFwStatsParams creates a new GetCharactersCharacterIDFwStatsParams object with the default values initialized.

func NewGetCharactersCharacterIDFwStatsParamsWithContext

func NewGetCharactersCharacterIDFwStatsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDFwStatsParams

NewGetCharactersCharacterIDFwStatsParamsWithContext creates a new GetCharactersCharacterIDFwStatsParams object with the default values initialized, and the ability to set a context for a request

func NewGetCharactersCharacterIDFwStatsParamsWithHTTPClient

func NewGetCharactersCharacterIDFwStatsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDFwStatsParams

NewGetCharactersCharacterIDFwStatsParamsWithHTTPClient creates a new GetCharactersCharacterIDFwStatsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCharactersCharacterIDFwStatsParamsWithTimeout

func NewGetCharactersCharacterIDFwStatsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDFwStatsParams

NewGetCharactersCharacterIDFwStatsParamsWithTimeout creates a new GetCharactersCharacterIDFwStatsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCharactersCharacterIDFwStatsParams) SetCharacterID

func (o *GetCharactersCharacterIDFwStatsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetContext

SetContext adds the context to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetDatasource

func (o *GetCharactersCharacterIDFwStatsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetHTTPClient

func (o *GetCharactersCharacterIDFwStatsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetIfNoneMatch

func (o *GetCharactersCharacterIDFwStatsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetTimeout

func (o *GetCharactersCharacterIDFwStatsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) SetToken

func (o *GetCharactersCharacterIDFwStatsParams) SetToken(token *string)

SetToken adds the token to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithContext

WithContext adds the context to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithDatasource

WithDatasource adds the datasource to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithTimeout

WithTimeout adds the timeout to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WithToken

WithToken adds the token to the get characters character id fw stats params

func (*GetCharactersCharacterIDFwStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDFwStatsReader

type GetCharactersCharacterIDFwStatsReader struct {
	// contains filtered or unexported fields
}

GetCharactersCharacterIDFwStatsReader is a Reader for the GetCharactersCharacterIDFwStats structure.

func (*GetCharactersCharacterIDFwStatsReader) ReadResponse

func (o *GetCharactersCharacterIDFwStatsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDFwStatsServiceUnavailable

type GetCharactersCharacterIDFwStatsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDFwStatsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDFwStatsServiceUnavailable

func NewGetCharactersCharacterIDFwStatsServiceUnavailable() *GetCharactersCharacterIDFwStatsServiceUnavailable

NewGetCharactersCharacterIDFwStatsServiceUnavailable creates a GetCharactersCharacterIDFwStatsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDFwStatsServiceUnavailable) Error

func (*GetCharactersCharacterIDFwStatsServiceUnavailable) GetPayload

type GetCharactersCharacterIDFwStatsUnauthorized

type GetCharactersCharacterIDFwStatsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDFwStatsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDFwStatsUnauthorized

func NewGetCharactersCharacterIDFwStatsUnauthorized() *GetCharactersCharacterIDFwStatsUnauthorized

NewGetCharactersCharacterIDFwStatsUnauthorized creates a GetCharactersCharacterIDFwStatsUnauthorized with default headers values

func (*GetCharactersCharacterIDFwStatsUnauthorized) Error

func (*GetCharactersCharacterIDFwStatsUnauthorized) GetPayload

type GetCorporationsCorporationIDFwStatsBadRequest

type GetCorporationsCorporationIDFwStatsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCorporationsCorporationIDFwStatsBadRequest handles this case with default header values.

Bad request

func NewGetCorporationsCorporationIDFwStatsBadRequest

func NewGetCorporationsCorporationIDFwStatsBadRequest() *GetCorporationsCorporationIDFwStatsBadRequest

NewGetCorporationsCorporationIDFwStatsBadRequest creates a GetCorporationsCorporationIDFwStatsBadRequest with default headers values

func (*GetCorporationsCorporationIDFwStatsBadRequest) Error

func (*GetCorporationsCorporationIDFwStatsBadRequest) GetPayload

type GetCorporationsCorporationIDFwStatsEnhanceYourCalm

type GetCorporationsCorporationIDFwStatsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCorporationsCorporationIDFwStatsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCorporationsCorporationIDFwStatsEnhanceYourCalm

func NewGetCorporationsCorporationIDFwStatsEnhanceYourCalm() *GetCorporationsCorporationIDFwStatsEnhanceYourCalm

NewGetCorporationsCorporationIDFwStatsEnhanceYourCalm creates a GetCorporationsCorporationIDFwStatsEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDFwStatsEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDFwStatsEnhanceYourCalm) GetPayload

type GetCorporationsCorporationIDFwStatsForbidden

type GetCorporationsCorporationIDFwStatsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCorporationsCorporationIDFwStatsForbidden handles this case with default header values.

Forbidden

func NewGetCorporationsCorporationIDFwStatsForbidden

func NewGetCorporationsCorporationIDFwStatsForbidden() *GetCorporationsCorporationIDFwStatsForbidden

NewGetCorporationsCorporationIDFwStatsForbidden creates a GetCorporationsCorporationIDFwStatsForbidden with default headers values

func (*GetCorporationsCorporationIDFwStatsForbidden) Error

func (*GetCorporationsCorporationIDFwStatsForbidden) GetPayload

type GetCorporationsCorporationIDFwStatsGatewayTimeout

type GetCorporationsCorporationIDFwStatsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCorporationsCorporationIDFwStatsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCorporationsCorporationIDFwStatsGatewayTimeout

func NewGetCorporationsCorporationIDFwStatsGatewayTimeout() *GetCorporationsCorporationIDFwStatsGatewayTimeout

NewGetCorporationsCorporationIDFwStatsGatewayTimeout creates a GetCorporationsCorporationIDFwStatsGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDFwStatsGatewayTimeout) Error

func (*GetCorporationsCorporationIDFwStatsGatewayTimeout) GetPayload

type GetCorporationsCorporationIDFwStatsInternalServerError

type GetCorporationsCorporationIDFwStatsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCorporationsCorporationIDFwStatsInternalServerError handles this case with default header values.

Internal server error

func NewGetCorporationsCorporationIDFwStatsInternalServerError

func NewGetCorporationsCorporationIDFwStatsInternalServerError() *GetCorporationsCorporationIDFwStatsInternalServerError

NewGetCorporationsCorporationIDFwStatsInternalServerError creates a GetCorporationsCorporationIDFwStatsInternalServerError with default headers values

func (*GetCorporationsCorporationIDFwStatsInternalServerError) Error

func (*GetCorporationsCorporationIDFwStatsInternalServerError) GetPayload

type GetCorporationsCorporationIDFwStatsNotModified

type GetCorporationsCorporationIDFwStatsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetCorporationsCorporationIDFwStatsNotModified handles this case with default header values.

Not modified

func NewGetCorporationsCorporationIDFwStatsNotModified

func NewGetCorporationsCorporationIDFwStatsNotModified() *GetCorporationsCorporationIDFwStatsNotModified

NewGetCorporationsCorporationIDFwStatsNotModified creates a GetCorporationsCorporationIDFwStatsNotModified with default headers values

func (*GetCorporationsCorporationIDFwStatsNotModified) Error

type GetCorporationsCorporationIDFwStatsOK

type GetCorporationsCorporationIDFwStatsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetCorporationsCorporationIDFwStatsOKBody
}

GetCorporationsCorporationIDFwStatsOK handles this case with default header values.

Faction warfare statistics for a given corporation

func NewGetCorporationsCorporationIDFwStatsOK

func NewGetCorporationsCorporationIDFwStatsOK() *GetCorporationsCorporationIDFwStatsOK

NewGetCorporationsCorporationIDFwStatsOK creates a GetCorporationsCorporationIDFwStatsOK with default headers values

func (*GetCorporationsCorporationIDFwStatsOK) Error

func (*GetCorporationsCorporationIDFwStatsOK) GetPayload

type GetCorporationsCorporationIDFwStatsOKBody

type GetCorporationsCorporationIDFwStatsOKBody struct {

	// get_corporations_corporation_id_fw_stats_enlisted_on
	//
	// The enlistment date of the given corporation into faction warfare. Will not be included if corporation is not enlisted in faction warfare
	// Format: date-time
	EnlistedOn strfmt.DateTime `json:"enlisted_on,omitempty"`

	// get_corporations_corporation_id_fw_stats_faction_id
	//
	// The faction the given corporation is enlisted to fight for. Will not be included if corporation is not enlisted in faction warfare
	FactionID int32 `json:"faction_id,omitempty"`

	// kills
	// Required: true
	Kills *GetCorporationsCorporationIDFwStatsOKBodyKills `json:"kills"`

	// get_corporations_corporation_id_fw_stats_pilots
	//
	// How many pilots the enlisted corporation has. Will not be included if corporation is not enlisted in faction warfare
	Pilots int32 `json:"pilots,omitempty"`

	// victory points
	// Required: true
	VictoryPoints *GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints `json:"victory_points"`
}

GetCorporationsCorporationIDFwStatsOKBody get_corporations_corporation_id_fw_stats_ok // // 200 ok object swagger:model GetCorporationsCorporationIDFwStatsOKBody

func (*GetCorporationsCorporationIDFwStatsOKBody) MarshalBinary

func (o *GetCorporationsCorporationIDFwStatsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBody) UnmarshalBinary

func (o *GetCorporationsCorporationIDFwStatsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBody) Validate

Validate validates this get corporations corporation ID fw stats o k body

type GetCorporationsCorporationIDFwStatsOKBodyKills

type GetCorporationsCorporationIDFwStatsOKBodyKills struct {

	// get_corporations_corporation_id_fw_stats_last_week
	//
	// Last week's total number of kills by members of the given corporation against enemy factions
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_corporations_corporation_id_fw_stats_total
	//
	// Total number of kills by members of the given corporation against enemy factions since the corporation enlisted
	// Required: true
	Total *int32 `json:"total"`

	// get_corporations_corporation_id_fw_stats_yesterday
	//
	// Yesterday's total number of kills by members of the given corporation against enemy factions
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetCorporationsCorporationIDFwStatsOKBodyKills get_corporations_corporation_id_fw_stats_kills // // Summary of kills done by the given corporation against enemy factions swagger:model GetCorporationsCorporationIDFwStatsOKBodyKills

func (*GetCorporationsCorporationIDFwStatsOKBodyKills) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBodyKills) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBodyKills) Validate

Validate validates this get corporations corporation ID fw stats o k body kills

type GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints

type GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints struct {

	// get_corporations_corporation_id_fw_stats_victory_points_last_week
	//
	// Last week's victory points gained by members of the given corporation
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_corporations_corporation_id_fw_stats_victory_points_total
	//
	// Total victory points gained since the given corporation enlisted
	// Required: true
	Total *int32 `json:"total"`

	// get_corporations_corporation_id_fw_stats_victory_points_yesterday
	//
	// Yesterday's victory points gained by members of the given corporation
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints get_corporations_corporation_id_fw_stats_victory_points // // Summary of victory points gained by the given corporation for the enlisted faction swagger:model GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints

func (*GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDFwStatsOKBodyVictoryPoints) Validate

Validate validates this get corporations corporation ID fw stats o k body victory points

type GetCorporationsCorporationIDFwStatsParams

type GetCorporationsCorporationIDFwStatsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*CorporationID
	  An EVE corporation ID

	*/
	CorporationID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Token
	  Access token to use if unable to set a header

	*/
	Token *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCorporationsCorporationIDFwStatsParams contains all the parameters to send to the API endpoint for the get corporations corporation id fw stats operation typically these are written to a http.Request

func NewGetCorporationsCorporationIDFwStatsParams

func NewGetCorporationsCorporationIDFwStatsParams() *GetCorporationsCorporationIDFwStatsParams

NewGetCorporationsCorporationIDFwStatsParams creates a new GetCorporationsCorporationIDFwStatsParams object with the default values initialized.

func NewGetCorporationsCorporationIDFwStatsParamsWithContext

func NewGetCorporationsCorporationIDFwStatsParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDFwStatsParams

NewGetCorporationsCorporationIDFwStatsParamsWithContext creates a new GetCorporationsCorporationIDFwStatsParams object with the default values initialized, and the ability to set a context for a request

func NewGetCorporationsCorporationIDFwStatsParamsWithHTTPClient

func NewGetCorporationsCorporationIDFwStatsParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDFwStatsParams

NewGetCorporationsCorporationIDFwStatsParamsWithHTTPClient creates a new GetCorporationsCorporationIDFwStatsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCorporationsCorporationIDFwStatsParamsWithTimeout

func NewGetCorporationsCorporationIDFwStatsParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDFwStatsParams

NewGetCorporationsCorporationIDFwStatsParamsWithTimeout creates a new GetCorporationsCorporationIDFwStatsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCorporationsCorporationIDFwStatsParams) SetContext

SetContext adds the context to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetCorporationID

func (o *GetCorporationsCorporationIDFwStatsParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetDatasource

func (o *GetCorporationsCorporationIDFwStatsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetHTTPClient

func (o *GetCorporationsCorporationIDFwStatsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetIfNoneMatch

func (o *GetCorporationsCorporationIDFwStatsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetTimeout

SetTimeout adds the timeout to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) SetToken

SetToken adds the token to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithContext

WithContext adds the context to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithCorporationID

WithCorporationID adds the corporationID to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithDatasource

WithDatasource adds the datasource to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithTimeout

WithTimeout adds the timeout to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WithToken

WithToken adds the token to the get corporations corporation id fw stats params

func (*GetCorporationsCorporationIDFwStatsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDFwStatsReader

type GetCorporationsCorporationIDFwStatsReader struct {
	// contains filtered or unexported fields
}

GetCorporationsCorporationIDFwStatsReader is a Reader for the GetCorporationsCorporationIDFwStats structure.

func (*GetCorporationsCorporationIDFwStatsReader) ReadResponse

func (o *GetCorporationsCorporationIDFwStatsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDFwStatsServiceUnavailable

type GetCorporationsCorporationIDFwStatsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCorporationsCorporationIDFwStatsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCorporationsCorporationIDFwStatsServiceUnavailable

func NewGetCorporationsCorporationIDFwStatsServiceUnavailable() *GetCorporationsCorporationIDFwStatsServiceUnavailable

NewGetCorporationsCorporationIDFwStatsServiceUnavailable creates a GetCorporationsCorporationIDFwStatsServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDFwStatsServiceUnavailable) Error

func (*GetCorporationsCorporationIDFwStatsServiceUnavailable) GetPayload

type GetCorporationsCorporationIDFwStatsUnauthorized

type GetCorporationsCorporationIDFwStatsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCorporationsCorporationIDFwStatsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCorporationsCorporationIDFwStatsUnauthorized

func NewGetCorporationsCorporationIDFwStatsUnauthorized() *GetCorporationsCorporationIDFwStatsUnauthorized

NewGetCorporationsCorporationIDFwStatsUnauthorized creates a GetCorporationsCorporationIDFwStatsUnauthorized with default headers values

func (*GetCorporationsCorporationIDFwStatsUnauthorized) Error

func (*GetCorporationsCorporationIDFwStatsUnauthorized) GetPayload

type GetFwLeaderboardsBadRequest

type GetFwLeaderboardsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwLeaderboardsBadRequest handles this case with default header values.

Bad request

func NewGetFwLeaderboardsBadRequest

func NewGetFwLeaderboardsBadRequest() *GetFwLeaderboardsBadRequest

NewGetFwLeaderboardsBadRequest creates a GetFwLeaderboardsBadRequest with default headers values

func (*GetFwLeaderboardsBadRequest) Error

func (*GetFwLeaderboardsBadRequest) GetPayload

type GetFwLeaderboardsCharactersBadRequest

type GetFwLeaderboardsCharactersBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwLeaderboardsCharactersBadRequest handles this case with default header values.

Bad request

func NewGetFwLeaderboardsCharactersBadRequest

func NewGetFwLeaderboardsCharactersBadRequest() *GetFwLeaderboardsCharactersBadRequest

NewGetFwLeaderboardsCharactersBadRequest creates a GetFwLeaderboardsCharactersBadRequest with default headers values

func (*GetFwLeaderboardsCharactersBadRequest) Error

func (*GetFwLeaderboardsCharactersBadRequest) GetPayload

type GetFwLeaderboardsCharactersEnhanceYourCalm

type GetFwLeaderboardsCharactersEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwLeaderboardsCharactersEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwLeaderboardsCharactersEnhanceYourCalm

func NewGetFwLeaderboardsCharactersEnhanceYourCalm() *GetFwLeaderboardsCharactersEnhanceYourCalm

NewGetFwLeaderboardsCharactersEnhanceYourCalm creates a GetFwLeaderboardsCharactersEnhanceYourCalm with default headers values

func (*GetFwLeaderboardsCharactersEnhanceYourCalm) Error

func (*GetFwLeaderboardsCharactersEnhanceYourCalm) GetPayload

type GetFwLeaderboardsCharactersGatewayTimeout

type GetFwLeaderboardsCharactersGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwLeaderboardsCharactersGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwLeaderboardsCharactersGatewayTimeout

func NewGetFwLeaderboardsCharactersGatewayTimeout() *GetFwLeaderboardsCharactersGatewayTimeout

NewGetFwLeaderboardsCharactersGatewayTimeout creates a GetFwLeaderboardsCharactersGatewayTimeout with default headers values

func (*GetFwLeaderboardsCharactersGatewayTimeout) Error

func (*GetFwLeaderboardsCharactersGatewayTimeout) GetPayload

type GetFwLeaderboardsCharactersInternalServerError

type GetFwLeaderboardsCharactersInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwLeaderboardsCharactersInternalServerError handles this case with default header values.

Internal server error

func NewGetFwLeaderboardsCharactersInternalServerError

func NewGetFwLeaderboardsCharactersInternalServerError() *GetFwLeaderboardsCharactersInternalServerError

NewGetFwLeaderboardsCharactersInternalServerError creates a GetFwLeaderboardsCharactersInternalServerError with default headers values

func (*GetFwLeaderboardsCharactersInternalServerError) Error

func (*GetFwLeaderboardsCharactersInternalServerError) GetPayload

type GetFwLeaderboardsCharactersNotModified

type GetFwLeaderboardsCharactersNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwLeaderboardsCharactersNotModified handles this case with default header values.

Not modified

func NewGetFwLeaderboardsCharactersNotModified

func NewGetFwLeaderboardsCharactersNotModified() *GetFwLeaderboardsCharactersNotModified

NewGetFwLeaderboardsCharactersNotModified creates a GetFwLeaderboardsCharactersNotModified with default headers values

func (*GetFwLeaderboardsCharactersNotModified) Error

type GetFwLeaderboardsCharactersOK

type GetFwLeaderboardsCharactersOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetFwLeaderboardsCharactersOKBody
}

GetFwLeaderboardsCharactersOK handles this case with default header values.

Character leaderboard of kills and victory points within faction warfare

func NewGetFwLeaderboardsCharactersOK

func NewGetFwLeaderboardsCharactersOK() *GetFwLeaderboardsCharactersOK

NewGetFwLeaderboardsCharactersOK creates a GetFwLeaderboardsCharactersOK with default headers values

func (*GetFwLeaderboardsCharactersOK) Error

func (*GetFwLeaderboardsCharactersOK) GetPayload

type GetFwLeaderboardsCharactersOKBody

type GetFwLeaderboardsCharactersOKBody struct {

	// kills
	// Required: true
	Kills *GetFwLeaderboardsCharactersOKBodyKills `json:"kills"`

	// victory points
	// Required: true
	VictoryPoints *GetFwLeaderboardsCharactersOKBodyVictoryPoints `json:"victory_points"`
}

GetFwLeaderboardsCharactersOKBody get_fw_leaderboards_characters_ok // // 200 ok object swagger:model GetFwLeaderboardsCharactersOKBody

func (*GetFwLeaderboardsCharactersOKBody) MarshalBinary

func (o *GetFwLeaderboardsCharactersOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBody) UnmarshalBinary

func (o *GetFwLeaderboardsCharactersOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBody) Validate

Validate validates this get fw leaderboards characters o k body

type GetFwLeaderboardsCharactersOKBodyKills

type GetFwLeaderboardsCharactersOKBodyKills struct {

	// get_fw_leaderboards_characters_active_total
	//
	// Top 100 ranking of pilots active in faction warfare by total kills. A pilot is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 100
	ActiveTotal []*GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_characters_last_week
	//
	// Top 100 ranking of pilots by kills in the past week
	// Required: true
	// Max Items: 100
	LastWeek []*GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_characters_yesterday
	//
	// Top 100 ranking of pilots by kills in the past day
	// Required: true
	// Max Items: 100
	Yesterday []*GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsCharactersOKBodyKills get_fw_leaderboards_characters_kills // // Top 100 rankings of pilots by number of kills from yesterday, last week and in total swagger:model GetFwLeaderboardsCharactersOKBodyKills

func (*GetFwLeaderboardsCharactersOKBodyKills) MarshalBinary

func (o *GetFwLeaderboardsCharactersOKBodyKills) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKills) UnmarshalBinary

func (o *GetFwLeaderboardsCharactersOKBodyKills) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKills) Validate

Validate validates this get fw leaderboards characters o k body kills

type GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0

type GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0 struct {

	// get_fw_leaderboards_characters_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_character_id
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0 get_fw_leaderboards_characters_active_total_active_total // // active_total object swagger:model GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0

func (*GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsActiveTotalItems0) Validate

Validate validates this get fw leaderboards characters o k body kills active total items0

type GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0

type GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0 struct {

	// get_fw_leaderboards_characters_last_week_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_last_week_character_id
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0 get_fw_leaderboards_characters_last_week_last_week // // last_week object swagger:model GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0

func (*GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsLastWeekItems0) Validate

Validate validates this get fw leaderboards characters o k body kills last week items0

type GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0

type GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0 struct {

	// get_fw_leaderboards_characters_yesterday_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_yesterday_character_id
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0 get_fw_leaderboards_characters_yesterday_yesterday // // yesterday object swagger:model GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0

func (*GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyKillsYesterdayItems0) Validate

Validate validates this get fw leaderboards characters o k body kills yesterday items0

type GetFwLeaderboardsCharactersOKBodyVictoryPoints

type GetFwLeaderboardsCharactersOKBodyVictoryPoints struct {

	// get_fw_leaderboards_characters_victory_points_active_total
	//
	// Top 100 ranking of pilots active in faction warfare by total victory points. A pilot is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 100
	ActiveTotal []*GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_characters_victory_points_last_week
	//
	// Top 100 ranking of pilots by victory points in the past week
	// Required: true
	// Max Items: 100
	LastWeek []*GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_characters_victory_points_yesterday
	//
	// Top 100 ranking of pilots by victory points in the past day
	// Required: true
	// Max Items: 100
	Yesterday []*GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsCharactersOKBodyVictoryPoints get_fw_leaderboards_characters_victory_points // // Top 100 rankings of pilots by victory points from yesterday, last week and in total swagger:model GetFwLeaderboardsCharactersOKBodyVictoryPoints

func (*GetFwLeaderboardsCharactersOKBodyVictoryPoints) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPoints) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPoints) Validate

Validate validates this get fw leaderboards characters o k body victory points

type GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0

type GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0 struct {

	// get_fw_leaderboards_characters_active_total_amount
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_active_total_character_id
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0 get_fw_leaderboards_characters_active_total_active_total_1 // // active_total object swagger:model GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsActiveTotalItems0) Validate

Validate validates this get fw leaderboards characters o k body victory points active total items0

type GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0

type GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0 struct {

	// get_fw_leaderboards_characters_last_week_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_last_week_character_id_1
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0 get_fw_leaderboards_characters_last_week_last_week_1 // // last_week object swagger:model GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsLastWeekItems0) Validate

Validate validates this get fw leaderboards characters o k body victory points last week items0

type GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0

type GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0 struct {

	// get_fw_leaderboards_characters_yesterday_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_characters_yesterday_character_id_1
	//
	// character_id integer
	CharacterID int32 `json:"character_id,omitempty"`
}

GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0 get_fw_leaderboards_characters_yesterday_yesterday_1 // // yesterday object swagger:model GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCharactersOKBodyVictoryPointsYesterdayItems0) Validate

Validate validates this get fw leaderboards characters o k body victory points yesterday items0

type GetFwLeaderboardsCharactersParams

type GetFwLeaderboardsCharactersParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwLeaderboardsCharactersParams contains all the parameters to send to the API endpoint for the get fw leaderboards characters operation typically these are written to a http.Request

func NewGetFwLeaderboardsCharactersParams

func NewGetFwLeaderboardsCharactersParams() *GetFwLeaderboardsCharactersParams

NewGetFwLeaderboardsCharactersParams creates a new GetFwLeaderboardsCharactersParams object with the default values initialized.

func NewGetFwLeaderboardsCharactersParamsWithContext

func NewGetFwLeaderboardsCharactersParamsWithContext(ctx context.Context) *GetFwLeaderboardsCharactersParams

NewGetFwLeaderboardsCharactersParamsWithContext creates a new GetFwLeaderboardsCharactersParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwLeaderboardsCharactersParamsWithHTTPClient

func NewGetFwLeaderboardsCharactersParamsWithHTTPClient(client *http.Client) *GetFwLeaderboardsCharactersParams

NewGetFwLeaderboardsCharactersParamsWithHTTPClient creates a new GetFwLeaderboardsCharactersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwLeaderboardsCharactersParamsWithTimeout

func NewGetFwLeaderboardsCharactersParamsWithTimeout(timeout time.Duration) *GetFwLeaderboardsCharactersParams

NewGetFwLeaderboardsCharactersParamsWithTimeout creates a new GetFwLeaderboardsCharactersParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwLeaderboardsCharactersParams) SetContext

SetContext adds the context to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) SetDatasource

func (o *GetFwLeaderboardsCharactersParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) SetHTTPClient

func (o *GetFwLeaderboardsCharactersParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) SetIfNoneMatch

func (o *GetFwLeaderboardsCharactersParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) SetTimeout

func (o *GetFwLeaderboardsCharactersParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WithContext

WithContext adds the context to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WithDatasource

WithDatasource adds the datasource to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WithTimeout

WithTimeout adds the timeout to the get fw leaderboards characters params

func (*GetFwLeaderboardsCharactersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFwLeaderboardsCharactersReader

type GetFwLeaderboardsCharactersReader struct {
	// contains filtered or unexported fields
}

GetFwLeaderboardsCharactersReader is a Reader for the GetFwLeaderboardsCharacters structure.

func (*GetFwLeaderboardsCharactersReader) ReadResponse

func (o *GetFwLeaderboardsCharactersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwLeaderboardsCharactersServiceUnavailable

type GetFwLeaderboardsCharactersServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwLeaderboardsCharactersServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwLeaderboardsCharactersServiceUnavailable

func NewGetFwLeaderboardsCharactersServiceUnavailable() *GetFwLeaderboardsCharactersServiceUnavailable

NewGetFwLeaderboardsCharactersServiceUnavailable creates a GetFwLeaderboardsCharactersServiceUnavailable with default headers values

func (*GetFwLeaderboardsCharactersServiceUnavailable) Error

func (*GetFwLeaderboardsCharactersServiceUnavailable) GetPayload

type GetFwLeaderboardsCorporationsBadRequest

type GetFwLeaderboardsCorporationsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwLeaderboardsCorporationsBadRequest handles this case with default header values.

Bad request

func NewGetFwLeaderboardsCorporationsBadRequest

func NewGetFwLeaderboardsCorporationsBadRequest() *GetFwLeaderboardsCorporationsBadRequest

NewGetFwLeaderboardsCorporationsBadRequest creates a GetFwLeaderboardsCorporationsBadRequest with default headers values

func (*GetFwLeaderboardsCorporationsBadRequest) Error

func (*GetFwLeaderboardsCorporationsBadRequest) GetPayload

type GetFwLeaderboardsCorporationsEnhanceYourCalm

type GetFwLeaderboardsCorporationsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwLeaderboardsCorporationsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwLeaderboardsCorporationsEnhanceYourCalm

func NewGetFwLeaderboardsCorporationsEnhanceYourCalm() *GetFwLeaderboardsCorporationsEnhanceYourCalm

NewGetFwLeaderboardsCorporationsEnhanceYourCalm creates a GetFwLeaderboardsCorporationsEnhanceYourCalm with default headers values

func (*GetFwLeaderboardsCorporationsEnhanceYourCalm) Error

func (*GetFwLeaderboardsCorporationsEnhanceYourCalm) GetPayload

type GetFwLeaderboardsCorporationsGatewayTimeout

type GetFwLeaderboardsCorporationsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwLeaderboardsCorporationsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwLeaderboardsCorporationsGatewayTimeout

func NewGetFwLeaderboardsCorporationsGatewayTimeout() *GetFwLeaderboardsCorporationsGatewayTimeout

NewGetFwLeaderboardsCorporationsGatewayTimeout creates a GetFwLeaderboardsCorporationsGatewayTimeout with default headers values

func (*GetFwLeaderboardsCorporationsGatewayTimeout) Error

func (*GetFwLeaderboardsCorporationsGatewayTimeout) GetPayload

type GetFwLeaderboardsCorporationsInternalServerError

type GetFwLeaderboardsCorporationsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwLeaderboardsCorporationsInternalServerError handles this case with default header values.

Internal server error

func NewGetFwLeaderboardsCorporationsInternalServerError

func NewGetFwLeaderboardsCorporationsInternalServerError() *GetFwLeaderboardsCorporationsInternalServerError

NewGetFwLeaderboardsCorporationsInternalServerError creates a GetFwLeaderboardsCorporationsInternalServerError with default headers values

func (*GetFwLeaderboardsCorporationsInternalServerError) Error

func (*GetFwLeaderboardsCorporationsInternalServerError) GetPayload

type GetFwLeaderboardsCorporationsNotModified

type GetFwLeaderboardsCorporationsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwLeaderboardsCorporationsNotModified handles this case with default header values.

Not modified

func NewGetFwLeaderboardsCorporationsNotModified

func NewGetFwLeaderboardsCorporationsNotModified() *GetFwLeaderboardsCorporationsNotModified

NewGetFwLeaderboardsCorporationsNotModified creates a GetFwLeaderboardsCorporationsNotModified with default headers values

func (*GetFwLeaderboardsCorporationsNotModified) Error

type GetFwLeaderboardsCorporationsOK

type GetFwLeaderboardsCorporationsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetFwLeaderboardsCorporationsOKBody
}

GetFwLeaderboardsCorporationsOK handles this case with default header values.

Corporation leaderboard of kills and victory points within faction warfare

func NewGetFwLeaderboardsCorporationsOK

func NewGetFwLeaderboardsCorporationsOK() *GetFwLeaderboardsCorporationsOK

NewGetFwLeaderboardsCorporationsOK creates a GetFwLeaderboardsCorporationsOK with default headers values

func (*GetFwLeaderboardsCorporationsOK) Error

func (*GetFwLeaderboardsCorporationsOK) GetPayload

type GetFwLeaderboardsCorporationsOKBody

type GetFwLeaderboardsCorporationsOKBody struct {

	// kills
	// Required: true
	Kills *GetFwLeaderboardsCorporationsOKBodyKills `json:"kills"`

	// victory points
	// Required: true
	VictoryPoints *GetFwLeaderboardsCorporationsOKBodyVictoryPoints `json:"victory_points"`
}

GetFwLeaderboardsCorporationsOKBody get_fw_leaderboards_corporations_ok // // 200 ok object swagger:model GetFwLeaderboardsCorporationsOKBody

func (*GetFwLeaderboardsCorporationsOKBody) MarshalBinary

func (o *GetFwLeaderboardsCorporationsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBody) UnmarshalBinary

func (o *GetFwLeaderboardsCorporationsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBody) Validate

Validate validates this get fw leaderboards corporations o k body

type GetFwLeaderboardsCorporationsOKBodyKills

type GetFwLeaderboardsCorporationsOKBodyKills struct {

	// get_fw_leaderboards_corporations_active_total
	//
	// Top 10 ranking of corporations active in faction warfare by total kills. A corporation is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 10
	ActiveTotal []*GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_corporations_last_week
	//
	// Top 10 ranking of corporations by kills in the past week
	// Required: true
	// Max Items: 10
	LastWeek []*GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_corporations_yesterday
	//
	// Top 10 ranking of corporations by kills in the past day
	// Required: true
	// Max Items: 10
	Yesterday []*GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsCorporationsOKBodyKills get_fw_leaderboards_corporations_kills // // Top 10 rankings of corporations by number of kills from yesterday, last week and in total swagger:model GetFwLeaderboardsCorporationsOKBodyKills

func (*GetFwLeaderboardsCorporationsOKBodyKills) MarshalBinary

func (o *GetFwLeaderboardsCorporationsOKBodyKills) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKills) UnmarshalBinary

func (o *GetFwLeaderboardsCorporationsOKBodyKills) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKills) Validate

Validate validates this get fw leaderboards corporations o k body kills

type GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0

type GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0 struct {

	// get_fw_leaderboards_corporations_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_corporation_id
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0 get_fw_leaderboards_corporations_active_total_active_total // // active_total object swagger:model GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0

func (*GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsActiveTotalItems0) Validate

Validate validates this get fw leaderboards corporations o k body kills active total items0

type GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0

type GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0 struct {

	// get_fw_leaderboards_corporations_last_week_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_last_week_corporation_id
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0 get_fw_leaderboards_corporations_last_week_last_week // // last_week object swagger:model GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0

func (*GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsLastWeekItems0) Validate

Validate validates this get fw leaderboards corporations o k body kills last week items0

type GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0

type GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0 struct {

	// get_fw_leaderboards_corporations_yesterday_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_yesterday_corporation_id
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0 get_fw_leaderboards_corporations_yesterday_yesterday // // yesterday object swagger:model GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0

func (*GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyKillsYesterdayItems0) Validate

Validate validates this get fw leaderboards corporations o k body kills yesterday items0

type GetFwLeaderboardsCorporationsOKBodyVictoryPoints

type GetFwLeaderboardsCorporationsOKBodyVictoryPoints struct {

	// get_fw_leaderboards_corporations_victory_points_active_total
	//
	// Top 10 ranking of corporations active in faction warfare by total victory points. A corporation is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 10
	ActiveTotal []*GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_corporations_victory_points_last_week
	//
	// Top 10 ranking of corporations by victory points in the past week
	// Required: true
	// Max Items: 10
	LastWeek []*GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_corporations_victory_points_yesterday
	//
	// Top 10 ranking of corporations by victory points in the past day
	// Required: true
	// Max Items: 10
	Yesterday []*GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsCorporationsOKBodyVictoryPoints get_fw_leaderboards_corporations_victory_points // // Top 10 rankings of corporations by victory points from yesterday, last week and in total swagger:model GetFwLeaderboardsCorporationsOKBodyVictoryPoints

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPoints) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPoints) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPoints) Validate

Validate validates this get fw leaderboards corporations o k body victory points

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0 struct {

	// get_fw_leaderboards_corporations_active_total_amount
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_active_total_corporation_id
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0 get_fw_leaderboards_corporations_active_total_active_total_1 // // active_total object swagger:model GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsActiveTotalItems0) Validate

Validate validates this get fw leaderboards corporations o k body victory points active total items0

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0 struct {

	// get_fw_leaderboards_corporations_last_week_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_last_week_corporation_id_1
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0 get_fw_leaderboards_corporations_last_week_last_week_1 // // last_week object swagger:model GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsLastWeekItems0) Validate

Validate validates this get fw leaderboards corporations o k body victory points last week items0

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0

type GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0 struct {

	// get_fw_leaderboards_corporations_yesterday_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_corporations_yesterday_corporation_id_1
	//
	// corporation_id integer
	CorporationID int32 `json:"corporation_id,omitempty"`
}

GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0 get_fw_leaderboards_corporations_yesterday_yesterday_1 // // yesterday object swagger:model GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsCorporationsOKBodyVictoryPointsYesterdayItems0) Validate

Validate validates this get fw leaderboards corporations o k body victory points yesterday items0

type GetFwLeaderboardsCorporationsParams

type GetFwLeaderboardsCorporationsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwLeaderboardsCorporationsParams contains all the parameters to send to the API endpoint for the get fw leaderboards corporations operation typically these are written to a http.Request

func NewGetFwLeaderboardsCorporationsParams

func NewGetFwLeaderboardsCorporationsParams() *GetFwLeaderboardsCorporationsParams

NewGetFwLeaderboardsCorporationsParams creates a new GetFwLeaderboardsCorporationsParams object with the default values initialized.

func NewGetFwLeaderboardsCorporationsParamsWithContext

func NewGetFwLeaderboardsCorporationsParamsWithContext(ctx context.Context) *GetFwLeaderboardsCorporationsParams

NewGetFwLeaderboardsCorporationsParamsWithContext creates a new GetFwLeaderboardsCorporationsParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwLeaderboardsCorporationsParamsWithHTTPClient

func NewGetFwLeaderboardsCorporationsParamsWithHTTPClient(client *http.Client) *GetFwLeaderboardsCorporationsParams

NewGetFwLeaderboardsCorporationsParamsWithHTTPClient creates a new GetFwLeaderboardsCorporationsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwLeaderboardsCorporationsParamsWithTimeout

func NewGetFwLeaderboardsCorporationsParamsWithTimeout(timeout time.Duration) *GetFwLeaderboardsCorporationsParams

NewGetFwLeaderboardsCorporationsParamsWithTimeout creates a new GetFwLeaderboardsCorporationsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwLeaderboardsCorporationsParams) SetContext

SetContext adds the context to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) SetDatasource

func (o *GetFwLeaderboardsCorporationsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) SetHTTPClient

func (o *GetFwLeaderboardsCorporationsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) SetIfNoneMatch

func (o *GetFwLeaderboardsCorporationsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) SetTimeout

func (o *GetFwLeaderboardsCorporationsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WithContext

WithContext adds the context to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WithDatasource

WithDatasource adds the datasource to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WithTimeout

WithTimeout adds the timeout to the get fw leaderboards corporations params

func (*GetFwLeaderboardsCorporationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFwLeaderboardsCorporationsReader

type GetFwLeaderboardsCorporationsReader struct {
	// contains filtered or unexported fields
}

GetFwLeaderboardsCorporationsReader is a Reader for the GetFwLeaderboardsCorporations structure.

func (*GetFwLeaderboardsCorporationsReader) ReadResponse

func (o *GetFwLeaderboardsCorporationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwLeaderboardsCorporationsServiceUnavailable

type GetFwLeaderboardsCorporationsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwLeaderboardsCorporationsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwLeaderboardsCorporationsServiceUnavailable

func NewGetFwLeaderboardsCorporationsServiceUnavailable() *GetFwLeaderboardsCorporationsServiceUnavailable

NewGetFwLeaderboardsCorporationsServiceUnavailable creates a GetFwLeaderboardsCorporationsServiceUnavailable with default headers values

func (*GetFwLeaderboardsCorporationsServiceUnavailable) Error

func (*GetFwLeaderboardsCorporationsServiceUnavailable) GetPayload

type GetFwLeaderboardsEnhanceYourCalm

type GetFwLeaderboardsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwLeaderboardsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwLeaderboardsEnhanceYourCalm

func NewGetFwLeaderboardsEnhanceYourCalm() *GetFwLeaderboardsEnhanceYourCalm

NewGetFwLeaderboardsEnhanceYourCalm creates a GetFwLeaderboardsEnhanceYourCalm with default headers values

func (*GetFwLeaderboardsEnhanceYourCalm) Error

func (*GetFwLeaderboardsEnhanceYourCalm) GetPayload

type GetFwLeaderboardsGatewayTimeout

type GetFwLeaderboardsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwLeaderboardsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwLeaderboardsGatewayTimeout

func NewGetFwLeaderboardsGatewayTimeout() *GetFwLeaderboardsGatewayTimeout

NewGetFwLeaderboardsGatewayTimeout creates a GetFwLeaderboardsGatewayTimeout with default headers values

func (*GetFwLeaderboardsGatewayTimeout) Error

func (*GetFwLeaderboardsGatewayTimeout) GetPayload

type GetFwLeaderboardsInternalServerError

type GetFwLeaderboardsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwLeaderboardsInternalServerError handles this case with default header values.

Internal server error

func NewGetFwLeaderboardsInternalServerError

func NewGetFwLeaderboardsInternalServerError() *GetFwLeaderboardsInternalServerError

NewGetFwLeaderboardsInternalServerError creates a GetFwLeaderboardsInternalServerError with default headers values

func (*GetFwLeaderboardsInternalServerError) Error

func (*GetFwLeaderboardsInternalServerError) GetPayload

type GetFwLeaderboardsNotModified

type GetFwLeaderboardsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwLeaderboardsNotModified handles this case with default header values.

Not modified

func NewGetFwLeaderboardsNotModified

func NewGetFwLeaderboardsNotModified() *GetFwLeaderboardsNotModified

NewGetFwLeaderboardsNotModified creates a GetFwLeaderboardsNotModified with default headers values

func (*GetFwLeaderboardsNotModified) Error

type GetFwLeaderboardsOK

type GetFwLeaderboardsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload *GetFwLeaderboardsOKBody
}

GetFwLeaderboardsOK handles this case with default header values.

Corporation leaderboard of kills and victory points within faction warfare

func NewGetFwLeaderboardsOK

func NewGetFwLeaderboardsOK() *GetFwLeaderboardsOK

NewGetFwLeaderboardsOK creates a GetFwLeaderboardsOK with default headers values

func (*GetFwLeaderboardsOK) Error

func (o *GetFwLeaderboardsOK) Error() string

func (*GetFwLeaderboardsOK) GetPayload

type GetFwLeaderboardsOKBody

type GetFwLeaderboardsOKBody struct {

	// kills
	// Required: true
	Kills *GetFwLeaderboardsOKBodyKills `json:"kills"`

	// victory points
	// Required: true
	VictoryPoints *GetFwLeaderboardsOKBodyVictoryPoints `json:"victory_points"`
}

GetFwLeaderboardsOKBody get_fw_leaderboards_ok // // 200 ok object swagger:model GetFwLeaderboardsOKBody

func (*GetFwLeaderboardsOKBody) MarshalBinary

func (o *GetFwLeaderboardsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBody) UnmarshalBinary

func (o *GetFwLeaderboardsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBody) Validate

func (o *GetFwLeaderboardsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get fw leaderboards o k body

type GetFwLeaderboardsOKBodyKills

type GetFwLeaderboardsOKBodyKills struct {

	// get_fw_leaderboards_active_total
	//
	// Top 4 ranking of factions active in faction warfare by total kills. A faction is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 4
	ActiveTotal []*GetFwLeaderboardsOKBodyKillsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_last_week
	//
	// Top 4 ranking of factions by kills in the past week
	// Required: true
	// Max Items: 4
	LastWeek []*GetFwLeaderboardsOKBodyKillsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_yesterday
	//
	// Top 4 ranking of factions by kills in the past day
	// Required: true
	// Max Items: 4
	Yesterday []*GetFwLeaderboardsOKBodyKillsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsOKBodyKills get_fw_leaderboards_kills // // Top 4 rankings of factions by number of kills from yesterday, last week and in total swagger:model GetFwLeaderboardsOKBodyKills

func (*GetFwLeaderboardsOKBodyKills) MarshalBinary

func (o *GetFwLeaderboardsOKBodyKills) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKills) UnmarshalBinary

func (o *GetFwLeaderboardsOKBodyKills) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKills) Validate

func (o *GetFwLeaderboardsOKBodyKills) Validate(formats strfmt.Registry) error

Validate validates this get fw leaderboards o k body kills

type GetFwLeaderboardsOKBodyKillsActiveTotalItems0

type GetFwLeaderboardsOKBodyKillsActiveTotalItems0 struct {

	// get_fw_leaderboards_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_faction_id
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyKillsActiveTotalItems0 get_fw_leaderboards_active_total_active_total // // active_total object swagger:model GetFwLeaderboardsOKBodyKillsActiveTotalItems0

func (*GetFwLeaderboardsOKBodyKillsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsActiveTotalItems0) Validate

Validate validates this get fw leaderboards o k body kills active total items0

type GetFwLeaderboardsOKBodyKillsLastWeekItems0

type GetFwLeaderboardsOKBodyKillsLastWeekItems0 struct {

	// get_fw_leaderboards_last_week_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_last_week_faction_id
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyKillsLastWeekItems0 get_fw_leaderboards_last_week_last_week // // last_week object swagger:model GetFwLeaderboardsOKBodyKillsLastWeekItems0

func (*GetFwLeaderboardsOKBodyKillsLastWeekItems0) MarshalBinary

func (o *GetFwLeaderboardsOKBodyKillsLastWeekItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsLastWeekItems0) UnmarshalBinary

func (o *GetFwLeaderboardsOKBodyKillsLastWeekItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsLastWeekItems0) Validate

Validate validates this get fw leaderboards o k body kills last week items0

type GetFwLeaderboardsOKBodyKillsYesterdayItems0

type GetFwLeaderboardsOKBodyKillsYesterdayItems0 struct {

	// get_fw_leaderboards_yesterday_amount
	//
	// Amount of kills
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_yesterday_faction_id
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyKillsYesterdayItems0 get_fw_leaderboards_yesterday_yesterday // // yesterday object swagger:model GetFwLeaderboardsOKBodyKillsYesterdayItems0

func (*GetFwLeaderboardsOKBodyKillsYesterdayItems0) MarshalBinary

func (o *GetFwLeaderboardsOKBodyKillsYesterdayItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsYesterdayItems0) UnmarshalBinary

func (o *GetFwLeaderboardsOKBodyKillsYesterdayItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyKillsYesterdayItems0) Validate

Validate validates this get fw leaderboards o k body kills yesterday items0

type GetFwLeaderboardsOKBodyVictoryPoints

type GetFwLeaderboardsOKBodyVictoryPoints struct {

	// get_fw_leaderboards_victory_points_active_total
	//
	// Top 4 ranking of factions active in faction warfare by total victory points. A faction is considered "active" if they have participated in faction warfare in the past 14 days
	// Required: true
	// Max Items: 4
	ActiveTotal []*GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0 `json:"active_total"`

	// get_fw_leaderboards_victory_points_last_week
	//
	// Top 4 ranking of factions by victory points in the past week
	// Required: true
	// Max Items: 4
	LastWeek []*GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0 `json:"last_week"`

	// get_fw_leaderboards_victory_points_yesterday
	//
	// Top 4 ranking of factions by victory points in the past day
	// Required: true
	// Max Items: 4
	Yesterday []*GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0 `json:"yesterday"`
}

GetFwLeaderboardsOKBodyVictoryPoints get_fw_leaderboards_victory_points // // Top 4 rankings of factions by victory points from yesterday, last week and in total swagger:model GetFwLeaderboardsOKBodyVictoryPoints

func (*GetFwLeaderboardsOKBodyVictoryPoints) MarshalBinary

func (o *GetFwLeaderboardsOKBodyVictoryPoints) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPoints) UnmarshalBinary

func (o *GetFwLeaderboardsOKBodyVictoryPoints) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPoints) Validate

Validate validates this get fw leaderboards o k body victory points

type GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0

type GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0 struct {

	// get_fw_leaderboards_active_total_amount
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_active_total_faction_id
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0 get_fw_leaderboards_active_total_active_total_1 // // active_total object swagger:model GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0

func (*GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsActiveTotalItems0) Validate

Validate validates this get fw leaderboards o k body victory points active total items0

type GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0

type GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0 struct {

	// get_fw_leaderboards_last_week_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_last_week_faction_id_1
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0 get_fw_leaderboards_last_week_last_week_1 // // last_week object swagger:model GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0

func (*GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsLastWeekItems0) Validate

Validate validates this get fw leaderboards o k body victory points last week items0

type GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0

type GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0 struct {

	// get_fw_leaderboards_yesterday_amount_1
	//
	// Amount of victory points
	Amount int32 `json:"amount,omitempty"`

	// get_fw_leaderboards_yesterday_faction_id_1
	//
	// faction_id integer
	FactionID int32 `json:"faction_id,omitempty"`
}

GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0 get_fw_leaderboards_yesterday_yesterday_1 // // yesterday object swagger:model GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0

func (*GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetFwLeaderboardsOKBodyVictoryPointsYesterdayItems0) Validate

Validate validates this get fw leaderboards o k body victory points yesterday items0

type GetFwLeaderboardsParams

type GetFwLeaderboardsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwLeaderboardsParams contains all the parameters to send to the API endpoint for the get fw leaderboards operation typically these are written to a http.Request

func NewGetFwLeaderboardsParams

func NewGetFwLeaderboardsParams() *GetFwLeaderboardsParams

NewGetFwLeaderboardsParams creates a new GetFwLeaderboardsParams object with the default values initialized.

func NewGetFwLeaderboardsParamsWithContext

func NewGetFwLeaderboardsParamsWithContext(ctx context.Context) *GetFwLeaderboardsParams

NewGetFwLeaderboardsParamsWithContext creates a new GetFwLeaderboardsParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwLeaderboardsParamsWithHTTPClient

func NewGetFwLeaderboardsParamsWithHTTPClient(client *http.Client) *GetFwLeaderboardsParams

NewGetFwLeaderboardsParamsWithHTTPClient creates a new GetFwLeaderboardsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwLeaderboardsParamsWithTimeout

func NewGetFwLeaderboardsParamsWithTimeout(timeout time.Duration) *GetFwLeaderboardsParams

NewGetFwLeaderboardsParamsWithTimeout creates a new GetFwLeaderboardsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwLeaderboardsParams) SetContext

func (o *GetFwLeaderboardsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fw leaderboards params

func (*GetFwLeaderboardsParams) SetDatasource

func (o *GetFwLeaderboardsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw leaderboards params

func (*GetFwLeaderboardsParams) SetHTTPClient

func (o *GetFwLeaderboardsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw leaderboards params

func (*GetFwLeaderboardsParams) SetIfNoneMatch

func (o *GetFwLeaderboardsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw leaderboards params

func (*GetFwLeaderboardsParams) SetTimeout

func (o *GetFwLeaderboardsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WithContext

WithContext adds the context to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WithDatasource

func (o *GetFwLeaderboardsParams) WithDatasource(datasource *string) *GetFwLeaderboardsParams

WithDatasource adds the datasource to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WithHTTPClient

func (o *GetFwLeaderboardsParams) WithHTTPClient(client *http.Client) *GetFwLeaderboardsParams

WithHTTPClient adds the HTTPClient to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WithIfNoneMatch

func (o *GetFwLeaderboardsParams) WithIfNoneMatch(ifNoneMatch *string) *GetFwLeaderboardsParams

WithIfNoneMatch adds the ifNoneMatch to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WithTimeout

WithTimeout adds the timeout to the get fw leaderboards params

func (*GetFwLeaderboardsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFwLeaderboardsReader

type GetFwLeaderboardsReader struct {
	// contains filtered or unexported fields
}

GetFwLeaderboardsReader is a Reader for the GetFwLeaderboards structure.

func (*GetFwLeaderboardsReader) ReadResponse

func (o *GetFwLeaderboardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwLeaderboardsServiceUnavailable

type GetFwLeaderboardsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwLeaderboardsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwLeaderboardsServiceUnavailable

func NewGetFwLeaderboardsServiceUnavailable() *GetFwLeaderboardsServiceUnavailable

NewGetFwLeaderboardsServiceUnavailable creates a GetFwLeaderboardsServiceUnavailable with default headers values

func (*GetFwLeaderboardsServiceUnavailable) Error

func (*GetFwLeaderboardsServiceUnavailable) GetPayload

type GetFwStatsBadRequest

type GetFwStatsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwStatsBadRequest handles this case with default header values.

Bad request

func NewGetFwStatsBadRequest

func NewGetFwStatsBadRequest() *GetFwStatsBadRequest

NewGetFwStatsBadRequest creates a GetFwStatsBadRequest with default headers values

func (*GetFwStatsBadRequest) Error

func (o *GetFwStatsBadRequest) Error() string

func (*GetFwStatsBadRequest) GetPayload

func (o *GetFwStatsBadRequest) GetPayload() *esimodels.BadRequest

type GetFwStatsEnhanceYourCalm

type GetFwStatsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwStatsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwStatsEnhanceYourCalm

func NewGetFwStatsEnhanceYourCalm() *GetFwStatsEnhanceYourCalm

NewGetFwStatsEnhanceYourCalm creates a GetFwStatsEnhanceYourCalm with default headers values

func (*GetFwStatsEnhanceYourCalm) Error

func (o *GetFwStatsEnhanceYourCalm) Error() string

func (*GetFwStatsEnhanceYourCalm) GetPayload

type GetFwStatsGatewayTimeout

type GetFwStatsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwStatsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwStatsGatewayTimeout

func NewGetFwStatsGatewayTimeout() *GetFwStatsGatewayTimeout

NewGetFwStatsGatewayTimeout creates a GetFwStatsGatewayTimeout with default headers values

func (*GetFwStatsGatewayTimeout) Error

func (o *GetFwStatsGatewayTimeout) Error() string

func (*GetFwStatsGatewayTimeout) GetPayload

type GetFwStatsInternalServerError

type GetFwStatsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwStatsInternalServerError handles this case with default header values.

Internal server error

func NewGetFwStatsInternalServerError

func NewGetFwStatsInternalServerError() *GetFwStatsInternalServerError

NewGetFwStatsInternalServerError creates a GetFwStatsInternalServerError with default headers values

func (*GetFwStatsInternalServerError) Error

func (*GetFwStatsInternalServerError) GetPayload

type GetFwStatsNotModified

type GetFwStatsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwStatsNotModified handles this case with default header values.

Not modified

func NewGetFwStatsNotModified

func NewGetFwStatsNotModified() *GetFwStatsNotModified

NewGetFwStatsNotModified creates a GetFwStatsNotModified with default headers values

func (*GetFwStatsNotModified) Error

func (o *GetFwStatsNotModified) Error() string

type GetFwStatsOK

type GetFwStatsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetFwStatsOKBodyItems0
}

GetFwStatsOK handles this case with default header values.

Per faction breakdown of faction warfare statistics

func NewGetFwStatsOK

func NewGetFwStatsOK() *GetFwStatsOK

NewGetFwStatsOK creates a GetFwStatsOK with default headers values

func (*GetFwStatsOK) Error

func (o *GetFwStatsOK) Error() string

func (*GetFwStatsOK) GetPayload

func (o *GetFwStatsOK) GetPayload() []*GetFwStatsOKBodyItems0

type GetFwStatsOKBodyItems0

type GetFwStatsOKBodyItems0 struct {

	// get_fw_stats_faction_id
	//
	// faction_id integer
	// Required: true
	FactionID *int32 `json:"faction_id"`

	// kills
	// Required: true
	Kills *GetFwStatsOKBodyItems0Kills `json:"kills"`

	// get_fw_stats_pilots
	//
	// How many pilots fight for the given faction
	// Required: true
	Pilots *int32 `json:"pilots"`

	// get_fw_stats_systems_controlled
	//
	// The number of solar systems controlled by the given faction
	// Required: true
	SystemsControlled *int32 `json:"systems_controlled"`

	// victory points
	// Required: true
	VictoryPoints *GetFwStatsOKBodyItems0VictoryPoints `json:"victory_points"`
}

GetFwStatsOKBodyItems0 get_fw_stats_200_ok // // 200 ok object swagger:model GetFwStatsOKBodyItems0

func (*GetFwStatsOKBodyItems0) MarshalBinary

func (o *GetFwStatsOKBodyItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0) UnmarshalBinary

func (o *GetFwStatsOKBodyItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0) Validate

func (o *GetFwStatsOKBodyItems0) Validate(formats strfmt.Registry) error

Validate validates this get fw stats o k body items0

type GetFwStatsOKBodyItems0Kills

type GetFwStatsOKBodyItems0Kills struct {

	// get_fw_stats_last_week
	//
	// Last week's total number of kills against enemy factions
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_fw_stats_total
	//
	// Total number of kills against enemy factions since faction warfare began
	// Required: true
	Total *int32 `json:"total"`

	// get_fw_stats_yesterday
	//
	// Yesterday's total number of kills against enemy factions
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetFwStatsOKBodyItems0Kills get_fw_stats_kills // // Summary of kills against an enemy faction for the given faction swagger:model GetFwStatsOKBodyItems0Kills

func (*GetFwStatsOKBodyItems0Kills) MarshalBinary

func (o *GetFwStatsOKBodyItems0Kills) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0Kills) UnmarshalBinary

func (o *GetFwStatsOKBodyItems0Kills) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0Kills) Validate

func (o *GetFwStatsOKBodyItems0Kills) Validate(formats strfmt.Registry) error

Validate validates this get fw stats o k body items0 kills

type GetFwStatsOKBodyItems0VictoryPoints

type GetFwStatsOKBodyItems0VictoryPoints struct {

	// get_fw_stats_victory_points_last_week
	//
	// Last week's victory points gained
	// Required: true
	LastWeek *int32 `json:"last_week"`

	// get_fw_stats_victory_points_total
	//
	// Total victory points gained since faction warfare began
	// Required: true
	Total *int32 `json:"total"`

	// get_fw_stats_victory_points_yesterday
	//
	// Yesterday's victory points gained
	// Required: true
	Yesterday *int32 `json:"yesterday"`
}

GetFwStatsOKBodyItems0VictoryPoints get_fw_stats_victory_points // // Summary of victory points gained for the given faction swagger:model GetFwStatsOKBodyItems0VictoryPoints

func (*GetFwStatsOKBodyItems0VictoryPoints) MarshalBinary

func (o *GetFwStatsOKBodyItems0VictoryPoints) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0VictoryPoints) UnmarshalBinary

func (o *GetFwStatsOKBodyItems0VictoryPoints) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwStatsOKBodyItems0VictoryPoints) Validate

Validate validates this get fw stats o k body items0 victory points

type GetFwStatsParams

type GetFwStatsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwStatsParams contains all the parameters to send to the API endpoint for the get fw stats operation typically these are written to a http.Request

func NewGetFwStatsParams

func NewGetFwStatsParams() *GetFwStatsParams

NewGetFwStatsParams creates a new GetFwStatsParams object with the default values initialized.

func NewGetFwStatsParamsWithContext

func NewGetFwStatsParamsWithContext(ctx context.Context) *GetFwStatsParams

NewGetFwStatsParamsWithContext creates a new GetFwStatsParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwStatsParamsWithHTTPClient

func NewGetFwStatsParamsWithHTTPClient(client *http.Client) *GetFwStatsParams

NewGetFwStatsParamsWithHTTPClient creates a new GetFwStatsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwStatsParamsWithTimeout

func NewGetFwStatsParamsWithTimeout(timeout time.Duration) *GetFwStatsParams

NewGetFwStatsParamsWithTimeout creates a new GetFwStatsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwStatsParams) SetContext

func (o *GetFwStatsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fw stats params

func (*GetFwStatsParams) SetDatasource

func (o *GetFwStatsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw stats params

func (*GetFwStatsParams) SetHTTPClient

func (o *GetFwStatsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw stats params

func (*GetFwStatsParams) SetIfNoneMatch

func (o *GetFwStatsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw stats params

func (*GetFwStatsParams) SetTimeout

func (o *GetFwStatsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw stats params

func (*GetFwStatsParams) WithContext

func (o *GetFwStatsParams) WithContext(ctx context.Context) *GetFwStatsParams

WithContext adds the context to the get fw stats params

func (*GetFwStatsParams) WithDatasource

func (o *GetFwStatsParams) WithDatasource(datasource *string) *GetFwStatsParams

WithDatasource adds the datasource to the get fw stats params

func (*GetFwStatsParams) WithHTTPClient

func (o *GetFwStatsParams) WithHTTPClient(client *http.Client) *GetFwStatsParams

WithHTTPClient adds the HTTPClient to the get fw stats params

func (*GetFwStatsParams) WithIfNoneMatch

func (o *GetFwStatsParams) WithIfNoneMatch(ifNoneMatch *string) *GetFwStatsParams

WithIfNoneMatch adds the ifNoneMatch to the get fw stats params

func (*GetFwStatsParams) WithTimeout

func (o *GetFwStatsParams) WithTimeout(timeout time.Duration) *GetFwStatsParams

WithTimeout adds the timeout to the get fw stats params

func (*GetFwStatsParams) WriteToRequest

func (o *GetFwStatsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFwStatsReader

type GetFwStatsReader struct {
	// contains filtered or unexported fields
}

GetFwStatsReader is a Reader for the GetFwStats structure.

func (*GetFwStatsReader) ReadResponse

func (o *GetFwStatsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwStatsServiceUnavailable

type GetFwStatsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwStatsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwStatsServiceUnavailable

func NewGetFwStatsServiceUnavailable() *GetFwStatsServiceUnavailable

NewGetFwStatsServiceUnavailable creates a GetFwStatsServiceUnavailable with default headers values

func (*GetFwStatsServiceUnavailable) Error

func (*GetFwStatsServiceUnavailable) GetPayload

type GetFwSystemsBadRequest

type GetFwSystemsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwSystemsBadRequest handles this case with default header values.

Bad request

func NewGetFwSystemsBadRequest

func NewGetFwSystemsBadRequest() *GetFwSystemsBadRequest

NewGetFwSystemsBadRequest creates a GetFwSystemsBadRequest with default headers values

func (*GetFwSystemsBadRequest) Error

func (o *GetFwSystemsBadRequest) Error() string

func (*GetFwSystemsBadRequest) GetPayload

func (o *GetFwSystemsBadRequest) GetPayload() *esimodels.BadRequest

type GetFwSystemsEnhanceYourCalm

type GetFwSystemsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwSystemsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwSystemsEnhanceYourCalm

func NewGetFwSystemsEnhanceYourCalm() *GetFwSystemsEnhanceYourCalm

NewGetFwSystemsEnhanceYourCalm creates a GetFwSystemsEnhanceYourCalm with default headers values

func (*GetFwSystemsEnhanceYourCalm) Error

func (*GetFwSystemsEnhanceYourCalm) GetPayload

type GetFwSystemsGatewayTimeout

type GetFwSystemsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwSystemsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwSystemsGatewayTimeout

func NewGetFwSystemsGatewayTimeout() *GetFwSystemsGatewayTimeout

NewGetFwSystemsGatewayTimeout creates a GetFwSystemsGatewayTimeout with default headers values

func (*GetFwSystemsGatewayTimeout) Error

func (*GetFwSystemsGatewayTimeout) GetPayload

type GetFwSystemsInternalServerError

type GetFwSystemsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwSystemsInternalServerError handles this case with default header values.

Internal server error

func NewGetFwSystemsInternalServerError

func NewGetFwSystemsInternalServerError() *GetFwSystemsInternalServerError

NewGetFwSystemsInternalServerError creates a GetFwSystemsInternalServerError with default headers values

func (*GetFwSystemsInternalServerError) Error

func (*GetFwSystemsInternalServerError) GetPayload

type GetFwSystemsNotModified

type GetFwSystemsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwSystemsNotModified handles this case with default header values.

Not modified

func NewGetFwSystemsNotModified

func NewGetFwSystemsNotModified() *GetFwSystemsNotModified

NewGetFwSystemsNotModified creates a GetFwSystemsNotModified with default headers values

func (*GetFwSystemsNotModified) Error

func (o *GetFwSystemsNotModified) Error() string

type GetFwSystemsOK

type GetFwSystemsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetFwSystemsOKBodyItems0
}

GetFwSystemsOK handles this case with default header values.

All faction warfare solar systems

func NewGetFwSystemsOK

func NewGetFwSystemsOK() *GetFwSystemsOK

NewGetFwSystemsOK creates a GetFwSystemsOK with default headers values

func (*GetFwSystemsOK) Error

func (o *GetFwSystemsOK) Error() string

func (*GetFwSystemsOK) GetPayload

func (o *GetFwSystemsOK) GetPayload() []*GetFwSystemsOKBodyItems0

type GetFwSystemsOKBodyItems0

type GetFwSystemsOKBodyItems0 struct {

	// get_fw_systems_contested
	//
	// contested string
	// Required: true
	// Enum: [captured contested uncontested vulnerable]
	Contested *string `json:"contested"`

	// get_fw_systems_occupier_faction_id
	//
	// occupier_faction_id integer
	// Required: true
	OccupierFactionID *int32 `json:"occupier_faction_id"`

	// get_fw_systems_owner_faction_id
	//
	// owner_faction_id integer
	// Required: true
	OwnerFactionID *int32 `json:"owner_faction_id"`

	// get_fw_systems_solar_system_id
	//
	// solar_system_id integer
	// Required: true
	SolarSystemID *int32 `json:"solar_system_id"`

	// get_fw_systems_victory_points
	//
	// victory_points integer
	// Required: true
	VictoryPoints *int32 `json:"victory_points"`

	// get_fw_systems_victory_points_threshold
	//
	// victory_points_threshold integer
	// Required: true
	VictoryPointsThreshold *int32 `json:"victory_points_threshold"`
}

GetFwSystemsOKBodyItems0 get_fw_systems_200_ok // // 200 ok object swagger:model GetFwSystemsOKBodyItems0

func (*GetFwSystemsOKBodyItems0) MarshalBinary

func (o *GetFwSystemsOKBodyItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwSystemsOKBodyItems0) UnmarshalBinary

func (o *GetFwSystemsOKBodyItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwSystemsOKBodyItems0) Validate

func (o *GetFwSystemsOKBodyItems0) Validate(formats strfmt.Registry) error

Validate validates this get fw systems o k body items0

type GetFwSystemsParams

type GetFwSystemsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwSystemsParams contains all the parameters to send to the API endpoint for the get fw systems operation typically these are written to a http.Request

func NewGetFwSystemsParams

func NewGetFwSystemsParams() *GetFwSystemsParams

NewGetFwSystemsParams creates a new GetFwSystemsParams object with the default values initialized.

func NewGetFwSystemsParamsWithContext

func NewGetFwSystemsParamsWithContext(ctx context.Context) *GetFwSystemsParams

NewGetFwSystemsParamsWithContext creates a new GetFwSystemsParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwSystemsParamsWithHTTPClient

func NewGetFwSystemsParamsWithHTTPClient(client *http.Client) *GetFwSystemsParams

NewGetFwSystemsParamsWithHTTPClient creates a new GetFwSystemsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwSystemsParamsWithTimeout

func NewGetFwSystemsParamsWithTimeout(timeout time.Duration) *GetFwSystemsParams

NewGetFwSystemsParamsWithTimeout creates a new GetFwSystemsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwSystemsParams) SetContext

func (o *GetFwSystemsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fw systems params

func (*GetFwSystemsParams) SetDatasource

func (o *GetFwSystemsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw systems params

func (*GetFwSystemsParams) SetHTTPClient

func (o *GetFwSystemsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw systems params

func (*GetFwSystemsParams) SetIfNoneMatch

func (o *GetFwSystemsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw systems params

func (*GetFwSystemsParams) SetTimeout

func (o *GetFwSystemsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw systems params

func (*GetFwSystemsParams) WithContext

WithContext adds the context to the get fw systems params

func (*GetFwSystemsParams) WithDatasource

func (o *GetFwSystemsParams) WithDatasource(datasource *string) *GetFwSystemsParams

WithDatasource adds the datasource to the get fw systems params

func (*GetFwSystemsParams) WithHTTPClient

func (o *GetFwSystemsParams) WithHTTPClient(client *http.Client) *GetFwSystemsParams

WithHTTPClient adds the HTTPClient to the get fw systems params

func (*GetFwSystemsParams) WithIfNoneMatch

func (o *GetFwSystemsParams) WithIfNoneMatch(ifNoneMatch *string) *GetFwSystemsParams

WithIfNoneMatch adds the ifNoneMatch to the get fw systems params

func (*GetFwSystemsParams) WithTimeout

func (o *GetFwSystemsParams) WithTimeout(timeout time.Duration) *GetFwSystemsParams

WithTimeout adds the timeout to the get fw systems params

func (*GetFwSystemsParams) WriteToRequest

func (o *GetFwSystemsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFwSystemsReader

type GetFwSystemsReader struct {
	// contains filtered or unexported fields
}

GetFwSystemsReader is a Reader for the GetFwSystems structure.

func (*GetFwSystemsReader) ReadResponse

func (o *GetFwSystemsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwSystemsServiceUnavailable

type GetFwSystemsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwSystemsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwSystemsServiceUnavailable

func NewGetFwSystemsServiceUnavailable() *GetFwSystemsServiceUnavailable

NewGetFwSystemsServiceUnavailable creates a GetFwSystemsServiceUnavailable with default headers values

func (*GetFwSystemsServiceUnavailable) Error

func (*GetFwSystemsServiceUnavailable) GetPayload

type GetFwWarsBadRequest

type GetFwWarsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetFwWarsBadRequest handles this case with default header values.

Bad request

func NewGetFwWarsBadRequest

func NewGetFwWarsBadRequest() *GetFwWarsBadRequest

NewGetFwWarsBadRequest creates a GetFwWarsBadRequest with default headers values

func (*GetFwWarsBadRequest) Error

func (o *GetFwWarsBadRequest) Error() string

func (*GetFwWarsBadRequest) GetPayload

func (o *GetFwWarsBadRequest) GetPayload() *esimodels.BadRequest

type GetFwWarsEnhanceYourCalm

type GetFwWarsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetFwWarsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetFwWarsEnhanceYourCalm

func NewGetFwWarsEnhanceYourCalm() *GetFwWarsEnhanceYourCalm

NewGetFwWarsEnhanceYourCalm creates a GetFwWarsEnhanceYourCalm with default headers values

func (*GetFwWarsEnhanceYourCalm) Error

func (o *GetFwWarsEnhanceYourCalm) Error() string

func (*GetFwWarsEnhanceYourCalm) GetPayload

type GetFwWarsGatewayTimeout

type GetFwWarsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetFwWarsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetFwWarsGatewayTimeout

func NewGetFwWarsGatewayTimeout() *GetFwWarsGatewayTimeout

NewGetFwWarsGatewayTimeout creates a GetFwWarsGatewayTimeout with default headers values

func (*GetFwWarsGatewayTimeout) Error

func (o *GetFwWarsGatewayTimeout) Error() string

func (*GetFwWarsGatewayTimeout) GetPayload

type GetFwWarsInternalServerError

type GetFwWarsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetFwWarsInternalServerError handles this case with default header values.

Internal server error

func NewGetFwWarsInternalServerError

func NewGetFwWarsInternalServerError() *GetFwWarsInternalServerError

NewGetFwWarsInternalServerError creates a GetFwWarsInternalServerError with default headers values

func (*GetFwWarsInternalServerError) Error

func (*GetFwWarsInternalServerError) GetPayload

type GetFwWarsNotModified

type GetFwWarsNotModified struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string
}

GetFwWarsNotModified handles this case with default header values.

Not modified

func NewGetFwWarsNotModified

func NewGetFwWarsNotModified() *GetFwWarsNotModified

NewGetFwWarsNotModified creates a GetFwWarsNotModified with default headers values

func (*GetFwWarsNotModified) Error

func (o *GetFwWarsNotModified) Error() string

type GetFwWarsOK

type GetFwWarsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []*GetFwWarsOKBodyItems0
}

GetFwWarsOK handles this case with default header values.

A list of NPC factions at war

func NewGetFwWarsOK

func NewGetFwWarsOK() *GetFwWarsOK

NewGetFwWarsOK creates a GetFwWarsOK with default headers values

func (*GetFwWarsOK) Error

func (o *GetFwWarsOK) Error() string

func (*GetFwWarsOK) GetPayload

func (o *GetFwWarsOK) GetPayload() []*GetFwWarsOKBodyItems0

type GetFwWarsOKBodyItems0

type GetFwWarsOKBodyItems0 struct {

	// get_fw_wars_against_id
	//
	// The faction ID of the enemy faction.
	// Required: true
	AgainstID *int32 `json:"against_id"`

	// get_fw_wars_faction_id
	//
	// faction_id integer
	// Required: true
	FactionID *int32 `json:"faction_id"`
}

GetFwWarsOKBodyItems0 get_fw_wars_200_ok // // 200 ok object swagger:model GetFwWarsOKBodyItems0

func (*GetFwWarsOKBodyItems0) MarshalBinary

func (o *GetFwWarsOKBodyItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetFwWarsOKBodyItems0) UnmarshalBinary

func (o *GetFwWarsOKBodyItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetFwWarsOKBodyItems0) Validate

func (o *GetFwWarsOKBodyItems0) Validate(formats strfmt.Registry) error

Validate validates this get fw wars o k body items0

type GetFwWarsParams

type GetFwWarsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetFwWarsParams contains all the parameters to send to the API endpoint for the get fw wars operation typically these are written to a http.Request

func NewGetFwWarsParams

func NewGetFwWarsParams() *GetFwWarsParams

NewGetFwWarsParams creates a new GetFwWarsParams object with the default values initialized.

func NewGetFwWarsParamsWithContext

func NewGetFwWarsParamsWithContext(ctx context.Context) *GetFwWarsParams

NewGetFwWarsParamsWithContext creates a new GetFwWarsParams object with the default values initialized, and the ability to set a context for a request

func NewGetFwWarsParamsWithHTTPClient

func NewGetFwWarsParamsWithHTTPClient(client *http.Client) *GetFwWarsParams

NewGetFwWarsParamsWithHTTPClient creates a new GetFwWarsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetFwWarsParamsWithTimeout

func NewGetFwWarsParamsWithTimeout(timeout time.Duration) *GetFwWarsParams

NewGetFwWarsParamsWithTimeout creates a new GetFwWarsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetFwWarsParams) SetContext

func (o *GetFwWarsParams) SetContext(ctx context.Context)

SetContext adds the context to the get fw wars params

func (*GetFwWarsParams) SetDatasource

func (o *GetFwWarsParams) SetDatasource(datasource *string)

SetDatasource adds the datasource to the get fw wars params

func (*GetFwWarsParams) SetHTTPClient

func (o *GetFwWarsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get fw wars params

func (*GetFwWarsParams) SetIfNoneMatch

func (o *GetFwWarsParams) SetIfNoneMatch(ifNoneMatch *string)

SetIfNoneMatch adds the ifNoneMatch to the get fw wars params

func (*GetFwWarsParams) SetTimeout

func (o *GetFwWarsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get fw wars params

func (*GetFwWarsParams) WithContext

func (o *GetFwWarsParams) WithContext(ctx context.Context) *GetFwWarsParams

WithContext adds the context to the get fw wars params

func (*GetFwWarsParams) WithDatasource

func (o *GetFwWarsParams) WithDatasource(datasource *string) *GetFwWarsParams

WithDatasource adds the datasource to the get fw wars params

func (*GetFwWarsParams) WithHTTPClient

func (o *GetFwWarsParams) WithHTTPClient(client *http.Client) *GetFwWarsParams

WithHTTPClient adds the HTTPClient to the get fw wars params

func (*GetFwWarsParams) WithIfNoneMatch

func (o *GetFwWarsParams) WithIfNoneMatch(ifNoneMatch *string) *GetFwWarsParams

WithIfNoneMatch adds the ifNoneMatch to the get fw wars params

func (*GetFwWarsParams) WithTimeout

func (o *GetFwWarsParams) WithTimeout(timeout time.Duration) *GetFwWarsParams

WithTimeout adds the timeout to the get fw wars params

func (*GetFwWarsParams) WriteToRequest

func (o *GetFwWarsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetFwWarsReader

type GetFwWarsReader struct {
	// contains filtered or unexported fields
}

GetFwWarsReader is a Reader for the GetFwWars structure.

func (*GetFwWarsReader) ReadResponse

func (o *GetFwWarsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetFwWarsServiceUnavailable

type GetFwWarsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetFwWarsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetFwWarsServiceUnavailable

func NewGetFwWarsServiceUnavailable() *GetFwWarsServiceUnavailable

NewGetFwWarsServiceUnavailable creates a GetFwWarsServiceUnavailable with default headers values

func (*GetFwWarsServiceUnavailable) Error

func (*GetFwWarsServiceUnavailable) GetPayload

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL