skills

package
v0.0.0-...-b9aa217 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for skills API

func (*Client) GetCharactersCharacterIDAttributes

func (a *Client) GetCharactersCharacterIDAttributes(params *GetCharactersCharacterIDAttributesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDAttributesOK, error)
GetCharactersCharacterIDAttributes gets character attributes

Return attributes of a character

---

This route is cached for up to 120 seconds

func (*Client) GetCharactersCharacterIDSkillqueue

func (a *Client) GetCharactersCharacterIDSkillqueue(params *GetCharactersCharacterIDSkillqueueParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDSkillqueueOK, error)
GetCharactersCharacterIDSkillqueue gets character s skill queue

List the configured skill queue for the given character

---

This route is cached for up to 120 seconds

func (*Client) GetCharactersCharacterIDSkills

func (a *Client) GetCharactersCharacterIDSkills(params *GetCharactersCharacterIDSkillsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDSkillsOK, error)
GetCharactersCharacterIDSkills gets character skills

List all trained skills for the given character

---

This route is cached for up to 120 seconds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v0.4.0

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCharactersCharacterIDAttributes(params *GetCharactersCharacterIDAttributesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDAttributesOK, error)

	GetCharactersCharacterIDSkillqueue(params *GetCharactersCharacterIDSkillqueueParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDSkillqueueOK, error)

	GetCharactersCharacterIDSkills(params *GetCharactersCharacterIDSkillsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDSkillsOK, 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 skills API client.

type GetCharactersCharacterIDAttributesBadRequest

type GetCharactersCharacterIDAttributesBadRequest struct {
	Payload *models.BadRequest
}

GetCharactersCharacterIDAttributesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDAttributesBadRequest

func NewGetCharactersCharacterIDAttributesBadRequest() *GetCharactersCharacterIDAttributesBadRequest

NewGetCharactersCharacterIDAttributesBadRequest creates a GetCharactersCharacterIDAttributesBadRequest with default headers values

func (*GetCharactersCharacterIDAttributesBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes bad request response

func (*GetCharactersCharacterIDAttributesBadRequest) Error

func (*GetCharactersCharacterIDAttributesBadRequest) GetPayload

func (*GetCharactersCharacterIDAttributesBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes bad request response has a 4xx status code

func (*GetCharactersCharacterIDAttributesBadRequest) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes bad request response a status code equal to that given

func (*GetCharactersCharacterIDAttributesBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes bad request response has a 3xx status code

func (*GetCharactersCharacterIDAttributesBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes bad request response has a 5xx status code

func (*GetCharactersCharacterIDAttributesBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes bad request response has a 2xx status code

func (*GetCharactersCharacterIDAttributesBadRequest) String added in v0.5.29

type GetCharactersCharacterIDAttributesEnhanceYourCalm

type GetCharactersCharacterIDAttributesEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetCharactersCharacterIDAttributesEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDAttributesEnhanceYourCalm

func NewGetCharactersCharacterIDAttributesEnhanceYourCalm() *GetCharactersCharacterIDAttributesEnhanceYourCalm

NewGetCharactersCharacterIDAttributesEnhanceYourCalm creates a GetCharactersCharacterIDAttributesEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes enhance your calm response

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes enhance your calm response has a 4xx status code

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes enhance your calm response a status code equal to that given

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes enhance your calm response has a 3xx status code

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes enhance your calm response has a 5xx status code

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes enhance your calm response has a 2xx status code

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDAttributesForbidden

type GetCharactersCharacterIDAttributesForbidden struct {
	Payload *models.Forbidden
}

GetCharactersCharacterIDAttributesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDAttributesForbidden

func NewGetCharactersCharacterIDAttributesForbidden() *GetCharactersCharacterIDAttributesForbidden

NewGetCharactersCharacterIDAttributesForbidden creates a GetCharactersCharacterIDAttributesForbidden with default headers values

func (*GetCharactersCharacterIDAttributesForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes forbidden response

func (*GetCharactersCharacterIDAttributesForbidden) Error

func (*GetCharactersCharacterIDAttributesForbidden) GetPayload

func (*GetCharactersCharacterIDAttributesForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes forbidden response has a 4xx status code

func (*GetCharactersCharacterIDAttributesForbidden) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes forbidden response a status code equal to that given

func (*GetCharactersCharacterIDAttributesForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes forbidden response has a 3xx status code

func (*GetCharactersCharacterIDAttributesForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes forbidden response has a 5xx status code

func (*GetCharactersCharacterIDAttributesForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes forbidden response has a 2xx status code

func (*GetCharactersCharacterIDAttributesForbidden) String added in v0.5.29

type GetCharactersCharacterIDAttributesGatewayTimeout

type GetCharactersCharacterIDAttributesGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetCharactersCharacterIDAttributesGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDAttributesGatewayTimeout

func NewGetCharactersCharacterIDAttributesGatewayTimeout() *GetCharactersCharacterIDAttributesGatewayTimeout

NewGetCharactersCharacterIDAttributesGatewayTimeout creates a GetCharactersCharacterIDAttributesGatewayTimeout with default headers values

func (*GetCharactersCharacterIDAttributesGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes gateway timeout response

func (*GetCharactersCharacterIDAttributesGatewayTimeout) Error

func (*GetCharactersCharacterIDAttributesGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDAttributesGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes gateway timeout response has a 4xx status code

func (*GetCharactersCharacterIDAttributesGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes gateway timeout response a status code equal to that given

func (*GetCharactersCharacterIDAttributesGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes gateway timeout response has a 3xx status code

func (*GetCharactersCharacterIDAttributesGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes gateway timeout response has a 5xx status code

func (*GetCharactersCharacterIDAttributesGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes gateway timeout response has a 2xx status code

func (*GetCharactersCharacterIDAttributesGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDAttributesInternalServerError

type GetCharactersCharacterIDAttributesInternalServerError struct {
	Payload *models.InternalServerError
}

GetCharactersCharacterIDAttributesInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDAttributesInternalServerError

func NewGetCharactersCharacterIDAttributesInternalServerError() *GetCharactersCharacterIDAttributesInternalServerError

NewGetCharactersCharacterIDAttributesInternalServerError creates a GetCharactersCharacterIDAttributesInternalServerError with default headers values

func (*GetCharactersCharacterIDAttributesInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes internal server error response

func (*GetCharactersCharacterIDAttributesInternalServerError) Error

func (*GetCharactersCharacterIDAttributesInternalServerError) GetPayload

func (*GetCharactersCharacterIDAttributesInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes internal server error response has a 4xx status code

func (*GetCharactersCharacterIDAttributesInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes internal server error response a status code equal to that given

func (*GetCharactersCharacterIDAttributesInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes internal server error response has a 3xx status code

func (*GetCharactersCharacterIDAttributesInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes internal server error response has a 5xx status code

func (*GetCharactersCharacterIDAttributesInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes internal server error response has a 2xx status code

func (*GetCharactersCharacterIDAttributesInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDAttributesNotModified

type GetCharactersCharacterIDAttributesNotModified 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
}

GetCharactersCharacterIDAttributesNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDAttributesNotModified

func NewGetCharactersCharacterIDAttributesNotModified() *GetCharactersCharacterIDAttributesNotModified

NewGetCharactersCharacterIDAttributesNotModified creates a GetCharactersCharacterIDAttributesNotModified with default headers values

func (*GetCharactersCharacterIDAttributesNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes not modified response

func (*GetCharactersCharacterIDAttributesNotModified) Error

func (*GetCharactersCharacterIDAttributesNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes not modified response has a 4xx status code

func (*GetCharactersCharacterIDAttributesNotModified) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes not modified response a status code equal to that given

func (*GetCharactersCharacterIDAttributesNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes not modified response has a 3xx status code

func (*GetCharactersCharacterIDAttributesNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes not modified response has a 5xx status code

func (*GetCharactersCharacterIDAttributesNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes not modified response has a 2xx status code

func (*GetCharactersCharacterIDAttributesNotModified) String added in v0.5.29

type GetCharactersCharacterIDAttributesOK

type GetCharactersCharacterIDAttributesOK 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 *GetCharactersCharacterIDAttributesOKBody
}

GetCharactersCharacterIDAttributesOK describes a response with status code 200, with default header values.

Attributes of a character

func NewGetCharactersCharacterIDAttributesOK

func NewGetCharactersCharacterIDAttributesOK() *GetCharactersCharacterIDAttributesOK

NewGetCharactersCharacterIDAttributesOK creates a GetCharactersCharacterIDAttributesOK with default headers values

func (*GetCharactersCharacterIDAttributesOK) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes o k response

func (*GetCharactersCharacterIDAttributesOK) Error

func (*GetCharactersCharacterIDAttributesOK) GetPayload

func (*GetCharactersCharacterIDAttributesOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDAttributesOK) IsClientError() bool

IsClientError returns true when this get characters character Id attributes o k response has a 4xx status code

func (*GetCharactersCharacterIDAttributesOK) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes o k response a status code equal to that given

func (*GetCharactersCharacterIDAttributesOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes o k response has a 3xx status code

func (*GetCharactersCharacterIDAttributesOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDAttributesOK) IsServerError() bool

IsServerError returns true when this get characters character Id attributes o k response has a 5xx status code

func (*GetCharactersCharacterIDAttributesOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes o k response has a 2xx status code

func (*GetCharactersCharacterIDAttributesOK) String added in v0.5.29

type GetCharactersCharacterIDAttributesOKBody

type GetCharactersCharacterIDAttributesOKBody struct {

	// get_characters_character_id_attributes_accrued_remap_cooldown_date
	//
	// Neural remapping cooldown after a character uses remap accrued over time
	// Format: date-time
	AccruedRemapCooldownDate strfmt.DateTime `json:"accrued_remap_cooldown_date,omitempty"`

	// get_characters_character_id_attributes_bonus_remaps
	//
	// Number of available bonus character neural remaps
	BonusRemaps int32 `json:"bonus_remaps,omitempty"`

	// get_characters_character_id_attributes_charisma
	//
	// charisma integer
	// Required: true
	Charisma *int32 `json:"charisma"`

	// get_characters_character_id_attributes_intelligence
	//
	// intelligence integer
	// Required: true
	Intelligence *int32 `json:"intelligence"`

	// get_characters_character_id_attributes_last_remap_date
	//
	// Datetime of last neural remap, including usage of bonus remaps
	// Format: date-time
	LastRemapDate strfmt.DateTime `json:"last_remap_date,omitempty"`

	// get_characters_character_id_attributes_memory
	//
	// memory integer
	// Required: true
	Memory *int32 `json:"memory"`

	// get_characters_character_id_attributes_perception
	//
	// perception integer
	// Required: true
	Perception *int32 `json:"perception"`

	// get_characters_character_id_attributes_willpower
	//
	// willpower integer
	// Required: true
	Willpower *int32 `json:"willpower"`
}

GetCharactersCharacterIDAttributesOKBody get_characters_character_id_attributes_ok // // 200 ok object swagger:model GetCharactersCharacterIDAttributesOKBody

func (*GetCharactersCharacterIDAttributesOKBody) ContextValidate added in v0.3.0

ContextValidate validates this get characters character ID attributes o k body based on context it is used

func (*GetCharactersCharacterIDAttributesOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDAttributesOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDAttributesOKBody) Validate

Validate validates this get characters character ID attributes o k body

type GetCharactersCharacterIDAttributesParams

type GetCharactersCharacterIDAttributesParams 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

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	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
}

GetCharactersCharacterIDAttributesParams contains all the parameters to send to the API endpoint

for the get characters character id attributes operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDAttributesParams

func NewGetCharactersCharacterIDAttributesParams() *GetCharactersCharacterIDAttributesParams

NewGetCharactersCharacterIDAttributesParams creates a new GetCharactersCharacterIDAttributesParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDAttributesParamsWithContext

func NewGetCharactersCharacterIDAttributesParamsWithContext(ctx context.Context) *GetCharactersCharacterIDAttributesParams

NewGetCharactersCharacterIDAttributesParamsWithContext creates a new GetCharactersCharacterIDAttributesParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDAttributesParamsWithHTTPClient

func NewGetCharactersCharacterIDAttributesParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDAttributesParams

NewGetCharactersCharacterIDAttributesParamsWithHTTPClient creates a new GetCharactersCharacterIDAttributesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDAttributesParamsWithTimeout

func NewGetCharactersCharacterIDAttributesParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDAttributesParams

NewGetCharactersCharacterIDAttributesParamsWithTimeout creates a new GetCharactersCharacterIDAttributesParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDAttributesParams) SetCharacterID

func (o *GetCharactersCharacterIDAttributesParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetContext

SetContext adds the context to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get characters character id attributes params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDAttributesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetTimeout

SetTimeout adds the timeout to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) SetToken

SetToken adds the token to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithContext

WithContext adds the context to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithDatasource

WithDatasource adds the datasource to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get characters character id attributes params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDAttributesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithTimeout

WithTimeout adds the timeout to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WithToken

WithToken adds the token to the get characters character id attributes params

func (*GetCharactersCharacterIDAttributesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDAttributesReader

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

GetCharactersCharacterIDAttributesReader is a Reader for the GetCharactersCharacterIDAttributes structure.

func (*GetCharactersCharacterIDAttributesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDAttributesServiceUnavailable

type GetCharactersCharacterIDAttributesServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetCharactersCharacterIDAttributesServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDAttributesServiceUnavailable

func NewGetCharactersCharacterIDAttributesServiceUnavailable() *GetCharactersCharacterIDAttributesServiceUnavailable

NewGetCharactersCharacterIDAttributesServiceUnavailable creates a GetCharactersCharacterIDAttributesServiceUnavailable with default headers values

func (*GetCharactersCharacterIDAttributesServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes service unavailable response

func (*GetCharactersCharacterIDAttributesServiceUnavailable) Error

func (*GetCharactersCharacterIDAttributesServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDAttributesServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes service unavailable response has a 4xx status code

func (*GetCharactersCharacterIDAttributesServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes service unavailable response a status code equal to that given

func (*GetCharactersCharacterIDAttributesServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes service unavailable response has a 3xx status code

func (*GetCharactersCharacterIDAttributesServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes service unavailable response has a 5xx status code

func (*GetCharactersCharacterIDAttributesServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes service unavailable response has a 2xx status code

func (*GetCharactersCharacterIDAttributesServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDAttributesUnauthorized

type GetCharactersCharacterIDAttributesUnauthorized struct {
	Payload *models.Unauthorized
}

GetCharactersCharacterIDAttributesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDAttributesUnauthorized

func NewGetCharactersCharacterIDAttributesUnauthorized() *GetCharactersCharacterIDAttributesUnauthorized

NewGetCharactersCharacterIDAttributesUnauthorized creates a GetCharactersCharacterIDAttributesUnauthorized with default headers values

func (*GetCharactersCharacterIDAttributesUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id attributes unauthorized response

func (*GetCharactersCharacterIDAttributesUnauthorized) Error

func (*GetCharactersCharacterIDAttributesUnauthorized) GetPayload

func (*GetCharactersCharacterIDAttributesUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id attributes unauthorized response has a 4xx status code

func (*GetCharactersCharacterIDAttributesUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get characters character Id attributes unauthorized response a status code equal to that given

func (*GetCharactersCharacterIDAttributesUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id attributes unauthorized response has a 3xx status code

func (*GetCharactersCharacterIDAttributesUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id attributes unauthorized response has a 5xx status code

func (*GetCharactersCharacterIDAttributesUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id attributes unauthorized response has a 2xx status code

func (*GetCharactersCharacterIDAttributesUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueBadRequest

type GetCharactersCharacterIDSkillqueueBadRequest struct {
	Payload *models.BadRequest
}

GetCharactersCharacterIDSkillqueueBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDSkillqueueBadRequest

func NewGetCharactersCharacterIDSkillqueueBadRequest() *GetCharactersCharacterIDSkillqueueBadRequest

NewGetCharactersCharacterIDSkillqueueBadRequest creates a GetCharactersCharacterIDSkillqueueBadRequest with default headers values

func (*GetCharactersCharacterIDSkillqueueBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue bad request response

func (*GetCharactersCharacterIDSkillqueueBadRequest) Error

func (*GetCharactersCharacterIDSkillqueueBadRequest) GetPayload

func (*GetCharactersCharacterIDSkillqueueBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue bad request response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueBadRequest) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue bad request response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue bad request response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue bad request response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue bad request response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueBadRequest) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueEnhanceYourCalm

type GetCharactersCharacterIDSkillqueueEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetCharactersCharacterIDSkillqueueEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm

func NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm() *GetCharactersCharacterIDSkillqueueEnhanceYourCalm

NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm creates a GetCharactersCharacterIDSkillqueueEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue enhance your calm response

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) Error

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue enhance your calm response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue enhance your calm response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue enhance your calm response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue enhance your calm response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue enhance your calm response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueForbidden

type GetCharactersCharacterIDSkillqueueForbidden struct {
	Payload *models.Forbidden
}

GetCharactersCharacterIDSkillqueueForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDSkillqueueForbidden

func NewGetCharactersCharacterIDSkillqueueForbidden() *GetCharactersCharacterIDSkillqueueForbidden

NewGetCharactersCharacterIDSkillqueueForbidden creates a GetCharactersCharacterIDSkillqueueForbidden with default headers values

func (*GetCharactersCharacterIDSkillqueueForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue forbidden response

func (*GetCharactersCharacterIDSkillqueueForbidden) Error

func (*GetCharactersCharacterIDSkillqueueForbidden) GetPayload

func (*GetCharactersCharacterIDSkillqueueForbidden) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue forbidden response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueForbidden) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue forbidden response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue forbidden response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueForbidden) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue forbidden response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue forbidden response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueForbidden) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueGatewayTimeout

type GetCharactersCharacterIDSkillqueueGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetCharactersCharacterIDSkillqueueGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDSkillqueueGatewayTimeout

func NewGetCharactersCharacterIDSkillqueueGatewayTimeout() *GetCharactersCharacterIDSkillqueueGatewayTimeout

NewGetCharactersCharacterIDSkillqueueGatewayTimeout creates a GetCharactersCharacterIDSkillqueueGatewayTimeout with default headers values

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue gateway timeout response

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) Error

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue gateway timeout response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue gateway timeout response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue gateway timeout response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue gateway timeout response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue gateway timeout response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueInternalServerError

type GetCharactersCharacterIDSkillqueueInternalServerError struct {
	Payload *models.InternalServerError
}

GetCharactersCharacterIDSkillqueueInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDSkillqueueInternalServerError

func NewGetCharactersCharacterIDSkillqueueInternalServerError() *GetCharactersCharacterIDSkillqueueInternalServerError

NewGetCharactersCharacterIDSkillqueueInternalServerError creates a GetCharactersCharacterIDSkillqueueInternalServerError with default headers values

func (*GetCharactersCharacterIDSkillqueueInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue internal server error response

func (*GetCharactersCharacterIDSkillqueueInternalServerError) Error

func (*GetCharactersCharacterIDSkillqueueInternalServerError) GetPayload

func (*GetCharactersCharacterIDSkillqueueInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue internal server error response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue internal server error response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue internal server error response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue internal server error response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue internal server error response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueNotModified

type GetCharactersCharacterIDSkillqueueNotModified 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
}

GetCharactersCharacterIDSkillqueueNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDSkillqueueNotModified

func NewGetCharactersCharacterIDSkillqueueNotModified() *GetCharactersCharacterIDSkillqueueNotModified

NewGetCharactersCharacterIDSkillqueueNotModified creates a GetCharactersCharacterIDSkillqueueNotModified with default headers values

func (*GetCharactersCharacterIDSkillqueueNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue not modified response

func (*GetCharactersCharacterIDSkillqueueNotModified) Error

func (*GetCharactersCharacterIDSkillqueueNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue not modified response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueNotModified) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue not modified response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue not modified response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue not modified response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue not modified response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueNotModified) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueOK

type GetCharactersCharacterIDSkillqueueOK 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 []*GetCharactersCharacterIDSkillqueueOKBodyItems0
}

GetCharactersCharacterIDSkillqueueOK describes a response with status code 200, with default header values.

The current skill queue, sorted ascending by finishing time

func NewGetCharactersCharacterIDSkillqueueOK

func NewGetCharactersCharacterIDSkillqueueOK() *GetCharactersCharacterIDSkillqueueOK

NewGetCharactersCharacterIDSkillqueueOK creates a GetCharactersCharacterIDSkillqueueOK with default headers values

func (*GetCharactersCharacterIDSkillqueueOK) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue o k response

func (*GetCharactersCharacterIDSkillqueueOK) Error

func (*GetCharactersCharacterIDSkillqueueOK) GetPayload

func (*GetCharactersCharacterIDSkillqueueOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDSkillqueueOK) IsClientError() bool

IsClientError returns true when this get characters character Id skillqueue o k response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueOK) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue o k response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueOK) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue o k response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDSkillqueueOK) IsServerError() bool

IsServerError returns true when this get characters character Id skillqueue o k response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueOK) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue o k response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueOK) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueOKBodyItems0

type GetCharactersCharacterIDSkillqueueOKBodyItems0 struct {

	// get_characters_character_id_skillqueue_finish_date
	//
	// Date on which training of the skill will complete. Omitted if the skill queue is paused.
	// Format: date-time
	FinishDate strfmt.DateTime `json:"finish_date,omitempty"`

	// get_characters_character_id_skillqueue_finished_level
	//
	// finished_level integer
	// Required: true
	// Maximum: 5
	// Minimum: 0
	FinishedLevel *int32 `json:"finished_level"`

	// get_characters_character_id_skillqueue_level_end_sp
	//
	// level_end_sp integer
	LevelEndSp int32 `json:"level_end_sp,omitempty"`

	// get_characters_character_id_skillqueue_level_start_sp
	//
	// Amount of SP that was in the skill when it started training it's current level. Used to calculate % of current level complete.
	LevelStartSp int32 `json:"level_start_sp,omitempty"`

	// get_characters_character_id_skillqueue_queue_position
	//
	// queue_position integer
	// Required: true
	QueuePosition *int32 `json:"queue_position"`

	// get_characters_character_id_skillqueue_skill_id
	//
	// skill_id integer
	// Required: true
	SkillID *int32 `json:"skill_id"`

	// get_characters_character_id_skillqueue_start_date
	//
	// start_date string
	// Format: date-time
	StartDate strfmt.DateTime `json:"start_date,omitempty"`

	// get_characters_character_id_skillqueue_training_start_sp
	//
	// training_start_sp integer
	TrainingStartSp int32 `json:"training_start_sp,omitempty"`
}

GetCharactersCharacterIDSkillqueueOKBodyItems0 get_characters_character_id_skillqueue_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDSkillqueueOKBodyItems0

func (*GetCharactersCharacterIDSkillqueueOKBodyItems0) ContextValidate added in v0.3.0

ContextValidate validates this get characters character ID skillqueue o k body items0 based on context it is used

func (*GetCharactersCharacterIDSkillqueueOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillqueueOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillqueueOKBodyItems0) Validate

Validate validates this get characters character ID skillqueue o k body items0

type GetCharactersCharacterIDSkillqueueParams

type GetCharactersCharacterIDSkillqueueParams 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

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	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
}

GetCharactersCharacterIDSkillqueueParams contains all the parameters to send to the API endpoint

for the get characters character id skillqueue operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDSkillqueueParams

func NewGetCharactersCharacterIDSkillqueueParams() *GetCharactersCharacterIDSkillqueueParams

NewGetCharactersCharacterIDSkillqueueParams creates a new GetCharactersCharacterIDSkillqueueParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDSkillqueueParamsWithContext

func NewGetCharactersCharacterIDSkillqueueParamsWithContext(ctx context.Context) *GetCharactersCharacterIDSkillqueueParams

NewGetCharactersCharacterIDSkillqueueParamsWithContext creates a new GetCharactersCharacterIDSkillqueueParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDSkillqueueParamsWithHTTPClient

func NewGetCharactersCharacterIDSkillqueueParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDSkillqueueParams

NewGetCharactersCharacterIDSkillqueueParamsWithHTTPClient creates a new GetCharactersCharacterIDSkillqueueParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDSkillqueueParamsWithTimeout

func NewGetCharactersCharacterIDSkillqueueParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDSkillqueueParams

NewGetCharactersCharacterIDSkillqueueParamsWithTimeout creates a new GetCharactersCharacterIDSkillqueueParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDSkillqueueParams) SetCharacterID

func (o *GetCharactersCharacterIDSkillqueueParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetContext

SetContext adds the context to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetDefaults added in v0.3.0

SetDefaults hydrates default values in the get characters character id skillqueue params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDSkillqueueParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetTimeout

SetTimeout adds the timeout to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) SetToken

SetToken adds the token to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithContext

WithContext adds the context to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithDatasource

WithDatasource adds the datasource to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get characters character id skillqueue params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDSkillqueueParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithTimeout

WithTimeout adds the timeout to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WithToken

WithToken adds the token to the get characters character id skillqueue params

func (*GetCharactersCharacterIDSkillqueueParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDSkillqueueReader

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

GetCharactersCharacterIDSkillqueueReader is a Reader for the GetCharactersCharacterIDSkillqueue structure.

func (*GetCharactersCharacterIDSkillqueueReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDSkillqueueServiceUnavailable

type GetCharactersCharacterIDSkillqueueServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetCharactersCharacterIDSkillqueueServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDSkillqueueServiceUnavailable

func NewGetCharactersCharacterIDSkillqueueServiceUnavailable() *GetCharactersCharacterIDSkillqueueServiceUnavailable

NewGetCharactersCharacterIDSkillqueueServiceUnavailable creates a GetCharactersCharacterIDSkillqueueServiceUnavailable with default headers values

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue service unavailable response

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) Error

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue service unavailable response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue service unavailable response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue service unavailable response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue service unavailable response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue service unavailable response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDSkillqueueUnauthorized

type GetCharactersCharacterIDSkillqueueUnauthorized struct {
	Payload *models.Unauthorized
}

GetCharactersCharacterIDSkillqueueUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDSkillqueueUnauthorized

func NewGetCharactersCharacterIDSkillqueueUnauthorized() *GetCharactersCharacterIDSkillqueueUnauthorized

NewGetCharactersCharacterIDSkillqueueUnauthorized creates a GetCharactersCharacterIDSkillqueueUnauthorized with default headers values

func (*GetCharactersCharacterIDSkillqueueUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id skillqueue unauthorized response

func (*GetCharactersCharacterIDSkillqueueUnauthorized) Error

func (*GetCharactersCharacterIDSkillqueueUnauthorized) GetPayload

func (*GetCharactersCharacterIDSkillqueueUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skillqueue unauthorized response has a 4xx status code

func (*GetCharactersCharacterIDSkillqueueUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skillqueue unauthorized response a status code equal to that given

func (*GetCharactersCharacterIDSkillqueueUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skillqueue unauthorized response has a 3xx status code

func (*GetCharactersCharacterIDSkillqueueUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skillqueue unauthorized response has a 5xx status code

func (*GetCharactersCharacterIDSkillqueueUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skillqueue unauthorized response has a 2xx status code

func (*GetCharactersCharacterIDSkillqueueUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDSkillsBadRequest

type GetCharactersCharacterIDSkillsBadRequest struct {
	Payload *models.BadRequest
}

GetCharactersCharacterIDSkillsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDSkillsBadRequest

func NewGetCharactersCharacterIDSkillsBadRequest() *GetCharactersCharacterIDSkillsBadRequest

NewGetCharactersCharacterIDSkillsBadRequest creates a GetCharactersCharacterIDSkillsBadRequest with default headers values

func (*GetCharactersCharacterIDSkillsBadRequest) Code added in v0.5.29

Code gets the status code for the get characters character Id skills bad request response

func (*GetCharactersCharacterIDSkillsBadRequest) Error

func (*GetCharactersCharacterIDSkillsBadRequest) GetPayload

func (*GetCharactersCharacterIDSkillsBadRequest) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills bad request response has a 4xx status code

func (*GetCharactersCharacterIDSkillsBadRequest) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills bad request response a status code equal to that given

func (*GetCharactersCharacterIDSkillsBadRequest) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills bad request response has a 3xx status code

func (*GetCharactersCharacterIDSkillsBadRequest) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills bad request response has a 5xx status code

func (*GetCharactersCharacterIDSkillsBadRequest) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills bad request response has a 2xx status code

func (*GetCharactersCharacterIDSkillsBadRequest) String added in v0.5.29

type GetCharactersCharacterIDSkillsEnhanceYourCalm

type GetCharactersCharacterIDSkillsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

GetCharactersCharacterIDSkillsEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDSkillsEnhanceYourCalm

func NewGetCharactersCharacterIDSkillsEnhanceYourCalm() *GetCharactersCharacterIDSkillsEnhanceYourCalm

NewGetCharactersCharacterIDSkillsEnhanceYourCalm creates a GetCharactersCharacterIDSkillsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) Code added in v0.5.29

Code gets the status code for the get characters character Id skills enhance your calm response

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills enhance your calm response has a 4xx status code

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills enhance your calm response a status code equal to that given

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills enhance your calm response has a 3xx status code

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills enhance your calm response has a 5xx status code

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills enhance your calm response has a 2xx status code

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDSkillsForbidden

type GetCharactersCharacterIDSkillsForbidden struct {
	Payload *models.Forbidden
}

GetCharactersCharacterIDSkillsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDSkillsForbidden

func NewGetCharactersCharacterIDSkillsForbidden() *GetCharactersCharacterIDSkillsForbidden

NewGetCharactersCharacterIDSkillsForbidden creates a GetCharactersCharacterIDSkillsForbidden with default headers values

func (*GetCharactersCharacterIDSkillsForbidden) Code added in v0.5.29

Code gets the status code for the get characters character Id skills forbidden response

func (*GetCharactersCharacterIDSkillsForbidden) Error

func (*GetCharactersCharacterIDSkillsForbidden) GetPayload

func (*GetCharactersCharacterIDSkillsForbidden) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDSkillsForbidden) IsClientError() bool

IsClientError returns true when this get characters character Id skills forbidden response has a 4xx status code

func (*GetCharactersCharacterIDSkillsForbidden) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills forbidden response a status code equal to that given

func (*GetCharactersCharacterIDSkillsForbidden) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills forbidden response has a 3xx status code

func (*GetCharactersCharacterIDSkillsForbidden) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDSkillsForbidden) IsServerError() bool

IsServerError returns true when this get characters character Id skills forbidden response has a 5xx status code

func (*GetCharactersCharacterIDSkillsForbidden) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills forbidden response has a 2xx status code

func (*GetCharactersCharacterIDSkillsForbidden) String added in v0.5.29

type GetCharactersCharacterIDSkillsGatewayTimeout

type GetCharactersCharacterIDSkillsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

GetCharactersCharacterIDSkillsGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDSkillsGatewayTimeout

func NewGetCharactersCharacterIDSkillsGatewayTimeout() *GetCharactersCharacterIDSkillsGatewayTimeout

NewGetCharactersCharacterIDSkillsGatewayTimeout creates a GetCharactersCharacterIDSkillsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDSkillsGatewayTimeout) Code added in v0.5.29

Code gets the status code for the get characters character Id skills gateway timeout response

func (*GetCharactersCharacterIDSkillsGatewayTimeout) Error

func (*GetCharactersCharacterIDSkillsGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDSkillsGatewayTimeout) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills gateway timeout response has a 4xx status code

func (*GetCharactersCharacterIDSkillsGatewayTimeout) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills gateway timeout response a status code equal to that given

func (*GetCharactersCharacterIDSkillsGatewayTimeout) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills gateway timeout response has a 3xx status code

func (*GetCharactersCharacterIDSkillsGatewayTimeout) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills gateway timeout response has a 5xx status code

func (*GetCharactersCharacterIDSkillsGatewayTimeout) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills gateway timeout response has a 2xx status code

func (*GetCharactersCharacterIDSkillsGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDSkillsInternalServerError

type GetCharactersCharacterIDSkillsInternalServerError struct {
	Payload *models.InternalServerError
}

GetCharactersCharacterIDSkillsInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDSkillsInternalServerError

func NewGetCharactersCharacterIDSkillsInternalServerError() *GetCharactersCharacterIDSkillsInternalServerError

NewGetCharactersCharacterIDSkillsInternalServerError creates a GetCharactersCharacterIDSkillsInternalServerError with default headers values

func (*GetCharactersCharacterIDSkillsInternalServerError) Code added in v0.5.29

Code gets the status code for the get characters character Id skills internal server error response

func (*GetCharactersCharacterIDSkillsInternalServerError) Error

func (*GetCharactersCharacterIDSkillsInternalServerError) GetPayload

func (*GetCharactersCharacterIDSkillsInternalServerError) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills internal server error response has a 4xx status code

func (*GetCharactersCharacterIDSkillsInternalServerError) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills internal server error response a status code equal to that given

func (*GetCharactersCharacterIDSkillsInternalServerError) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills internal server error response has a 3xx status code

func (*GetCharactersCharacterIDSkillsInternalServerError) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills internal server error response has a 5xx status code

func (*GetCharactersCharacterIDSkillsInternalServerError) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills internal server error response has a 2xx status code

func (*GetCharactersCharacterIDSkillsInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDSkillsNotModified

type GetCharactersCharacterIDSkillsNotModified 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
}

GetCharactersCharacterIDSkillsNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDSkillsNotModified

func NewGetCharactersCharacterIDSkillsNotModified() *GetCharactersCharacterIDSkillsNotModified

NewGetCharactersCharacterIDSkillsNotModified creates a GetCharactersCharacterIDSkillsNotModified with default headers values

func (*GetCharactersCharacterIDSkillsNotModified) Code added in v0.5.29

Code gets the status code for the get characters character Id skills not modified response

func (*GetCharactersCharacterIDSkillsNotModified) Error

func (*GetCharactersCharacterIDSkillsNotModified) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills not modified response has a 4xx status code

func (*GetCharactersCharacterIDSkillsNotModified) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills not modified response a status code equal to that given

func (*GetCharactersCharacterIDSkillsNotModified) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills not modified response has a 3xx status code

func (*GetCharactersCharacterIDSkillsNotModified) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills not modified response has a 5xx status code

func (*GetCharactersCharacterIDSkillsNotModified) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills not modified response has a 2xx status code

func (*GetCharactersCharacterIDSkillsNotModified) String added in v0.5.29

type GetCharactersCharacterIDSkillsOK

type GetCharactersCharacterIDSkillsOK 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 *GetCharactersCharacterIDSkillsOKBody
}

GetCharactersCharacterIDSkillsOK describes a response with status code 200, with default header values.

Known skills for the character

func NewGetCharactersCharacterIDSkillsOK

func NewGetCharactersCharacterIDSkillsOK() *GetCharactersCharacterIDSkillsOK

NewGetCharactersCharacterIDSkillsOK creates a GetCharactersCharacterIDSkillsOK with default headers values

func (*GetCharactersCharacterIDSkillsOK) Code added in v0.5.29

Code gets the status code for the get characters character Id skills o k response

func (*GetCharactersCharacterIDSkillsOK) Error

func (*GetCharactersCharacterIDSkillsOK) GetPayload

func (*GetCharactersCharacterIDSkillsOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDSkillsOK) IsClientError() bool

IsClientError returns true when this get characters character Id skills o k response has a 4xx status code

func (*GetCharactersCharacterIDSkillsOK) IsCode added in v0.5.29

func (o *GetCharactersCharacterIDSkillsOK) IsCode(code int) bool

IsCode returns true when this get characters character Id skills o k response a status code equal to that given

func (*GetCharactersCharacterIDSkillsOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDSkillsOK) IsRedirect() bool

IsRedirect returns true when this get characters character Id skills o k response has a 3xx status code

func (*GetCharactersCharacterIDSkillsOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDSkillsOK) IsServerError() bool

IsServerError returns true when this get characters character Id skills o k response has a 5xx status code

func (*GetCharactersCharacterIDSkillsOK) IsSuccess added in v0.5.29

func (o *GetCharactersCharacterIDSkillsOK) IsSuccess() bool

IsSuccess returns true when this get characters character Id skills o k response has a 2xx status code

func (*GetCharactersCharacterIDSkillsOK) String added in v0.5.29

type GetCharactersCharacterIDSkillsOKBody

type GetCharactersCharacterIDSkillsOKBody struct {

	// get_characters_character_id_skills_skills
	//
	// skills array
	// Required: true
	// Max Items: 1000
	Skills []*GetCharactersCharacterIDSkillsOKBodySkillsItems0 `json:"skills"`

	// get_characters_character_id_skills_total_sp
	//
	// total_sp integer
	// Required: true
	TotalSp *int64 `json:"total_sp"`

	// get_characters_character_id_skills_unallocated_sp
	//
	// Skill points available to be assigned
	UnallocatedSp int32 `json:"unallocated_sp,omitempty"`
}

GetCharactersCharacterIDSkillsOKBody get_characters_character_id_skills_ok // // 200 ok object swagger:model GetCharactersCharacterIDSkillsOKBody

func (*GetCharactersCharacterIDSkillsOKBody) ContextValidate added in v0.3.0

func (o *GetCharactersCharacterIDSkillsOKBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validate this get characters character ID skills o k body based on the context it is used

func (*GetCharactersCharacterIDSkillsOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillsOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillsOKBody) Validate

Validate validates this get characters character ID skills o k body

type GetCharactersCharacterIDSkillsOKBodySkillsItems0 added in v0.3.0

type GetCharactersCharacterIDSkillsOKBodySkillsItems0 struct {

	// get_characters_character_id_skills_active_skill_level
	//
	// active_skill_level integer
	// Required: true
	ActiveSkillLevel *int32 `json:"active_skill_level"`

	// get_characters_character_id_skills_skill_id
	//
	// skill_id integer
	// Required: true
	SkillID *int32 `json:"skill_id"`

	// get_characters_character_id_skills_skillpoints_in_skill
	//
	// skillpoints_in_skill integer
	// Required: true
	SkillpointsInSkill *int64 `json:"skillpoints_in_skill"`

	// get_characters_character_id_skills_trained_skill_level
	//
	// trained_skill_level integer
	// Required: true
	TrainedSkillLevel *int32 `json:"trained_skill_level"`
}

GetCharactersCharacterIDSkillsOKBodySkillsItems0 get_characters_character_id_skills_skill // // skill object swagger:model GetCharactersCharacterIDSkillsOKBodySkillsItems0

func (*GetCharactersCharacterIDSkillsOKBodySkillsItems0) ContextValidate added in v0.3.0

ContextValidate validates this get characters character ID skills o k body skills items0 based on context it is used

func (*GetCharactersCharacterIDSkillsOKBodySkillsItems0) MarshalBinary added in v0.3.0

MarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillsOKBodySkillsItems0) UnmarshalBinary added in v0.3.0

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDSkillsOKBodySkillsItems0) Validate added in v0.3.0

Validate validates this get characters character ID skills o k body skills items0

type GetCharactersCharacterIDSkillsParams

type GetCharactersCharacterIDSkillsParams 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

	   Format: int32
	*/
	CharacterID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	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
}

GetCharactersCharacterIDSkillsParams contains all the parameters to send to the API endpoint

for the get characters character id skills operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDSkillsParams

func NewGetCharactersCharacterIDSkillsParams() *GetCharactersCharacterIDSkillsParams

NewGetCharactersCharacterIDSkillsParams creates a new GetCharactersCharacterIDSkillsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCharactersCharacterIDSkillsParamsWithContext

func NewGetCharactersCharacterIDSkillsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDSkillsParams

NewGetCharactersCharacterIDSkillsParamsWithContext creates a new GetCharactersCharacterIDSkillsParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDSkillsParamsWithHTTPClient

func NewGetCharactersCharacterIDSkillsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDSkillsParams

NewGetCharactersCharacterIDSkillsParamsWithHTTPClient creates a new GetCharactersCharacterIDSkillsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDSkillsParamsWithTimeout

func NewGetCharactersCharacterIDSkillsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDSkillsParams

NewGetCharactersCharacterIDSkillsParamsWithTimeout creates a new GetCharactersCharacterIDSkillsParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDSkillsParams) SetCharacterID

func (o *GetCharactersCharacterIDSkillsParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetContext

SetContext adds the context to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDSkillsParams) SetDefaults()

SetDefaults hydrates default values in the get characters character id skills params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDSkillsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetTimeout

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

SetTimeout adds the timeout to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) SetToken

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

SetToken adds the token to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithContext

WithContext adds the context to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithDatasource

WithDatasource adds the datasource to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get characters character id skills params (not the query body).

All values with no default are reset to their zero value.

func (*GetCharactersCharacterIDSkillsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithTimeout

WithTimeout adds the timeout to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WithToken

WithToken adds the token to the get characters character id skills params

func (*GetCharactersCharacterIDSkillsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDSkillsReader

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

GetCharactersCharacterIDSkillsReader is a Reader for the GetCharactersCharacterIDSkills structure.

func (*GetCharactersCharacterIDSkillsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDSkillsServiceUnavailable

type GetCharactersCharacterIDSkillsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

GetCharactersCharacterIDSkillsServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDSkillsServiceUnavailable

func NewGetCharactersCharacterIDSkillsServiceUnavailable() *GetCharactersCharacterIDSkillsServiceUnavailable

NewGetCharactersCharacterIDSkillsServiceUnavailable creates a GetCharactersCharacterIDSkillsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDSkillsServiceUnavailable) Code added in v0.5.29

Code gets the status code for the get characters character Id skills service unavailable response

func (*GetCharactersCharacterIDSkillsServiceUnavailable) Error

func (*GetCharactersCharacterIDSkillsServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDSkillsServiceUnavailable) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills service unavailable response has a 4xx status code

func (*GetCharactersCharacterIDSkillsServiceUnavailable) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills service unavailable response a status code equal to that given

func (*GetCharactersCharacterIDSkillsServiceUnavailable) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills service unavailable response has a 3xx status code

func (*GetCharactersCharacterIDSkillsServiceUnavailable) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills service unavailable response has a 5xx status code

func (*GetCharactersCharacterIDSkillsServiceUnavailable) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills service unavailable response has a 2xx status code

func (*GetCharactersCharacterIDSkillsServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDSkillsUnauthorized

type GetCharactersCharacterIDSkillsUnauthorized struct {
	Payload *models.Unauthorized
}

GetCharactersCharacterIDSkillsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDSkillsUnauthorized

func NewGetCharactersCharacterIDSkillsUnauthorized() *GetCharactersCharacterIDSkillsUnauthorized

NewGetCharactersCharacterIDSkillsUnauthorized creates a GetCharactersCharacterIDSkillsUnauthorized with default headers values

func (*GetCharactersCharacterIDSkillsUnauthorized) Code added in v0.5.29

Code gets the status code for the get characters character Id skills unauthorized response

func (*GetCharactersCharacterIDSkillsUnauthorized) Error

func (*GetCharactersCharacterIDSkillsUnauthorized) GetPayload

func (*GetCharactersCharacterIDSkillsUnauthorized) IsClientError added in v0.5.29

IsClientError returns true when this get characters character Id skills unauthorized response has a 4xx status code

func (*GetCharactersCharacterIDSkillsUnauthorized) IsCode added in v0.5.29

IsCode returns true when this get characters character Id skills unauthorized response a status code equal to that given

func (*GetCharactersCharacterIDSkillsUnauthorized) IsRedirect added in v0.5.29

IsRedirect returns true when this get characters character Id skills unauthorized response has a 3xx status code

func (*GetCharactersCharacterIDSkillsUnauthorized) IsServerError added in v0.5.29

IsServerError returns true when this get characters character Id skills unauthorized response has a 5xx status code

func (*GetCharactersCharacterIDSkillsUnauthorized) IsSuccess added in v0.5.29

IsSuccess returns true when this get characters character Id skills unauthorized response has a 2xx status code

func (*GetCharactersCharacterIDSkillsUnauthorized) String added in v0.5.29

Jump to

Keyboard shortcuts

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