clones

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: 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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) Error

func (*GetCharactersCharacterIDClonesBadRequest) GetPayload

func (*GetCharactersCharacterIDClonesBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesBadRequest) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) Error

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesEnhanceYourCalm) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesForbidden) Error

func (*GetCharactersCharacterIDClonesForbidden) GetPayload

func (*GetCharactersCharacterIDClonesForbidden) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDClonesForbidden) IsClientError() bool

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

func (*GetCharactersCharacterIDClonesForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesForbidden) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDClonesForbidden) IsServerError() bool

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

func (*GetCharactersCharacterIDClonesForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesForbidden) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) Error

func (*GetCharactersCharacterIDClonesGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDClonesGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesGatewayTimeout) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) Error

func (*GetCharactersCharacterIDClonesInternalServerError) GetPayload

func (*GetCharactersCharacterIDClonesInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesInternalServerError) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) Error

func (*GetCharactersCharacterIDClonesNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesNotModified) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesOK) Error

func (*GetCharactersCharacterIDClonesOK) GetPayload

func (*GetCharactersCharacterIDClonesOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDClonesOK) IsClientError() bool

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

func (*GetCharactersCharacterIDClonesOK) IsCode added in v0.5.29

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

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

func (*GetCharactersCharacterIDClonesOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDClonesOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDClonesOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDClonesOK) IsServerError() bool

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

func (*GetCharactersCharacterIDClonesOK) IsSuccess added in v0.5.29

func (o *GetCharactersCharacterIDClonesOK) IsSuccess() bool

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

func (*GetCharactersCharacterIDClonesOK) String added in v0.5.29

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: 64
	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: 64
	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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) Error

func (*GetCharactersCharacterIDClonesServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDClonesServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesServiceUnavailable) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) Error

func (*GetCharactersCharacterIDClonesUnauthorized) GetPayload

func (*GetCharactersCharacterIDClonesUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDClonesUnauthorized) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) Error

func (*GetCharactersCharacterIDImplantsBadRequest) GetPayload

func (*GetCharactersCharacterIDImplantsBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsBadRequest) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsEnhanceYourCalm) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) Error

func (*GetCharactersCharacterIDImplantsForbidden) GetPayload

func (*GetCharactersCharacterIDImplantsForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsForbidden) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) Error

func (*GetCharactersCharacterIDImplantsGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDImplantsGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsGatewayTimeout) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) Error

func (*GetCharactersCharacterIDImplantsInternalServerError) GetPayload

func (*GetCharactersCharacterIDImplantsInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsInternalServerError) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) Error

func (*GetCharactersCharacterIDImplantsNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsNotModified) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsOK) Error

func (*GetCharactersCharacterIDImplantsOK) GetPayload

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

func (*GetCharactersCharacterIDImplantsOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDImplantsOK) IsClientError() bool

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

func (*GetCharactersCharacterIDImplantsOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDImplantsOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDImplantsOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDImplantsOK) IsServerError() bool

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

func (*GetCharactersCharacterIDImplantsOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsOK) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) Error

func (*GetCharactersCharacterIDImplantsServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDImplantsServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsServiceUnavailable) String added in v0.5.29

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) Code added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) Error

func (*GetCharactersCharacterIDImplantsUnauthorized) GetPayload

func (*GetCharactersCharacterIDImplantsUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDImplantsUnauthorized) String added in v0.5.29

Jump to

Keyboard shortcuts

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