clones

package
v0.5.16 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2021 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// GetCharactersCharacterIDClonesOKBodyHomeLocationLocationTypeStation captures enum value "station"
	GetCharactersCharacterIDClonesOKBodyHomeLocationLocationTypeStation string = "station"

	// GetCharactersCharacterIDClonesOKBodyHomeLocationLocationTypeStructure captures enum value "structure"
	GetCharactersCharacterIDClonesOKBodyHomeLocationLocationTypeStructure string = "structure"
)
View Source
const (

	// GetCharactersCharacterIDClonesOKBodyJumpClonesItems0LocationTypeStation captures enum value "station"
	GetCharactersCharacterIDClonesOKBodyJumpClonesItems0LocationTypeStation string = "station"

	// GetCharactersCharacterIDClonesOKBodyJumpClonesItems0LocationTypeStructure captures enum value "structure"
	GetCharactersCharacterIDClonesOKBodyJumpClonesItems0LocationTypeStructure string = "structure"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for clones API

func (*Client) GetCharactersCharacterIDClones

func (a *Client) GetCharactersCharacterIDClones(params *GetCharactersCharacterIDClonesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDClonesOK, error)
GetCharactersCharacterIDClones gets clones

A list of the character's clones

---

This route is cached for up to 120 seconds

func (*Client) GetCharactersCharacterIDImplants

func (a *Client) GetCharactersCharacterIDImplants(params *GetCharactersCharacterIDImplantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDImplantsOK, error)
GetCharactersCharacterIDImplants gets active implants

Return implants on the active clone of a 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 {
	GetCharactersCharacterIDClones(params *GetCharactersCharacterIDClonesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDClonesOK, error)

	GetCharactersCharacterIDImplants(params *GetCharactersCharacterIDImplantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDImplantsOK, 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 clones API client.

type GetCharactersCharacterIDClonesBadRequest

type GetCharactersCharacterIDClonesBadRequest struct {
	Payload *models.BadRequest
}
GetCharactersCharacterIDClonesBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDClonesBadRequest

func NewGetCharactersCharacterIDClonesBadRequest() *GetCharactersCharacterIDClonesBadRequest

NewGetCharactersCharacterIDClonesBadRequest creates a GetCharactersCharacterIDClonesBadRequest with default headers values

func (*GetCharactersCharacterIDClonesBadRequest) Error

func (*GetCharactersCharacterIDClonesBadRequest) GetPayload

type GetCharactersCharacterIDClonesEnhanceYourCalm

type GetCharactersCharacterIDClonesEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}
GetCharactersCharacterIDClonesEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDClonesEnhanceYourCalm

func NewGetCharactersCharacterIDClonesEnhanceYourCalm() *GetCharactersCharacterIDClonesEnhanceYourCalm

NewGetCharactersCharacterIDClonesEnhanceYourCalm creates a GetCharactersCharacterIDClonesEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDClonesForbidden

type GetCharactersCharacterIDClonesForbidden struct {
	Payload *models.Forbidden
}
GetCharactersCharacterIDClonesForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDClonesForbidden

func NewGetCharactersCharacterIDClonesForbidden() *GetCharactersCharacterIDClonesForbidden

NewGetCharactersCharacterIDClonesForbidden creates a GetCharactersCharacterIDClonesForbidden with default headers values

func (*GetCharactersCharacterIDClonesForbidden) Error

func (*GetCharactersCharacterIDClonesForbidden) GetPayload

type GetCharactersCharacterIDClonesGatewayTimeout

type GetCharactersCharacterIDClonesGatewayTimeout struct {
	Payload *models.GatewayTimeout
}
GetCharactersCharacterIDClonesGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDClonesGatewayTimeout

func NewGetCharactersCharacterIDClonesGatewayTimeout() *GetCharactersCharacterIDClonesGatewayTimeout

NewGetCharactersCharacterIDClonesGatewayTimeout creates a GetCharactersCharacterIDClonesGatewayTimeout with default headers values

func (*GetCharactersCharacterIDClonesGatewayTimeout) Error

func (*GetCharactersCharacterIDClonesGatewayTimeout) GetPayload

type GetCharactersCharacterIDClonesInternalServerError

type GetCharactersCharacterIDClonesInternalServerError struct {
	Payload *models.InternalServerError
}
GetCharactersCharacterIDClonesInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDClonesInternalServerError

func NewGetCharactersCharacterIDClonesInternalServerError() *GetCharactersCharacterIDClonesInternalServerError

NewGetCharactersCharacterIDClonesInternalServerError creates a GetCharactersCharacterIDClonesInternalServerError with default headers values

func (*GetCharactersCharacterIDClonesInternalServerError) Error

func (*GetCharactersCharacterIDClonesInternalServerError) GetPayload

type GetCharactersCharacterIDClonesNotModified

type GetCharactersCharacterIDClonesNotModified 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
}
GetCharactersCharacterIDClonesNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDClonesNotModified

func NewGetCharactersCharacterIDClonesNotModified() *GetCharactersCharacterIDClonesNotModified

NewGetCharactersCharacterIDClonesNotModified creates a GetCharactersCharacterIDClonesNotModified with default headers values

func (*GetCharactersCharacterIDClonesNotModified) Error

type GetCharactersCharacterIDClonesOK

type GetCharactersCharacterIDClonesOK 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 *GetCharactersCharacterIDClonesOKBody
}
GetCharactersCharacterIDClonesOK describes a response with status code 200, with default header values.

Clone information for the given character

func NewGetCharactersCharacterIDClonesOK

func NewGetCharactersCharacterIDClonesOK() *GetCharactersCharacterIDClonesOK

NewGetCharactersCharacterIDClonesOK creates a GetCharactersCharacterIDClonesOK with default headers values

func (*GetCharactersCharacterIDClonesOK) Error

func (*GetCharactersCharacterIDClonesOK) GetPayload

type GetCharactersCharacterIDClonesOKBody

type GetCharactersCharacterIDClonesOKBody struct {

	// home location
	HomeLocation *GetCharactersCharacterIDClonesOKBodyHomeLocation `json:"home_location,omitempty"`

	// get_characters_character_id_clones_jump_clones
	//
	// jump_clones array
	// Required: true
	// Max Items: 10
	JumpClones []*GetCharactersCharacterIDClonesOKBodyJumpClonesItems0 `json:"jump_clones"`

	// get_characters_character_id_clones_last_clone_jump_date
	//
	// last_clone_jump_date string
	// Format: date-time
	LastCloneJumpDate strfmt.DateTime `json:"last_clone_jump_date,omitempty"`

	// get_characters_character_id_clones_last_station_change_date
	//
	// last_station_change_date string
	// Format: date-time
	LastStationChangeDate strfmt.DateTime `json:"last_station_change_date,omitempty"`
}

GetCharactersCharacterIDClonesOKBody get_characters_character_id_clones_ok // // 200 ok object swagger:model GetCharactersCharacterIDClonesOKBody

func (*GetCharactersCharacterIDClonesOKBody) ContextValidate added in v0.3.0

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

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

func (*GetCharactersCharacterIDClonesOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBody) Validate

Validate validates this get characters character ID clones o k body

type GetCharactersCharacterIDClonesOKBodyHomeLocation

type GetCharactersCharacterIDClonesOKBodyHomeLocation struct {

	// get_characters_character_id_clones_location_id
	//
	// location_id integer
	LocationID int64 `json:"location_id,omitempty"`

	// get_characters_character_id_clones_location_type
	//
	// location_type string
	// Enum: [station structure]
	LocationType string `json:"location_type,omitempty"`
}

GetCharactersCharacterIDClonesOKBodyHomeLocation get_characters_character_id_clones_home_location // // home_location object swagger:model GetCharactersCharacterIDClonesOKBodyHomeLocation

func (*GetCharactersCharacterIDClonesOKBodyHomeLocation) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDClonesOKBodyHomeLocation) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBodyHomeLocation) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBodyHomeLocation) Validate

Validate validates this get characters character ID clones o k body home location

type GetCharactersCharacterIDClonesOKBodyJumpClonesItems0 added in v0.3.0

type GetCharactersCharacterIDClonesOKBodyJumpClonesItems0 struct {

	// get_characters_character_id_clones_implants
	//
	// implants array
	// Required: true
	// Max Items: 11
	Implants []int32 `json:"implants"`

	// get_characters_character_id_clones_jump_clone_id
	//
	// jump_clone_id integer
	// Required: true
	JumpCloneID *int32 `json:"jump_clone_id"`

	// get_characters_character_id_clones_jump_clone_location_id
	//
	// location_id integer
	// Required: true
	LocationID *int64 `json:"location_id"`

	// get_characters_character_id_clones_jump_clone_location_type
	//
	// location_type string
	// Required: true
	// Enum: [station structure]
	LocationType *string `json:"location_type"`

	// get_characters_character_id_clones_name
	//
	// name string
	Name string `json:"name,omitempty"`
}

GetCharactersCharacterIDClonesOKBodyJumpClonesItems0 get_characters_character_id_clones_jump_clone // // jump_clone object swagger:model GetCharactersCharacterIDClonesOKBodyJumpClonesItems0

func (*GetCharactersCharacterIDClonesOKBodyJumpClonesItems0) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDClonesOKBodyJumpClonesItems0) MarshalBinary added in v0.3.0

MarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBodyJumpClonesItems0) UnmarshalBinary added in v0.3.0

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDClonesOKBodyJumpClonesItems0) Validate added in v0.3.0

Validate validates this get characters character ID clones o k body jump clones items0

type GetCharactersCharacterIDClonesParams

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

GetCharactersCharacterIDClonesParams contains all the parameters to send to the API endpoint

for the get characters character id clones operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDClonesParams

func NewGetCharactersCharacterIDClonesParams() *GetCharactersCharacterIDClonesParams

NewGetCharactersCharacterIDClonesParams creates a new GetCharactersCharacterIDClonesParams 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 NewGetCharactersCharacterIDClonesParamsWithContext

func NewGetCharactersCharacterIDClonesParamsWithContext(ctx context.Context) *GetCharactersCharacterIDClonesParams

NewGetCharactersCharacterIDClonesParamsWithContext creates a new GetCharactersCharacterIDClonesParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDClonesParamsWithHTTPClient

func NewGetCharactersCharacterIDClonesParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDClonesParams

NewGetCharactersCharacterIDClonesParamsWithHTTPClient creates a new GetCharactersCharacterIDClonesParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDClonesParamsWithTimeout

func NewGetCharactersCharacterIDClonesParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDClonesParams

NewGetCharactersCharacterIDClonesParamsWithTimeout creates a new GetCharactersCharacterIDClonesParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDClonesParams) SetCharacterID

func (o *GetCharactersCharacterIDClonesParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDClonesParams) SetContext

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

func (*GetCharactersCharacterIDClonesParams) SetDatasource

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

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

func (*GetCharactersCharacterIDClonesParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDClonesParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDClonesParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDClonesParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDClonesParams) SetTimeout

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

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

func (*GetCharactersCharacterIDClonesParams) SetToken

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

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

func (*GetCharactersCharacterIDClonesParams) WithCharacterID

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

func (*GetCharactersCharacterIDClonesParams) WithContext

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

func (*GetCharactersCharacterIDClonesParams) WithDatasource

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

func (*GetCharactersCharacterIDClonesParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDClonesParams) WithHTTPClient

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

func (*GetCharactersCharacterIDClonesParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDClonesParams) WithTimeout

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

func (*GetCharactersCharacterIDClonesParams) WithToken

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

func (*GetCharactersCharacterIDClonesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDClonesReader

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

GetCharactersCharacterIDClonesReader is a Reader for the GetCharactersCharacterIDClones structure.

func (*GetCharactersCharacterIDClonesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDClonesServiceUnavailable

type GetCharactersCharacterIDClonesServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}
GetCharactersCharacterIDClonesServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDClonesServiceUnavailable

func NewGetCharactersCharacterIDClonesServiceUnavailable() *GetCharactersCharacterIDClonesServiceUnavailable

NewGetCharactersCharacterIDClonesServiceUnavailable creates a GetCharactersCharacterIDClonesServiceUnavailable with default headers values

func (*GetCharactersCharacterIDClonesServiceUnavailable) Error

func (*GetCharactersCharacterIDClonesServiceUnavailable) GetPayload

type GetCharactersCharacterIDClonesUnauthorized

type GetCharactersCharacterIDClonesUnauthorized struct {
	Payload *models.Unauthorized
}
GetCharactersCharacterIDClonesUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDClonesUnauthorized

func NewGetCharactersCharacterIDClonesUnauthorized() *GetCharactersCharacterIDClonesUnauthorized

NewGetCharactersCharacterIDClonesUnauthorized creates a GetCharactersCharacterIDClonesUnauthorized with default headers values

func (*GetCharactersCharacterIDClonesUnauthorized) Error

func (*GetCharactersCharacterIDClonesUnauthorized) GetPayload

type GetCharactersCharacterIDImplantsBadRequest

type GetCharactersCharacterIDImplantsBadRequest struct {
	Payload *models.BadRequest
}
GetCharactersCharacterIDImplantsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetCharactersCharacterIDImplantsBadRequest

func NewGetCharactersCharacterIDImplantsBadRequest() *GetCharactersCharacterIDImplantsBadRequest

NewGetCharactersCharacterIDImplantsBadRequest creates a GetCharactersCharacterIDImplantsBadRequest with default headers values

func (*GetCharactersCharacterIDImplantsBadRequest) Error

func (*GetCharactersCharacterIDImplantsBadRequest) GetPayload

type GetCharactersCharacterIDImplantsEnhanceYourCalm

type GetCharactersCharacterIDImplantsEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}
GetCharactersCharacterIDImplantsEnhanceYourCalm describes a response with status code 420, with default header values.

Error limited

func NewGetCharactersCharacterIDImplantsEnhanceYourCalm

func NewGetCharactersCharacterIDImplantsEnhanceYourCalm() *GetCharactersCharacterIDImplantsEnhanceYourCalm

NewGetCharactersCharacterIDImplantsEnhanceYourCalm creates a GetCharactersCharacterIDImplantsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDImplantsForbidden

type GetCharactersCharacterIDImplantsForbidden struct {
	Payload *models.Forbidden
}
GetCharactersCharacterIDImplantsForbidden describes a response with status code 403, with default header values.

Forbidden

func NewGetCharactersCharacterIDImplantsForbidden

func NewGetCharactersCharacterIDImplantsForbidden() *GetCharactersCharacterIDImplantsForbidden

NewGetCharactersCharacterIDImplantsForbidden creates a GetCharactersCharacterIDImplantsForbidden with default headers values

func (*GetCharactersCharacterIDImplantsForbidden) Error

func (*GetCharactersCharacterIDImplantsForbidden) GetPayload

type GetCharactersCharacterIDImplantsGatewayTimeout

type GetCharactersCharacterIDImplantsGatewayTimeout struct {
	Payload *models.GatewayTimeout
}
GetCharactersCharacterIDImplantsGatewayTimeout describes a response with status code 504, with default header values.

Gateway timeout

func NewGetCharactersCharacterIDImplantsGatewayTimeout

func NewGetCharactersCharacterIDImplantsGatewayTimeout() *GetCharactersCharacterIDImplantsGatewayTimeout

NewGetCharactersCharacterIDImplantsGatewayTimeout creates a GetCharactersCharacterIDImplantsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDImplantsGatewayTimeout) Error

func (*GetCharactersCharacterIDImplantsGatewayTimeout) GetPayload

type GetCharactersCharacterIDImplantsInternalServerError

type GetCharactersCharacterIDImplantsInternalServerError struct {
	Payload *models.InternalServerError
}
GetCharactersCharacterIDImplantsInternalServerError describes a response with status code 500, with default header values.

Internal server error

func NewGetCharactersCharacterIDImplantsInternalServerError

func NewGetCharactersCharacterIDImplantsInternalServerError() *GetCharactersCharacterIDImplantsInternalServerError

NewGetCharactersCharacterIDImplantsInternalServerError creates a GetCharactersCharacterIDImplantsInternalServerError with default headers values

func (*GetCharactersCharacterIDImplantsInternalServerError) Error

func (*GetCharactersCharacterIDImplantsInternalServerError) GetPayload

type GetCharactersCharacterIDImplantsNotModified

type GetCharactersCharacterIDImplantsNotModified 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
}
GetCharactersCharacterIDImplantsNotModified describes a response with status code 304, with default header values.

Not modified

func NewGetCharactersCharacterIDImplantsNotModified

func NewGetCharactersCharacterIDImplantsNotModified() *GetCharactersCharacterIDImplantsNotModified

NewGetCharactersCharacterIDImplantsNotModified creates a GetCharactersCharacterIDImplantsNotModified with default headers values

func (*GetCharactersCharacterIDImplantsNotModified) Error

type GetCharactersCharacterIDImplantsOK

type GetCharactersCharacterIDImplantsOK 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 []int32
}
GetCharactersCharacterIDImplantsOK describes a response with status code 200, with default header values.

A list of implant type ids

func NewGetCharactersCharacterIDImplantsOK

func NewGetCharactersCharacterIDImplantsOK() *GetCharactersCharacterIDImplantsOK

NewGetCharactersCharacterIDImplantsOK creates a GetCharactersCharacterIDImplantsOK with default headers values

func (*GetCharactersCharacterIDImplantsOK) Error

func (*GetCharactersCharacterIDImplantsOK) GetPayload

func (o *GetCharactersCharacterIDImplantsOK) GetPayload() []int32

type GetCharactersCharacterIDImplantsParams

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

GetCharactersCharacterIDImplantsParams contains all the parameters to send to the API endpoint

for the get characters character id implants operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDImplantsParams

func NewGetCharactersCharacterIDImplantsParams() *GetCharactersCharacterIDImplantsParams

NewGetCharactersCharacterIDImplantsParams creates a new GetCharactersCharacterIDImplantsParams 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 NewGetCharactersCharacterIDImplantsParamsWithContext

func NewGetCharactersCharacterIDImplantsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDImplantsParams

NewGetCharactersCharacterIDImplantsParamsWithContext creates a new GetCharactersCharacterIDImplantsParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDImplantsParamsWithHTTPClient

func NewGetCharactersCharacterIDImplantsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDImplantsParams

NewGetCharactersCharacterIDImplantsParamsWithHTTPClient creates a new GetCharactersCharacterIDImplantsParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDImplantsParamsWithTimeout

func NewGetCharactersCharacterIDImplantsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDImplantsParams

NewGetCharactersCharacterIDImplantsParamsWithTimeout creates a new GetCharactersCharacterIDImplantsParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDImplantsParams) SetCharacterID

func (o *GetCharactersCharacterIDImplantsParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDImplantsParams) SetContext

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

func (*GetCharactersCharacterIDImplantsParams) SetDatasource

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

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

func (*GetCharactersCharacterIDImplantsParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDImplantsParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDImplantsParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDImplantsParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDImplantsParams) SetTimeout

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

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

func (*GetCharactersCharacterIDImplantsParams) SetToken

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

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

func (*GetCharactersCharacterIDImplantsParams) WithCharacterID

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

func (*GetCharactersCharacterIDImplantsParams) WithContext

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

func (*GetCharactersCharacterIDImplantsParams) WithDatasource

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

func (*GetCharactersCharacterIDImplantsParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDImplantsParams) WithHTTPClient

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

func (*GetCharactersCharacterIDImplantsParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDImplantsParams) WithTimeout

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

func (*GetCharactersCharacterIDImplantsParams) WithToken

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

func (*GetCharactersCharacterIDImplantsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDImplantsReader

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

GetCharactersCharacterIDImplantsReader is a Reader for the GetCharactersCharacterIDImplants structure.

func (*GetCharactersCharacterIDImplantsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDImplantsServiceUnavailable

type GetCharactersCharacterIDImplantsServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}
GetCharactersCharacterIDImplantsServiceUnavailable describes a response with status code 503, with default header values.

Service unavailable

func NewGetCharactersCharacterIDImplantsServiceUnavailable

func NewGetCharactersCharacterIDImplantsServiceUnavailable() *GetCharactersCharacterIDImplantsServiceUnavailable

NewGetCharactersCharacterIDImplantsServiceUnavailable creates a GetCharactersCharacterIDImplantsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDImplantsServiceUnavailable) Error

func (*GetCharactersCharacterIDImplantsServiceUnavailable) GetPayload

type GetCharactersCharacterIDImplantsUnauthorized

type GetCharactersCharacterIDImplantsUnauthorized struct {
	Payload *models.Unauthorized
}
GetCharactersCharacterIDImplantsUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewGetCharactersCharacterIDImplantsUnauthorized

func NewGetCharactersCharacterIDImplantsUnauthorized() *GetCharactersCharacterIDImplantsUnauthorized

NewGetCharactersCharacterIDImplantsUnauthorized creates a GetCharactersCharacterIDImplantsUnauthorized with default headers values

func (*GetCharactersCharacterIDImplantsUnauthorized) Error

func (*GetCharactersCharacterIDImplantsUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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