skills

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 29, 2020 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

GetCharactersCharacterIDAttributes gets character attributes

Return attributes of a character

---

This route is cached for up to 120 seconds

func (*Client) GetCharactersCharacterIDSkillqueue

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) (*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 ClientService

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

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

	GetCharactersCharacterIDSkills(params *GetCharactersCharacterIDSkillsParams, authInfo runtime.ClientAuthInfoWriter) (*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 *esimodels.BadRequest
}

GetCharactersCharacterIDAttributesBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDAttributesBadRequest

func NewGetCharactersCharacterIDAttributesBadRequest() *GetCharactersCharacterIDAttributesBadRequest

NewGetCharactersCharacterIDAttributesBadRequest creates a GetCharactersCharacterIDAttributesBadRequest with default headers values

func (*GetCharactersCharacterIDAttributesBadRequest) Error

func (*GetCharactersCharacterIDAttributesBadRequest) GetPayload

type GetCharactersCharacterIDAttributesEnhanceYourCalm

type GetCharactersCharacterIDAttributesEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDAttributesEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDAttributesEnhanceYourCalm

func NewGetCharactersCharacterIDAttributesEnhanceYourCalm() *GetCharactersCharacterIDAttributesEnhanceYourCalm

NewGetCharactersCharacterIDAttributesEnhanceYourCalm creates a GetCharactersCharacterIDAttributesEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDAttributesEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDAttributesForbidden

type GetCharactersCharacterIDAttributesForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDAttributesForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDAttributesForbidden

func NewGetCharactersCharacterIDAttributesForbidden() *GetCharactersCharacterIDAttributesForbidden

NewGetCharactersCharacterIDAttributesForbidden creates a GetCharactersCharacterIDAttributesForbidden with default headers values

func (*GetCharactersCharacterIDAttributesForbidden) Error

func (*GetCharactersCharacterIDAttributesForbidden) GetPayload

type GetCharactersCharacterIDAttributesGatewayTimeout

type GetCharactersCharacterIDAttributesGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDAttributesGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDAttributesGatewayTimeout

func NewGetCharactersCharacterIDAttributesGatewayTimeout() *GetCharactersCharacterIDAttributesGatewayTimeout

NewGetCharactersCharacterIDAttributesGatewayTimeout creates a GetCharactersCharacterIDAttributesGatewayTimeout with default headers values

func (*GetCharactersCharacterIDAttributesGatewayTimeout) Error

func (*GetCharactersCharacterIDAttributesGatewayTimeout) GetPayload

type GetCharactersCharacterIDAttributesInternalServerError

type GetCharactersCharacterIDAttributesInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDAttributesInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDAttributesInternalServerError

func NewGetCharactersCharacterIDAttributesInternalServerError() *GetCharactersCharacterIDAttributesInternalServerError

NewGetCharactersCharacterIDAttributesInternalServerError creates a GetCharactersCharacterIDAttributesInternalServerError with default headers values

func (*GetCharactersCharacterIDAttributesInternalServerError) Error

func (*GetCharactersCharacterIDAttributesInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDAttributesNotModified

func NewGetCharactersCharacterIDAttributesNotModified() *GetCharactersCharacterIDAttributesNotModified

NewGetCharactersCharacterIDAttributesNotModified creates a GetCharactersCharacterIDAttributesNotModified with default headers values

func (*GetCharactersCharacterIDAttributesNotModified) Error

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 handles this case with default header values.

Attributes of a character

func NewGetCharactersCharacterIDAttributesOK

func NewGetCharactersCharacterIDAttributesOK() *GetCharactersCharacterIDAttributesOK

NewGetCharactersCharacterIDAttributesOK creates a GetCharactersCharacterIDAttributesOK with default headers values

func (*GetCharactersCharacterIDAttributesOK) Error

func (*GetCharactersCharacterIDAttributesOK) GetPayload

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) 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

	*/
	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
}

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 values initialized.

func NewGetCharactersCharacterIDAttributesParamsWithContext

func NewGetCharactersCharacterIDAttributesParamsWithContext(ctx context.Context) *GetCharactersCharacterIDAttributesParams

NewGetCharactersCharacterIDAttributesParamsWithContext creates a new GetCharactersCharacterIDAttributesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDAttributesServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDAttributesServiceUnavailable

func NewGetCharactersCharacterIDAttributesServiceUnavailable() *GetCharactersCharacterIDAttributesServiceUnavailable

NewGetCharactersCharacterIDAttributesServiceUnavailable creates a GetCharactersCharacterIDAttributesServiceUnavailable with default headers values

func (*GetCharactersCharacterIDAttributesServiceUnavailable) Error

func (*GetCharactersCharacterIDAttributesServiceUnavailable) GetPayload

type GetCharactersCharacterIDAttributesUnauthorized

type GetCharactersCharacterIDAttributesUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDAttributesUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDAttributesUnauthorized

func NewGetCharactersCharacterIDAttributesUnauthorized() *GetCharactersCharacterIDAttributesUnauthorized

NewGetCharactersCharacterIDAttributesUnauthorized creates a GetCharactersCharacterIDAttributesUnauthorized with default headers values

func (*GetCharactersCharacterIDAttributesUnauthorized) Error

func (*GetCharactersCharacterIDAttributesUnauthorized) GetPayload

type GetCharactersCharacterIDSkillqueueBadRequest

type GetCharactersCharacterIDSkillqueueBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDSkillqueueBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDSkillqueueBadRequest

func NewGetCharactersCharacterIDSkillqueueBadRequest() *GetCharactersCharacterIDSkillqueueBadRequest

NewGetCharactersCharacterIDSkillqueueBadRequest creates a GetCharactersCharacterIDSkillqueueBadRequest with default headers values

func (*GetCharactersCharacterIDSkillqueueBadRequest) Error

func (*GetCharactersCharacterIDSkillqueueBadRequest) GetPayload

type GetCharactersCharacterIDSkillqueueEnhanceYourCalm

type GetCharactersCharacterIDSkillqueueEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDSkillqueueEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm

func NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm() *GetCharactersCharacterIDSkillqueueEnhanceYourCalm

NewGetCharactersCharacterIDSkillqueueEnhanceYourCalm creates a GetCharactersCharacterIDSkillqueueEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) Error

func (*GetCharactersCharacterIDSkillqueueEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDSkillqueueForbidden

type GetCharactersCharacterIDSkillqueueForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDSkillqueueForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDSkillqueueForbidden

func NewGetCharactersCharacterIDSkillqueueForbidden() *GetCharactersCharacterIDSkillqueueForbidden

NewGetCharactersCharacterIDSkillqueueForbidden creates a GetCharactersCharacterIDSkillqueueForbidden with default headers values

func (*GetCharactersCharacterIDSkillqueueForbidden) Error

func (*GetCharactersCharacterIDSkillqueueForbidden) GetPayload

type GetCharactersCharacterIDSkillqueueGatewayTimeout

type GetCharactersCharacterIDSkillqueueGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDSkillqueueGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDSkillqueueGatewayTimeout

func NewGetCharactersCharacterIDSkillqueueGatewayTimeout() *GetCharactersCharacterIDSkillqueueGatewayTimeout

NewGetCharactersCharacterIDSkillqueueGatewayTimeout creates a GetCharactersCharacterIDSkillqueueGatewayTimeout with default headers values

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) Error

func (*GetCharactersCharacterIDSkillqueueGatewayTimeout) GetPayload

type GetCharactersCharacterIDSkillqueueInternalServerError

type GetCharactersCharacterIDSkillqueueInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDSkillqueueInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDSkillqueueInternalServerError

func NewGetCharactersCharacterIDSkillqueueInternalServerError() *GetCharactersCharacterIDSkillqueueInternalServerError

NewGetCharactersCharacterIDSkillqueueInternalServerError creates a GetCharactersCharacterIDSkillqueueInternalServerError with default headers values

func (*GetCharactersCharacterIDSkillqueueInternalServerError) Error

func (*GetCharactersCharacterIDSkillqueueInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDSkillqueueNotModified

func NewGetCharactersCharacterIDSkillqueueNotModified() *GetCharactersCharacterIDSkillqueueNotModified

NewGetCharactersCharacterIDSkillqueueNotModified creates a GetCharactersCharacterIDSkillqueueNotModified with default headers values

func (*GetCharactersCharacterIDSkillqueueNotModified) Error

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 handles this case 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) Error

func (*GetCharactersCharacterIDSkillqueueOK) GetPayload

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) 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

	*/
	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
}

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 values initialized.

func NewGetCharactersCharacterIDSkillqueueParamsWithContext

func NewGetCharactersCharacterIDSkillqueueParamsWithContext(ctx context.Context) *GetCharactersCharacterIDSkillqueueParams

NewGetCharactersCharacterIDSkillqueueParamsWithContext creates a new GetCharactersCharacterIDSkillqueueParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDSkillqueueServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDSkillqueueServiceUnavailable

func NewGetCharactersCharacterIDSkillqueueServiceUnavailable() *GetCharactersCharacterIDSkillqueueServiceUnavailable

NewGetCharactersCharacterIDSkillqueueServiceUnavailable creates a GetCharactersCharacterIDSkillqueueServiceUnavailable with default headers values

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) Error

func (*GetCharactersCharacterIDSkillqueueServiceUnavailable) GetPayload

type GetCharactersCharacterIDSkillqueueUnauthorized

type GetCharactersCharacterIDSkillqueueUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDSkillqueueUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDSkillqueueUnauthorized

func NewGetCharactersCharacterIDSkillqueueUnauthorized() *GetCharactersCharacterIDSkillqueueUnauthorized

NewGetCharactersCharacterIDSkillqueueUnauthorized creates a GetCharactersCharacterIDSkillqueueUnauthorized with default headers values

func (*GetCharactersCharacterIDSkillqueueUnauthorized) Error

func (*GetCharactersCharacterIDSkillqueueUnauthorized) GetPayload

type GetCharactersCharacterIDSkillsBadRequest

type GetCharactersCharacterIDSkillsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDSkillsBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDSkillsBadRequest

func NewGetCharactersCharacterIDSkillsBadRequest() *GetCharactersCharacterIDSkillsBadRequest

NewGetCharactersCharacterIDSkillsBadRequest creates a GetCharactersCharacterIDSkillsBadRequest with default headers values

func (*GetCharactersCharacterIDSkillsBadRequest) Error

func (*GetCharactersCharacterIDSkillsBadRequest) GetPayload

type GetCharactersCharacterIDSkillsEnhanceYourCalm

type GetCharactersCharacterIDSkillsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDSkillsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDSkillsEnhanceYourCalm

func NewGetCharactersCharacterIDSkillsEnhanceYourCalm() *GetCharactersCharacterIDSkillsEnhanceYourCalm

NewGetCharactersCharacterIDSkillsEnhanceYourCalm creates a GetCharactersCharacterIDSkillsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDSkillsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDSkillsForbidden

type GetCharactersCharacterIDSkillsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDSkillsForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDSkillsForbidden

func NewGetCharactersCharacterIDSkillsForbidden() *GetCharactersCharacterIDSkillsForbidden

NewGetCharactersCharacterIDSkillsForbidden creates a GetCharactersCharacterIDSkillsForbidden with default headers values

func (*GetCharactersCharacterIDSkillsForbidden) Error

func (*GetCharactersCharacterIDSkillsForbidden) GetPayload

type GetCharactersCharacterIDSkillsGatewayTimeout

type GetCharactersCharacterIDSkillsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDSkillsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDSkillsGatewayTimeout

func NewGetCharactersCharacterIDSkillsGatewayTimeout() *GetCharactersCharacterIDSkillsGatewayTimeout

NewGetCharactersCharacterIDSkillsGatewayTimeout creates a GetCharactersCharacterIDSkillsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDSkillsGatewayTimeout) Error

func (*GetCharactersCharacterIDSkillsGatewayTimeout) GetPayload

type GetCharactersCharacterIDSkillsInternalServerError

type GetCharactersCharacterIDSkillsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDSkillsInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDSkillsInternalServerError

func NewGetCharactersCharacterIDSkillsInternalServerError() *GetCharactersCharacterIDSkillsInternalServerError

NewGetCharactersCharacterIDSkillsInternalServerError creates a GetCharactersCharacterIDSkillsInternalServerError with default headers values

func (*GetCharactersCharacterIDSkillsInternalServerError) Error

func (*GetCharactersCharacterIDSkillsInternalServerError) GetPayload

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 handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDSkillsNotModified

func NewGetCharactersCharacterIDSkillsNotModified() *GetCharactersCharacterIDSkillsNotModified

NewGetCharactersCharacterIDSkillsNotModified creates a GetCharactersCharacterIDSkillsNotModified with default headers values

func (*GetCharactersCharacterIDSkillsNotModified) Error

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 handles this case with default header values.

Known skills for the character

func NewGetCharactersCharacterIDSkillsOK

func NewGetCharactersCharacterIDSkillsOK() *GetCharactersCharacterIDSkillsOK

NewGetCharactersCharacterIDSkillsOK creates a GetCharactersCharacterIDSkillsOK with default headers values

func (*GetCharactersCharacterIDSkillsOK) Error

func (*GetCharactersCharacterIDSkillsOK) GetPayload

type GetCharactersCharacterIDSkillsOKBody

type GetCharactersCharacterIDSkillsOKBody struct {

	// get_characters_character_id_skills_skills
	//
	// skills array
	// Required: true
	// Max Items: 1000
	Skills []*SkillsItems0 `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) 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 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

	*/
	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
}

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 values initialized.

func NewGetCharactersCharacterIDSkillsParamsWithContext

func NewGetCharactersCharacterIDSkillsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDSkillsParams

NewGetCharactersCharacterIDSkillsParamsWithContext creates a new GetCharactersCharacterIDSkillsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDSkillsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDSkillsServiceUnavailable

func NewGetCharactersCharacterIDSkillsServiceUnavailable() *GetCharactersCharacterIDSkillsServiceUnavailable

NewGetCharactersCharacterIDSkillsServiceUnavailable creates a GetCharactersCharacterIDSkillsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDSkillsServiceUnavailable) Error

func (*GetCharactersCharacterIDSkillsServiceUnavailable) GetPayload

type GetCharactersCharacterIDSkillsUnauthorized

type GetCharactersCharacterIDSkillsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDSkillsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDSkillsUnauthorized

func NewGetCharactersCharacterIDSkillsUnauthorized() *GetCharactersCharacterIDSkillsUnauthorized

NewGetCharactersCharacterIDSkillsUnauthorized creates a GetCharactersCharacterIDSkillsUnauthorized with default headers values

func (*GetCharactersCharacterIDSkillsUnauthorized) Error

func (*GetCharactersCharacterIDSkillsUnauthorized) GetPayload

type SkillsItems0

type SkillsItems0 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"`
}

SkillsItems0 get_characters_character_id_skills_skill // // skill object swagger:model SkillsItems0

func (*SkillsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*SkillsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*SkillsItems0) Validate

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

Validate validates this skills items0

Jump to

Keyboard shortcuts

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