location

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: 12 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 location API

func (*Client) GetCharactersCharacterIDLocation

func (a *Client) GetCharactersCharacterIDLocation(params *GetCharactersCharacterIDLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDLocationOK, error)
GetCharactersCharacterIDLocation gets character location

Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable

---

This route is cached for up to 5 seconds

func (*Client) GetCharactersCharacterIDOnline

func (a *Client) GetCharactersCharacterIDOnline(params *GetCharactersCharacterIDOnlineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDOnlineOK, error)
GetCharactersCharacterIDOnline gets character online

Checks if the character is currently online

---

This route is cached for up to 60 seconds

func (*Client) GetCharactersCharacterIDShip

func (a *Client) GetCharactersCharacterIDShip(params *GetCharactersCharacterIDShipParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDShipOK, error)
GetCharactersCharacterIDShip gets current ship

Get the current ship type, name and id

---

This route is cached for up to 5 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 {
	GetCharactersCharacterIDLocation(params *GetCharactersCharacterIDLocationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDLocationOK, error)

	GetCharactersCharacterIDOnline(params *GetCharactersCharacterIDOnlineParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDOnlineOK, error)

	GetCharactersCharacterIDShip(params *GetCharactersCharacterIDShipParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetCharactersCharacterIDShipOK, 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 location API client.

type GetCharactersCharacterIDLocationBadRequest

type GetCharactersCharacterIDLocationBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDLocationBadRequest

func NewGetCharactersCharacterIDLocationBadRequest() *GetCharactersCharacterIDLocationBadRequest

NewGetCharactersCharacterIDLocationBadRequest creates a GetCharactersCharacterIDLocationBadRequest with default headers values

func (*GetCharactersCharacterIDLocationBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) Error

func (*GetCharactersCharacterIDLocationBadRequest) GetPayload

func (*GetCharactersCharacterIDLocationBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationBadRequest) String added in v0.5.29

type GetCharactersCharacterIDLocationEnhanceYourCalm

type GetCharactersCharacterIDLocationEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDLocationEnhanceYourCalm

func NewGetCharactersCharacterIDLocationEnhanceYourCalm() *GetCharactersCharacterIDLocationEnhanceYourCalm

NewGetCharactersCharacterIDLocationEnhanceYourCalm creates a GetCharactersCharacterIDLocationEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) Error

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDLocationForbidden

type GetCharactersCharacterIDLocationForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDLocationForbidden

func NewGetCharactersCharacterIDLocationForbidden() *GetCharactersCharacterIDLocationForbidden

NewGetCharactersCharacterIDLocationForbidden creates a GetCharactersCharacterIDLocationForbidden with default headers values

func (*GetCharactersCharacterIDLocationForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) Error

func (*GetCharactersCharacterIDLocationForbidden) GetPayload

func (*GetCharactersCharacterIDLocationForbidden) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationForbidden) String added in v0.5.29

type GetCharactersCharacterIDLocationGatewayTimeout

type GetCharactersCharacterIDLocationGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDLocationGatewayTimeout

func NewGetCharactersCharacterIDLocationGatewayTimeout() *GetCharactersCharacterIDLocationGatewayTimeout

NewGetCharactersCharacterIDLocationGatewayTimeout creates a GetCharactersCharacterIDLocationGatewayTimeout with default headers values

func (*GetCharactersCharacterIDLocationGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) Error

func (*GetCharactersCharacterIDLocationGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDLocationGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDLocationInternalServerError

type GetCharactersCharacterIDLocationInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDLocationInternalServerError

func NewGetCharactersCharacterIDLocationInternalServerError() *GetCharactersCharacterIDLocationInternalServerError

NewGetCharactersCharacterIDLocationInternalServerError creates a GetCharactersCharacterIDLocationInternalServerError with default headers values

func (*GetCharactersCharacterIDLocationInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) Error

func (*GetCharactersCharacterIDLocationInternalServerError) GetPayload

func (*GetCharactersCharacterIDLocationInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDLocationNotModified

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

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

Not modified

func NewGetCharactersCharacterIDLocationNotModified

func NewGetCharactersCharacterIDLocationNotModified() *GetCharactersCharacterIDLocationNotModified

NewGetCharactersCharacterIDLocationNotModified creates a GetCharactersCharacterIDLocationNotModified with default headers values

func (*GetCharactersCharacterIDLocationNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) Error

func (*GetCharactersCharacterIDLocationNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationNotModified) String added in v0.5.29

type GetCharactersCharacterIDLocationOK

type GetCharactersCharacterIDLocationOK 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 *GetCharactersCharacterIDLocationOKBody
}

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

Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable

func NewGetCharactersCharacterIDLocationOK

func NewGetCharactersCharacterIDLocationOK() *GetCharactersCharacterIDLocationOK

NewGetCharactersCharacterIDLocationOK creates a GetCharactersCharacterIDLocationOK with default headers values

func (*GetCharactersCharacterIDLocationOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationOK) Error

func (*GetCharactersCharacterIDLocationOK) GetPayload

func (*GetCharactersCharacterIDLocationOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDLocationOK) IsClientError() bool

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

func (*GetCharactersCharacterIDLocationOK) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDLocationOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDLocationOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDLocationOK) IsServerError() bool

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

func (*GetCharactersCharacterIDLocationOK) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationOK) String added in v0.5.29

type GetCharactersCharacterIDLocationOKBody

type GetCharactersCharacterIDLocationOKBody struct {

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

	// get_characters_character_id_location_station_id
	//
	// station_id integer
	StationID int32 `json:"station_id,omitempty"`

	// get_characters_character_id_location_structure_id
	//
	// structure_id integer
	StructureID int64 `json:"structure_id,omitempty"`
}

GetCharactersCharacterIDLocationOKBody get_characters_character_id_location_ok // // 200 ok object swagger:model GetCharactersCharacterIDLocationOKBody

func (*GetCharactersCharacterIDLocationOKBody) ContextValidate added in v0.3.0

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

func (*GetCharactersCharacterIDLocationOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDLocationOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDLocationOKBody) Validate

Validate validates this get characters character ID location o k body

type GetCharactersCharacterIDLocationParams

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

GetCharactersCharacterIDLocationParams contains all the parameters to send to the API endpoint

for the get characters character id location operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDLocationParams

func NewGetCharactersCharacterIDLocationParams() *GetCharactersCharacterIDLocationParams

NewGetCharactersCharacterIDLocationParams creates a new GetCharactersCharacterIDLocationParams 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 NewGetCharactersCharacterIDLocationParamsWithContext

func NewGetCharactersCharacterIDLocationParamsWithContext(ctx context.Context) *GetCharactersCharacterIDLocationParams

NewGetCharactersCharacterIDLocationParamsWithContext creates a new GetCharactersCharacterIDLocationParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDLocationParamsWithHTTPClient

func NewGetCharactersCharacterIDLocationParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDLocationParams

NewGetCharactersCharacterIDLocationParamsWithHTTPClient creates a new GetCharactersCharacterIDLocationParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDLocationParamsWithTimeout

func NewGetCharactersCharacterIDLocationParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDLocationParams

NewGetCharactersCharacterIDLocationParamsWithTimeout creates a new GetCharactersCharacterIDLocationParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDLocationParams) SetCharacterID

func (o *GetCharactersCharacterIDLocationParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDLocationParams) SetContext

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

func (*GetCharactersCharacterIDLocationParams) SetDatasource

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

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

func (*GetCharactersCharacterIDLocationParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDLocationParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDLocationParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDLocationParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDLocationParams) SetTimeout

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

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

func (*GetCharactersCharacterIDLocationParams) SetToken

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

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

func (*GetCharactersCharacterIDLocationParams) WithCharacterID

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

func (*GetCharactersCharacterIDLocationParams) WithContext

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

func (*GetCharactersCharacterIDLocationParams) WithDatasource

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

func (*GetCharactersCharacterIDLocationParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDLocationParams) WithHTTPClient

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

func (*GetCharactersCharacterIDLocationParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDLocationParams) WithTimeout

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

func (*GetCharactersCharacterIDLocationParams) WithToken

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

func (*GetCharactersCharacterIDLocationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDLocationReader

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

GetCharactersCharacterIDLocationReader is a Reader for the GetCharactersCharacterIDLocation structure.

func (*GetCharactersCharacterIDLocationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDLocationServiceUnavailable

type GetCharactersCharacterIDLocationServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDLocationServiceUnavailable

func NewGetCharactersCharacterIDLocationServiceUnavailable() *GetCharactersCharacterIDLocationServiceUnavailable

NewGetCharactersCharacterIDLocationServiceUnavailable creates a GetCharactersCharacterIDLocationServiceUnavailable with default headers values

func (*GetCharactersCharacterIDLocationServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) Error

func (*GetCharactersCharacterIDLocationServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDLocationServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDLocationUnauthorized

type GetCharactersCharacterIDLocationUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDLocationUnauthorized

func NewGetCharactersCharacterIDLocationUnauthorized() *GetCharactersCharacterIDLocationUnauthorized

NewGetCharactersCharacterIDLocationUnauthorized creates a GetCharactersCharacterIDLocationUnauthorized with default headers values

func (*GetCharactersCharacterIDLocationUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) Error

func (*GetCharactersCharacterIDLocationUnauthorized) GetPayload

func (*GetCharactersCharacterIDLocationUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDLocationUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDOnlineBadRequest

type GetCharactersCharacterIDOnlineBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDOnlineBadRequest

func NewGetCharactersCharacterIDOnlineBadRequest() *GetCharactersCharacterIDOnlineBadRequest

NewGetCharactersCharacterIDOnlineBadRequest creates a GetCharactersCharacterIDOnlineBadRequest with default headers values

func (*GetCharactersCharacterIDOnlineBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) Error

func (*GetCharactersCharacterIDOnlineBadRequest) GetPayload

func (*GetCharactersCharacterIDOnlineBadRequest) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineBadRequest) String added in v0.5.29

type GetCharactersCharacterIDOnlineEnhanceYourCalm

type GetCharactersCharacterIDOnlineEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDOnlineEnhanceYourCalm

func NewGetCharactersCharacterIDOnlineEnhanceYourCalm() *GetCharactersCharacterIDOnlineEnhanceYourCalm

NewGetCharactersCharacterIDOnlineEnhanceYourCalm creates a GetCharactersCharacterIDOnlineEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) Error

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDOnlineForbidden

type GetCharactersCharacterIDOnlineForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDOnlineForbidden

func NewGetCharactersCharacterIDOnlineForbidden() *GetCharactersCharacterIDOnlineForbidden

NewGetCharactersCharacterIDOnlineForbidden creates a GetCharactersCharacterIDOnlineForbidden with default headers values

func (*GetCharactersCharacterIDOnlineForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineForbidden) Error

func (*GetCharactersCharacterIDOnlineForbidden) GetPayload

func (*GetCharactersCharacterIDOnlineForbidden) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDOnlineForbidden) IsClientError() bool

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

func (*GetCharactersCharacterIDOnlineForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineForbidden) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDOnlineForbidden) IsServerError() bool

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

func (*GetCharactersCharacterIDOnlineForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineForbidden) String added in v0.5.29

type GetCharactersCharacterIDOnlineGatewayTimeout

type GetCharactersCharacterIDOnlineGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDOnlineGatewayTimeout

func NewGetCharactersCharacterIDOnlineGatewayTimeout() *GetCharactersCharacterIDOnlineGatewayTimeout

NewGetCharactersCharacterIDOnlineGatewayTimeout creates a GetCharactersCharacterIDOnlineGatewayTimeout with default headers values

func (*GetCharactersCharacterIDOnlineGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) Error

func (*GetCharactersCharacterIDOnlineGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDOnlineGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDOnlineInternalServerError

type GetCharactersCharacterIDOnlineInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDOnlineInternalServerError

func NewGetCharactersCharacterIDOnlineInternalServerError() *GetCharactersCharacterIDOnlineInternalServerError

NewGetCharactersCharacterIDOnlineInternalServerError creates a GetCharactersCharacterIDOnlineInternalServerError with default headers values

func (*GetCharactersCharacterIDOnlineInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) Error

func (*GetCharactersCharacterIDOnlineInternalServerError) GetPayload

func (*GetCharactersCharacterIDOnlineInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDOnlineNotModified

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

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

Not modified

func NewGetCharactersCharacterIDOnlineNotModified

func NewGetCharactersCharacterIDOnlineNotModified() *GetCharactersCharacterIDOnlineNotModified

NewGetCharactersCharacterIDOnlineNotModified creates a GetCharactersCharacterIDOnlineNotModified with default headers values

func (*GetCharactersCharacterIDOnlineNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) Error

func (*GetCharactersCharacterIDOnlineNotModified) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineNotModified) String added in v0.5.29

type GetCharactersCharacterIDOnlineOK

type GetCharactersCharacterIDOnlineOK 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 *GetCharactersCharacterIDOnlineOKBody
}

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

Object describing the character's online status

func NewGetCharactersCharacterIDOnlineOK

func NewGetCharactersCharacterIDOnlineOK() *GetCharactersCharacterIDOnlineOK

NewGetCharactersCharacterIDOnlineOK creates a GetCharactersCharacterIDOnlineOK with default headers values

func (*GetCharactersCharacterIDOnlineOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineOK) Error

func (*GetCharactersCharacterIDOnlineOK) GetPayload

func (*GetCharactersCharacterIDOnlineOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDOnlineOK) IsClientError() bool

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

func (*GetCharactersCharacterIDOnlineOK) IsCode added in v0.5.29

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

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

func (*GetCharactersCharacterIDOnlineOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDOnlineOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDOnlineOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDOnlineOK) IsServerError() bool

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

func (*GetCharactersCharacterIDOnlineOK) IsSuccess added in v0.5.29

func (o *GetCharactersCharacterIDOnlineOK) IsSuccess() bool

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

func (*GetCharactersCharacterIDOnlineOK) String added in v0.5.29

type GetCharactersCharacterIDOnlineOKBody

type GetCharactersCharacterIDOnlineOKBody struct {

	// get_characters_character_id_online_last_login
	//
	// Timestamp of the last login
	// Format: date-time
	LastLogin strfmt.DateTime `json:"last_login,omitempty"`

	// get_characters_character_id_online_last_logout
	//
	// Timestamp of the last logout
	// Format: date-time
	LastLogout strfmt.DateTime `json:"last_logout,omitempty"`

	// get_characters_character_id_online_logins
	//
	// Total number of times the character has logged in
	Logins int32 `json:"logins,omitempty"`

	// get_characters_character_id_online_online
	//
	// If the character is online
	// Required: true
	Online *bool `json:"online"`
}

GetCharactersCharacterIDOnlineOKBody get_characters_character_id_online_ok // // 200 ok object swagger:model GetCharactersCharacterIDOnlineOKBody

func (*GetCharactersCharacterIDOnlineOKBody) ContextValidate added in v0.3.0

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

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

func (*GetCharactersCharacterIDOnlineOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDOnlineOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDOnlineOKBody) Validate

Validate validates this get characters character ID online o k body

type GetCharactersCharacterIDOnlineParams

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

GetCharactersCharacterIDOnlineParams contains all the parameters to send to the API endpoint

for the get characters character id online operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDOnlineParams

func NewGetCharactersCharacterIDOnlineParams() *GetCharactersCharacterIDOnlineParams

NewGetCharactersCharacterIDOnlineParams creates a new GetCharactersCharacterIDOnlineParams 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 NewGetCharactersCharacterIDOnlineParamsWithContext

func NewGetCharactersCharacterIDOnlineParamsWithContext(ctx context.Context) *GetCharactersCharacterIDOnlineParams

NewGetCharactersCharacterIDOnlineParamsWithContext creates a new GetCharactersCharacterIDOnlineParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDOnlineParamsWithHTTPClient

func NewGetCharactersCharacterIDOnlineParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDOnlineParams

NewGetCharactersCharacterIDOnlineParamsWithHTTPClient creates a new GetCharactersCharacterIDOnlineParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDOnlineParamsWithTimeout

func NewGetCharactersCharacterIDOnlineParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDOnlineParams

NewGetCharactersCharacterIDOnlineParamsWithTimeout creates a new GetCharactersCharacterIDOnlineParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDOnlineParams) SetCharacterID

func (o *GetCharactersCharacterIDOnlineParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDOnlineParams) SetContext

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

func (*GetCharactersCharacterIDOnlineParams) SetDatasource

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

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

func (*GetCharactersCharacterIDOnlineParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDOnlineParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDOnlineParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDOnlineParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDOnlineParams) SetTimeout

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

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

func (*GetCharactersCharacterIDOnlineParams) SetToken

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

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

func (*GetCharactersCharacterIDOnlineParams) WithCharacterID

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

func (*GetCharactersCharacterIDOnlineParams) WithContext

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

func (*GetCharactersCharacterIDOnlineParams) WithDatasource

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

func (*GetCharactersCharacterIDOnlineParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDOnlineParams) WithHTTPClient

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

func (*GetCharactersCharacterIDOnlineParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDOnlineParams) WithTimeout

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

func (*GetCharactersCharacterIDOnlineParams) WithToken

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

func (*GetCharactersCharacterIDOnlineParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDOnlineReader

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

GetCharactersCharacterIDOnlineReader is a Reader for the GetCharactersCharacterIDOnline structure.

func (*GetCharactersCharacterIDOnlineReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDOnlineServiceUnavailable

type GetCharactersCharacterIDOnlineServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDOnlineServiceUnavailable

func NewGetCharactersCharacterIDOnlineServiceUnavailable() *GetCharactersCharacterIDOnlineServiceUnavailable

NewGetCharactersCharacterIDOnlineServiceUnavailable creates a GetCharactersCharacterIDOnlineServiceUnavailable with default headers values

func (*GetCharactersCharacterIDOnlineServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) Error

func (*GetCharactersCharacterIDOnlineServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDOnlineServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDOnlineUnauthorized

type GetCharactersCharacterIDOnlineUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDOnlineUnauthorized

func NewGetCharactersCharacterIDOnlineUnauthorized() *GetCharactersCharacterIDOnlineUnauthorized

NewGetCharactersCharacterIDOnlineUnauthorized creates a GetCharactersCharacterIDOnlineUnauthorized with default headers values

func (*GetCharactersCharacterIDOnlineUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) Error

func (*GetCharactersCharacterIDOnlineUnauthorized) GetPayload

func (*GetCharactersCharacterIDOnlineUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDOnlineUnauthorized) String added in v0.5.29

type GetCharactersCharacterIDShipBadRequest

type GetCharactersCharacterIDShipBadRequest struct {
	Payload *models.BadRequest
}

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

Bad request

func NewGetCharactersCharacterIDShipBadRequest

func NewGetCharactersCharacterIDShipBadRequest() *GetCharactersCharacterIDShipBadRequest

NewGetCharactersCharacterIDShipBadRequest creates a GetCharactersCharacterIDShipBadRequest with default headers values

func (*GetCharactersCharacterIDShipBadRequest) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipBadRequest) Error

func (*GetCharactersCharacterIDShipBadRequest) GetPayload

func (*GetCharactersCharacterIDShipBadRequest) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDShipBadRequest) IsClientError() bool

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

func (*GetCharactersCharacterIDShipBadRequest) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipBadRequest) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipBadRequest) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDShipBadRequest) IsServerError() bool

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

func (*GetCharactersCharacterIDShipBadRequest) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipBadRequest) String added in v0.5.29

type GetCharactersCharacterIDShipEnhanceYourCalm

type GetCharactersCharacterIDShipEnhanceYourCalm struct {
	Payload *models.ErrorLimited
}

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

Error limited

func NewGetCharactersCharacterIDShipEnhanceYourCalm

func NewGetCharactersCharacterIDShipEnhanceYourCalm() *GetCharactersCharacterIDShipEnhanceYourCalm

NewGetCharactersCharacterIDShipEnhanceYourCalm creates a GetCharactersCharacterIDShipEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDShipEnhanceYourCalm) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) Error

func (*GetCharactersCharacterIDShipEnhanceYourCalm) GetPayload

func (*GetCharactersCharacterIDShipEnhanceYourCalm) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipEnhanceYourCalm) String added in v0.5.29

type GetCharactersCharacterIDShipForbidden

type GetCharactersCharacterIDShipForbidden struct {
	Payload *models.Forbidden
}

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

Forbidden

func NewGetCharactersCharacterIDShipForbidden

func NewGetCharactersCharacterIDShipForbidden() *GetCharactersCharacterIDShipForbidden

NewGetCharactersCharacterIDShipForbidden creates a GetCharactersCharacterIDShipForbidden with default headers values

func (*GetCharactersCharacterIDShipForbidden) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipForbidden) Error

func (*GetCharactersCharacterIDShipForbidden) GetPayload

func (*GetCharactersCharacterIDShipForbidden) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDShipForbidden) IsClientError() bool

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

func (*GetCharactersCharacterIDShipForbidden) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipForbidden) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipForbidden) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDShipForbidden) IsServerError() bool

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

func (*GetCharactersCharacterIDShipForbidden) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipForbidden) String added in v0.5.29

type GetCharactersCharacterIDShipGatewayTimeout

type GetCharactersCharacterIDShipGatewayTimeout struct {
	Payload *models.GatewayTimeout
}

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

Gateway timeout

func NewGetCharactersCharacterIDShipGatewayTimeout

func NewGetCharactersCharacterIDShipGatewayTimeout() *GetCharactersCharacterIDShipGatewayTimeout

NewGetCharactersCharacterIDShipGatewayTimeout creates a GetCharactersCharacterIDShipGatewayTimeout with default headers values

func (*GetCharactersCharacterIDShipGatewayTimeout) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) Error

func (*GetCharactersCharacterIDShipGatewayTimeout) GetPayload

func (*GetCharactersCharacterIDShipGatewayTimeout) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipGatewayTimeout) String added in v0.5.29

type GetCharactersCharacterIDShipInternalServerError

type GetCharactersCharacterIDShipInternalServerError struct {
	Payload *models.InternalServerError
}

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

Internal server error

func NewGetCharactersCharacterIDShipInternalServerError

func NewGetCharactersCharacterIDShipInternalServerError() *GetCharactersCharacterIDShipInternalServerError

NewGetCharactersCharacterIDShipInternalServerError creates a GetCharactersCharacterIDShipInternalServerError with default headers values

func (*GetCharactersCharacterIDShipInternalServerError) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) Error

func (*GetCharactersCharacterIDShipInternalServerError) GetPayload

func (*GetCharactersCharacterIDShipInternalServerError) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipInternalServerError) String added in v0.5.29

type GetCharactersCharacterIDShipNotModified

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

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

Not modified

func NewGetCharactersCharacterIDShipNotModified

func NewGetCharactersCharacterIDShipNotModified() *GetCharactersCharacterIDShipNotModified

NewGetCharactersCharacterIDShipNotModified creates a GetCharactersCharacterIDShipNotModified with default headers values

func (*GetCharactersCharacterIDShipNotModified) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipNotModified) Error

func (*GetCharactersCharacterIDShipNotModified) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDShipNotModified) IsClientError() bool

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

func (*GetCharactersCharacterIDShipNotModified) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipNotModified) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipNotModified) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDShipNotModified) IsServerError() bool

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

func (*GetCharactersCharacterIDShipNotModified) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipNotModified) String added in v0.5.29

type GetCharactersCharacterIDShipOK

type GetCharactersCharacterIDShipOK 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 *GetCharactersCharacterIDShipOKBody
}

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

Get the current ship type, name and id

func NewGetCharactersCharacterIDShipOK

func NewGetCharactersCharacterIDShipOK() *GetCharactersCharacterIDShipOK

NewGetCharactersCharacterIDShipOK creates a GetCharactersCharacterIDShipOK with default headers values

func (*GetCharactersCharacterIDShipOK) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipOK) Error

func (*GetCharactersCharacterIDShipOK) GetPayload

func (*GetCharactersCharacterIDShipOK) IsClientError added in v0.5.29

func (o *GetCharactersCharacterIDShipOK) IsClientError() bool

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

func (*GetCharactersCharacterIDShipOK) IsCode added in v0.5.29

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

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

func (*GetCharactersCharacterIDShipOK) IsRedirect added in v0.5.29

func (o *GetCharactersCharacterIDShipOK) IsRedirect() bool

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

func (*GetCharactersCharacterIDShipOK) IsServerError added in v0.5.29

func (o *GetCharactersCharacterIDShipOK) IsServerError() bool

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

func (*GetCharactersCharacterIDShipOK) IsSuccess added in v0.5.29

func (o *GetCharactersCharacterIDShipOK) IsSuccess() bool

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

func (*GetCharactersCharacterIDShipOK) String added in v0.5.29

type GetCharactersCharacterIDShipOKBody

type GetCharactersCharacterIDShipOKBody struct {

	// get_characters_character_id_ship_ship_item_id
	//
	// Item id's are unique to a ship and persist until it is repackaged. This value can be used to track repeated uses of a ship, or detect when a pilot changes into a different instance of the same ship type.
	// Required: true
	ShipItemID *int64 `json:"ship_item_id"`

	// get_characters_character_id_ship_ship_name
	//
	// ship_name string
	// Required: true
	ShipName *string `json:"ship_name"`

	// get_characters_character_id_ship_ship_type_id
	//
	// ship_type_id integer
	// Required: true
	ShipTypeID *int32 `json:"ship_type_id"`
}

GetCharactersCharacterIDShipOKBody get_characters_character_id_ship_ok // // 200 ok object swagger:model GetCharactersCharacterIDShipOKBody

func (*GetCharactersCharacterIDShipOKBody) ContextValidate added in v0.3.0

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

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

func (*GetCharactersCharacterIDShipOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDShipOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDShipOKBody) Validate

Validate validates this get characters character ID ship o k body

type GetCharactersCharacterIDShipParams

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

GetCharactersCharacterIDShipParams contains all the parameters to send to the API endpoint

for the get characters character id ship operation.

Typically these are written to a http.Request.

func NewGetCharactersCharacterIDShipParams

func NewGetCharactersCharacterIDShipParams() *GetCharactersCharacterIDShipParams

NewGetCharactersCharacterIDShipParams creates a new GetCharactersCharacterIDShipParams 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 NewGetCharactersCharacterIDShipParamsWithContext

func NewGetCharactersCharacterIDShipParamsWithContext(ctx context.Context) *GetCharactersCharacterIDShipParams

NewGetCharactersCharacterIDShipParamsWithContext creates a new GetCharactersCharacterIDShipParams object with the ability to set a context for a request.

func NewGetCharactersCharacterIDShipParamsWithHTTPClient

func NewGetCharactersCharacterIDShipParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDShipParams

NewGetCharactersCharacterIDShipParamsWithHTTPClient creates a new GetCharactersCharacterIDShipParams object with the ability to set a custom HTTPClient for a request.

func NewGetCharactersCharacterIDShipParamsWithTimeout

func NewGetCharactersCharacterIDShipParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDShipParams

NewGetCharactersCharacterIDShipParamsWithTimeout creates a new GetCharactersCharacterIDShipParams object with the ability to set a timeout on a request.

func (*GetCharactersCharacterIDShipParams) SetCharacterID

func (o *GetCharactersCharacterIDShipParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDShipParams) SetContext

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

func (*GetCharactersCharacterIDShipParams) SetDatasource

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

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

func (*GetCharactersCharacterIDShipParams) SetDefaults added in v0.3.0

func (o *GetCharactersCharacterIDShipParams) SetDefaults()

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

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

func (*GetCharactersCharacterIDShipParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDShipParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDShipParams) SetTimeout

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

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

func (*GetCharactersCharacterIDShipParams) SetToken

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

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

func (*GetCharactersCharacterIDShipParams) WithCharacterID

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

func (*GetCharactersCharacterIDShipParams) WithContext

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

func (*GetCharactersCharacterIDShipParams) WithDatasource

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

func (*GetCharactersCharacterIDShipParams) WithDefaults added in v0.3.0

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

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

func (*GetCharactersCharacterIDShipParams) WithHTTPClient

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

func (*GetCharactersCharacterIDShipParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDShipParams) WithTimeout

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

func (*GetCharactersCharacterIDShipParams) WithToken

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

func (*GetCharactersCharacterIDShipParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDShipReader

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

GetCharactersCharacterIDShipReader is a Reader for the GetCharactersCharacterIDShip structure.

func (*GetCharactersCharacterIDShipReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDShipServiceUnavailable

type GetCharactersCharacterIDShipServiceUnavailable struct {
	Payload *models.ServiceUnavailable
}

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

Service unavailable

func NewGetCharactersCharacterIDShipServiceUnavailable

func NewGetCharactersCharacterIDShipServiceUnavailable() *GetCharactersCharacterIDShipServiceUnavailable

NewGetCharactersCharacterIDShipServiceUnavailable creates a GetCharactersCharacterIDShipServiceUnavailable with default headers values

func (*GetCharactersCharacterIDShipServiceUnavailable) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) Error

func (*GetCharactersCharacterIDShipServiceUnavailable) GetPayload

func (*GetCharactersCharacterIDShipServiceUnavailable) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipServiceUnavailable) String added in v0.5.29

type GetCharactersCharacterIDShipUnauthorized

type GetCharactersCharacterIDShipUnauthorized struct {
	Payload *models.Unauthorized
}

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

Unauthorized

func NewGetCharactersCharacterIDShipUnauthorized

func NewGetCharactersCharacterIDShipUnauthorized() *GetCharactersCharacterIDShipUnauthorized

NewGetCharactersCharacterIDShipUnauthorized creates a GetCharactersCharacterIDShipUnauthorized with default headers values

func (*GetCharactersCharacterIDShipUnauthorized) Code added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) Error

func (*GetCharactersCharacterIDShipUnauthorized) GetPayload

func (*GetCharactersCharacterIDShipUnauthorized) IsClientError added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) IsCode added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) IsRedirect added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) IsServerError added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) IsSuccess added in v0.5.29

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

func (*GetCharactersCharacterIDShipUnauthorized) String added in v0.5.29

Jump to

Keyboard shortcuts

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