planetary_interaction

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeTemperate captures enum value "temperate"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeTemperate string = "temperate"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeBarren captures enum value "barren"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeBarren string = "barren"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeOceanic captures enum value "oceanic"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeOceanic string = "oceanic"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeIce captures enum value "ice"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeIce string = "ice"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeGas captures enum value "gas"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeGas string = "gas"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeLava captures enum value "lava"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeLava string = "lava"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeStorm captures enum value "storm"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypeStorm string = "storm"

	// GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypePlasma captures enum value "plasma"
	GetCharactersCharacterIDPlanetsOKBodyItems0PlanetTypePlasma string = "plasma"
)
View Source
const (

	// GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelBad captures enum value "bad"
	GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelBad string = "bad"

	// GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelExcellent captures enum value "excellent"
	GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelExcellent string = "excellent"

	// GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelGood captures enum value "good"
	GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelGood string = "good"

	// GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelNeutral captures enum value "neutral"
	GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelNeutral string = "neutral"

	// GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelTerrible captures enum value "terrible"
	GetCorporationsCorporationIDCustomsOfficesOKBodyItems0StandingLevelTerrible string = "terrible"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for planetary interaction API

func (*Client) GetCharactersCharacterIDPlanets

func (a *Client) GetCharactersCharacterIDPlanets(params *GetCharactersCharacterIDPlanetsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCharactersCharacterIDPlanetsOK, error)
GetCharactersCharacterIDPlanets gets colonies

Returns a list of all planetary colonies owned by a character.

---

This route is cached for up to 600 seconds

func (*Client) GetCharactersCharacterIDPlanetsPlanetID

GetCharactersCharacterIDPlanetsPlanetID gets colony layout

Returns full details on the layout of a single planetary colony, including links, pins and routes. Note: Planetary information is only recalculated when the colony is viewed through the client. Information will not update until this criteria is met.

---

func (*Client) GetCorporationsCorporationIDCustomsOffices

GetCorporationsCorporationIDCustomsOffices lists corporation customs offices

List customs offices owned by a corporation

---

This route is cached for up to 3600 seconds

--- Requires one of the following EVE corporation role(s): Director

func (*Client) GetUniverseSchematicsSchematicID

func (a *Client) GetUniverseSchematicsSchematicID(params *GetUniverseSchematicsSchematicIDParams) (*GetUniverseSchematicsSchematicIDOK, error)
GetUniverseSchematicsSchematicID gets schematic information

Get information on a planetary factory schematic

---

This route is cached for up to 3600 seconds

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetCharactersCharacterIDPlanets(params *GetCharactersCharacterIDPlanetsParams, authInfo runtime.ClientAuthInfoWriter) (*GetCharactersCharacterIDPlanetsOK, error)

	GetCharactersCharacterIDPlanetsPlanetID(params *GetCharactersCharacterIDPlanetsPlanetIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetCharactersCharacterIDPlanetsPlanetIDOK, error)

	GetCorporationsCorporationIDCustomsOffices(params *GetCorporationsCorporationIDCustomsOfficesParams, authInfo runtime.ClientAuthInfoWriter) (*GetCorporationsCorporationIDCustomsOfficesOK, error)

	GetUniverseSchematicsSchematicID(params *GetUniverseSchematicsSchematicIDParams) (*GetUniverseSchematicsSchematicIDOK, 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 planetary interaction API client.

type GetCharactersCharacterIDPlanetsBadRequest

type GetCharactersCharacterIDPlanetsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDPlanetsBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDPlanetsBadRequest

func NewGetCharactersCharacterIDPlanetsBadRequest() *GetCharactersCharacterIDPlanetsBadRequest

NewGetCharactersCharacterIDPlanetsBadRequest creates a GetCharactersCharacterIDPlanetsBadRequest with default headers values

func (*GetCharactersCharacterIDPlanetsBadRequest) Error

func (*GetCharactersCharacterIDPlanetsBadRequest) GetPayload

type GetCharactersCharacterIDPlanetsEnhanceYourCalm

type GetCharactersCharacterIDPlanetsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDPlanetsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDPlanetsEnhanceYourCalm

func NewGetCharactersCharacterIDPlanetsEnhanceYourCalm() *GetCharactersCharacterIDPlanetsEnhanceYourCalm

NewGetCharactersCharacterIDPlanetsEnhanceYourCalm creates a GetCharactersCharacterIDPlanetsEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDPlanetsEnhanceYourCalm) Error

func (*GetCharactersCharacterIDPlanetsEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDPlanetsForbidden

type GetCharactersCharacterIDPlanetsForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDPlanetsForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDPlanetsForbidden

func NewGetCharactersCharacterIDPlanetsForbidden() *GetCharactersCharacterIDPlanetsForbidden

NewGetCharactersCharacterIDPlanetsForbidden creates a GetCharactersCharacterIDPlanetsForbidden with default headers values

func (*GetCharactersCharacterIDPlanetsForbidden) Error

func (*GetCharactersCharacterIDPlanetsForbidden) GetPayload

type GetCharactersCharacterIDPlanetsGatewayTimeout

type GetCharactersCharacterIDPlanetsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDPlanetsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDPlanetsGatewayTimeout

func NewGetCharactersCharacterIDPlanetsGatewayTimeout() *GetCharactersCharacterIDPlanetsGatewayTimeout

NewGetCharactersCharacterIDPlanetsGatewayTimeout creates a GetCharactersCharacterIDPlanetsGatewayTimeout with default headers values

func (*GetCharactersCharacterIDPlanetsGatewayTimeout) Error

func (*GetCharactersCharacterIDPlanetsGatewayTimeout) GetPayload

type GetCharactersCharacterIDPlanetsInternalServerError

type GetCharactersCharacterIDPlanetsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDPlanetsInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDPlanetsInternalServerError

func NewGetCharactersCharacterIDPlanetsInternalServerError() *GetCharactersCharacterIDPlanetsInternalServerError

NewGetCharactersCharacterIDPlanetsInternalServerError creates a GetCharactersCharacterIDPlanetsInternalServerError with default headers values

func (*GetCharactersCharacterIDPlanetsInternalServerError) Error

func (*GetCharactersCharacterIDPlanetsInternalServerError) GetPayload

type GetCharactersCharacterIDPlanetsNotModified

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

GetCharactersCharacterIDPlanetsNotModified handles this case with default header values.

Not modified

func NewGetCharactersCharacterIDPlanetsNotModified

func NewGetCharactersCharacterIDPlanetsNotModified() *GetCharactersCharacterIDPlanetsNotModified

NewGetCharactersCharacterIDPlanetsNotModified creates a GetCharactersCharacterIDPlanetsNotModified with default headers values

func (*GetCharactersCharacterIDPlanetsNotModified) Error

type GetCharactersCharacterIDPlanetsOK

type GetCharactersCharacterIDPlanetsOK 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 []*GetCharactersCharacterIDPlanetsOKBodyItems0
}

GetCharactersCharacterIDPlanetsOK handles this case with default header values.

List of colonies

func NewGetCharactersCharacterIDPlanetsOK

func NewGetCharactersCharacterIDPlanetsOK() *GetCharactersCharacterIDPlanetsOK

NewGetCharactersCharacterIDPlanetsOK creates a GetCharactersCharacterIDPlanetsOK with default headers values

func (*GetCharactersCharacterIDPlanetsOK) Error

func (*GetCharactersCharacterIDPlanetsOK) GetPayload

type GetCharactersCharacterIDPlanetsOKBodyItems0

type GetCharactersCharacterIDPlanetsOKBodyItems0 struct {

	// get_characters_character_id_planets_last_update
	//
	// last_update string
	// Required: true
	// Format: date-time
	LastUpdate *strfmt.DateTime `json:"last_update"`

	// get_characters_character_id_planets_num_pins
	//
	// num_pins integer
	// Required: true
	// Minimum: 1
	NumPins *int32 `json:"num_pins"`

	// get_characters_character_id_planets_owner_id
	//
	// owner_id integer
	// Required: true
	OwnerID *int32 `json:"owner_id"`

	// get_characters_character_id_planets_planet_id
	//
	// planet_id integer
	// Required: true
	PlanetID *int32 `json:"planet_id"`

	// get_characters_character_id_planets_planet_type
	//
	// planet_type string
	// Required: true
	// Enum: [temperate barren oceanic ice gas lava storm plasma]
	PlanetType *string `json:"planet_type"`

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

	// get_characters_character_id_planets_upgrade_level
	//
	// upgrade_level integer
	// Required: true
	// Maximum: 5
	// Minimum: 0
	UpgradeLevel *int32 `json:"upgrade_level"`
}

GetCharactersCharacterIDPlanetsOKBodyItems0 get_characters_character_id_planets_200_ok // // 200 ok object swagger:model GetCharactersCharacterIDPlanetsOKBodyItems0

func (*GetCharactersCharacterIDPlanetsOKBodyItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsOKBodyItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsOKBodyItems0) Validate

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

type GetCharactersCharacterIDPlanetsParams

type GetCharactersCharacterIDPlanetsParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Token
	  Access token to use if unable to set a header

	*/
	Token *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCharactersCharacterIDPlanetsParams contains all the parameters to send to the API endpoint for the get characters character id planets operation typically these are written to a http.Request

func NewGetCharactersCharacterIDPlanetsParams

func NewGetCharactersCharacterIDPlanetsParams() *GetCharactersCharacterIDPlanetsParams

NewGetCharactersCharacterIDPlanetsParams creates a new GetCharactersCharacterIDPlanetsParams object with the default values initialized.

func NewGetCharactersCharacterIDPlanetsParamsWithContext

func NewGetCharactersCharacterIDPlanetsParamsWithContext(ctx context.Context) *GetCharactersCharacterIDPlanetsParams

NewGetCharactersCharacterIDPlanetsParamsWithContext creates a new GetCharactersCharacterIDPlanetsParams object with the default values initialized, and the ability to set a context for a request

func NewGetCharactersCharacterIDPlanetsParamsWithHTTPClient

func NewGetCharactersCharacterIDPlanetsParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDPlanetsParams

NewGetCharactersCharacterIDPlanetsParamsWithHTTPClient creates a new GetCharactersCharacterIDPlanetsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCharactersCharacterIDPlanetsParamsWithTimeout

func NewGetCharactersCharacterIDPlanetsParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDPlanetsParams

NewGetCharactersCharacterIDPlanetsParamsWithTimeout creates a new GetCharactersCharacterIDPlanetsParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCharactersCharacterIDPlanetsParams) SetCharacterID

func (o *GetCharactersCharacterIDPlanetsParams) SetCharacterID(characterID int32)

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

func (*GetCharactersCharacterIDPlanetsParams) SetContext

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

func (*GetCharactersCharacterIDPlanetsParams) SetDatasource

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

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

func (*GetCharactersCharacterIDPlanetsParams) SetHTTPClient

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

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

func (*GetCharactersCharacterIDPlanetsParams) SetIfNoneMatch

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

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

func (*GetCharactersCharacterIDPlanetsParams) SetTimeout

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

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

func (*GetCharactersCharacterIDPlanetsParams) SetToken

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

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

func (*GetCharactersCharacterIDPlanetsParams) WithCharacterID

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

func (*GetCharactersCharacterIDPlanetsParams) WithContext

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

func (*GetCharactersCharacterIDPlanetsParams) WithDatasource

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

func (*GetCharactersCharacterIDPlanetsParams) WithHTTPClient

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

func (*GetCharactersCharacterIDPlanetsParams) WithIfNoneMatch

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

func (*GetCharactersCharacterIDPlanetsParams) WithTimeout

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

func (*GetCharactersCharacterIDPlanetsParams) WithToken

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

func (*GetCharactersCharacterIDPlanetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDPlanetsPlanetIDBadRequest

type GetCharactersCharacterIDPlanetsPlanetIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCharactersCharacterIDPlanetsPlanetIDBadRequest handles this case with default header values.

Bad request

func NewGetCharactersCharacterIDPlanetsPlanetIDBadRequest

func NewGetCharactersCharacterIDPlanetsPlanetIDBadRequest() *GetCharactersCharacterIDPlanetsPlanetIDBadRequest

NewGetCharactersCharacterIDPlanetsPlanetIDBadRequest creates a GetCharactersCharacterIDPlanetsPlanetIDBadRequest with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDBadRequest) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDBadRequest) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm

type GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm

func NewGetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm() *GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm

NewGetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm creates a GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDEnhanceYourCalm) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDForbidden

type GetCharactersCharacterIDPlanetsPlanetIDForbidden struct {
	Payload *esimodels.Forbidden
}

GetCharactersCharacterIDPlanetsPlanetIDForbidden handles this case with default header values.

Forbidden

func NewGetCharactersCharacterIDPlanetsPlanetIDForbidden

func NewGetCharactersCharacterIDPlanetsPlanetIDForbidden() *GetCharactersCharacterIDPlanetsPlanetIDForbidden

NewGetCharactersCharacterIDPlanetsPlanetIDForbidden creates a GetCharactersCharacterIDPlanetsPlanetIDForbidden with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDForbidden) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDForbidden) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout

type GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout

func NewGetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout() *GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout

NewGetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout creates a GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDGatewayTimeout) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDInternalServerError

type GetCharactersCharacterIDPlanetsPlanetIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCharactersCharacterIDPlanetsPlanetIDInternalServerError handles this case with default header values.

Internal server error

func NewGetCharactersCharacterIDPlanetsPlanetIDInternalServerError

func NewGetCharactersCharacterIDPlanetsPlanetIDInternalServerError() *GetCharactersCharacterIDPlanetsPlanetIDInternalServerError

NewGetCharactersCharacterIDPlanetsPlanetIDInternalServerError creates a GetCharactersCharacterIDPlanetsPlanetIDInternalServerError with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDInternalServerError) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDInternalServerError) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDNotFound

type GetCharactersCharacterIDPlanetsPlanetIDNotFound struct {
	Payload *GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody
}

GetCharactersCharacterIDPlanetsPlanetIDNotFound handles this case with default header values.

Colony not found

func NewGetCharactersCharacterIDPlanetsPlanetIDNotFound

func NewGetCharactersCharacterIDPlanetsPlanetIDNotFound() *GetCharactersCharacterIDPlanetsPlanetIDNotFound

NewGetCharactersCharacterIDPlanetsPlanetIDNotFound creates a GetCharactersCharacterIDPlanetsPlanetIDNotFound with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDNotFound) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDNotFound) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody

type GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody struct {

	// get_characters_character_id_planets_planet_id_error
	//
	// error message
	Error string `json:"error,omitempty"`
}

GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody get_characters_character_id_planets_planet_id_not_found // // Colony not found swagger:model GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody

func (*GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody) Validate

Validate validates this get characters character ID planets planet ID not found body

type GetCharactersCharacterIDPlanetsPlanetIDOK

type GetCharactersCharacterIDPlanetsPlanetIDOK struct {
	Payload *GetCharactersCharacterIDPlanetsPlanetIDOKBody
}

GetCharactersCharacterIDPlanetsPlanetIDOK handles this case with default header values.

Colony layout

func NewGetCharactersCharacterIDPlanetsPlanetIDOK

func NewGetCharactersCharacterIDPlanetsPlanetIDOK() *GetCharactersCharacterIDPlanetsPlanetIDOK

NewGetCharactersCharacterIDPlanetsPlanetIDOK creates a GetCharactersCharacterIDPlanetsPlanetIDOK with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDOK) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDOK) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDOKBody

type GetCharactersCharacterIDPlanetsPlanetIDOKBody struct {

	// get_characters_character_id_planets_planet_id_links
	//
	// links array
	// Required: true
	// Max Items: 500
	Links []*LinksItems0 `json:"links"`

	// get_characters_character_id_planets_planet_id_pins
	//
	// pins array
	// Required: true
	// Max Items: 100
	Pins []*PinsItems0 `json:"pins"`

	// get_characters_character_id_planets_planet_id_routes
	//
	// routes array
	// Required: true
	// Max Items: 1000
	Routes []*RoutesItems0 `json:"routes"`
}

GetCharactersCharacterIDPlanetsPlanetIDOKBody get_characters_character_id_planets_planet_id_ok // // 200 ok object swagger:model GetCharactersCharacterIDPlanetsPlanetIDOKBody

func (*GetCharactersCharacterIDPlanetsPlanetIDOKBody) MarshalBinary

MarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsPlanetIDOKBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCharactersCharacterIDPlanetsPlanetIDOKBody) Validate

Validate validates this get characters character ID planets planet ID o k body

type GetCharactersCharacterIDPlanetsPlanetIDParams

type GetCharactersCharacterIDPlanetsPlanetIDParams struct {

	/*CharacterID
	  An EVE character ID

	*/
	CharacterID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*PlanetID
	  Planet id of the target planet

	*/
	PlanetID int32
	/*Token
	  Access token to use if unable to set a header

	*/
	Token *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCharactersCharacterIDPlanetsPlanetIDParams contains all the parameters to send to the API endpoint for the get characters character id planets planet id operation typically these are written to a http.Request

func NewGetCharactersCharacterIDPlanetsPlanetIDParams

func NewGetCharactersCharacterIDPlanetsPlanetIDParams() *GetCharactersCharacterIDPlanetsPlanetIDParams

NewGetCharactersCharacterIDPlanetsPlanetIDParams creates a new GetCharactersCharacterIDPlanetsPlanetIDParams object with the default values initialized.

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithContext

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithContext(ctx context.Context) *GetCharactersCharacterIDPlanetsPlanetIDParams

NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithContext creates a new GetCharactersCharacterIDPlanetsPlanetIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithHTTPClient

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithHTTPClient(client *http.Client) *GetCharactersCharacterIDPlanetsPlanetIDParams

NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithHTTPClient creates a new GetCharactersCharacterIDPlanetsPlanetIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithTimeout

func NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithTimeout(timeout time.Duration) *GetCharactersCharacterIDPlanetsPlanetIDParams

NewGetCharactersCharacterIDPlanetsPlanetIDParamsWithTimeout creates a new GetCharactersCharacterIDPlanetsPlanetIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetCharacterID

func (o *GetCharactersCharacterIDPlanetsPlanetIDParams) SetCharacterID(characterID int32)

SetCharacterID adds the characterId to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetContext

SetContext adds the context to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetDatasource

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

SetDatasource adds the datasource to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetPlanetID

func (o *GetCharactersCharacterIDPlanetsPlanetIDParams) SetPlanetID(planetID int32)

SetPlanetID adds the planetId to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetTimeout

SetTimeout adds the timeout to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) SetToken

SetToken adds the token to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithCharacterID

WithCharacterID adds the characterID to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithContext

WithContext adds the context to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithDatasource

WithDatasource adds the datasource to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithPlanetID

WithPlanetID adds the planetID to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithTimeout

WithTimeout adds the timeout to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WithToken

WithToken adds the token to the get characters character id planets planet id params

func (*GetCharactersCharacterIDPlanetsPlanetIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCharactersCharacterIDPlanetsPlanetIDReader

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

GetCharactersCharacterIDPlanetsPlanetIDReader is a Reader for the GetCharactersCharacterIDPlanetsPlanetID structure.

func (*GetCharactersCharacterIDPlanetsPlanetIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable

type GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable

func NewGetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable() *GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable

NewGetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable creates a GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDServiceUnavailable) GetPayload

type GetCharactersCharacterIDPlanetsPlanetIDUnauthorized

type GetCharactersCharacterIDPlanetsPlanetIDUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDPlanetsPlanetIDUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDPlanetsPlanetIDUnauthorized

func NewGetCharactersCharacterIDPlanetsPlanetIDUnauthorized() *GetCharactersCharacterIDPlanetsPlanetIDUnauthorized

NewGetCharactersCharacterIDPlanetsPlanetIDUnauthorized creates a GetCharactersCharacterIDPlanetsPlanetIDUnauthorized with default headers values

func (*GetCharactersCharacterIDPlanetsPlanetIDUnauthorized) Error

func (*GetCharactersCharacterIDPlanetsPlanetIDUnauthorized) GetPayload

type GetCharactersCharacterIDPlanetsReader

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

GetCharactersCharacterIDPlanetsReader is a Reader for the GetCharactersCharacterIDPlanets structure.

func (*GetCharactersCharacterIDPlanetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCharactersCharacterIDPlanetsServiceUnavailable

type GetCharactersCharacterIDPlanetsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCharactersCharacterIDPlanetsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCharactersCharacterIDPlanetsServiceUnavailable

func NewGetCharactersCharacterIDPlanetsServiceUnavailable() *GetCharactersCharacterIDPlanetsServiceUnavailable

NewGetCharactersCharacterIDPlanetsServiceUnavailable creates a GetCharactersCharacterIDPlanetsServiceUnavailable with default headers values

func (*GetCharactersCharacterIDPlanetsServiceUnavailable) Error

func (*GetCharactersCharacterIDPlanetsServiceUnavailable) GetPayload

type GetCharactersCharacterIDPlanetsUnauthorized

type GetCharactersCharacterIDPlanetsUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCharactersCharacterIDPlanetsUnauthorized handles this case with default header values.

Unauthorized

func NewGetCharactersCharacterIDPlanetsUnauthorized

func NewGetCharactersCharacterIDPlanetsUnauthorized() *GetCharactersCharacterIDPlanetsUnauthorized

NewGetCharactersCharacterIDPlanetsUnauthorized creates a GetCharactersCharacterIDPlanetsUnauthorized with default headers values

func (*GetCharactersCharacterIDPlanetsUnauthorized) Error

func (*GetCharactersCharacterIDPlanetsUnauthorized) GetPayload

type GetCorporationsCorporationIDCustomsOfficesBadRequest

type GetCorporationsCorporationIDCustomsOfficesBadRequest struct {
	Payload *esimodels.BadRequest
}

GetCorporationsCorporationIDCustomsOfficesBadRequest handles this case with default header values.

Bad request

func NewGetCorporationsCorporationIDCustomsOfficesBadRequest

func NewGetCorporationsCorporationIDCustomsOfficesBadRequest() *GetCorporationsCorporationIDCustomsOfficesBadRequest

NewGetCorporationsCorporationIDCustomsOfficesBadRequest creates a GetCorporationsCorporationIDCustomsOfficesBadRequest with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesBadRequest) Error

func (*GetCorporationsCorporationIDCustomsOfficesBadRequest) GetPayload

type GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm

type GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm

func NewGetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm() *GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm

NewGetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm creates a GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm) Error

func (*GetCorporationsCorporationIDCustomsOfficesEnhanceYourCalm) GetPayload

type GetCorporationsCorporationIDCustomsOfficesForbidden

type GetCorporationsCorporationIDCustomsOfficesForbidden struct {
	Payload *esimodels.Forbidden
}

GetCorporationsCorporationIDCustomsOfficesForbidden handles this case with default header values.

Forbidden

func NewGetCorporationsCorporationIDCustomsOfficesForbidden

func NewGetCorporationsCorporationIDCustomsOfficesForbidden() *GetCorporationsCorporationIDCustomsOfficesForbidden

NewGetCorporationsCorporationIDCustomsOfficesForbidden creates a GetCorporationsCorporationIDCustomsOfficesForbidden with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesForbidden) Error

func (*GetCorporationsCorporationIDCustomsOfficesForbidden) GetPayload

type GetCorporationsCorporationIDCustomsOfficesGatewayTimeout

type GetCorporationsCorporationIDCustomsOfficesGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetCorporationsCorporationIDCustomsOfficesGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetCorporationsCorporationIDCustomsOfficesGatewayTimeout

func NewGetCorporationsCorporationIDCustomsOfficesGatewayTimeout() *GetCorporationsCorporationIDCustomsOfficesGatewayTimeout

NewGetCorporationsCorporationIDCustomsOfficesGatewayTimeout creates a GetCorporationsCorporationIDCustomsOfficesGatewayTimeout with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesGatewayTimeout) Error

func (*GetCorporationsCorporationIDCustomsOfficesGatewayTimeout) GetPayload

type GetCorporationsCorporationIDCustomsOfficesInternalServerError

type GetCorporationsCorporationIDCustomsOfficesInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetCorporationsCorporationIDCustomsOfficesInternalServerError handles this case with default header values.

Internal server error

func NewGetCorporationsCorporationIDCustomsOfficesInternalServerError

func NewGetCorporationsCorporationIDCustomsOfficesInternalServerError() *GetCorporationsCorporationIDCustomsOfficesInternalServerError

NewGetCorporationsCorporationIDCustomsOfficesInternalServerError creates a GetCorporationsCorporationIDCustomsOfficesInternalServerError with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesInternalServerError) Error

func (*GetCorporationsCorporationIDCustomsOfficesInternalServerError) GetPayload

type GetCorporationsCorporationIDCustomsOfficesNotModified

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

GetCorporationsCorporationIDCustomsOfficesNotModified handles this case with default header values.

Not modified

func NewGetCorporationsCorporationIDCustomsOfficesNotModified

func NewGetCorporationsCorporationIDCustomsOfficesNotModified() *GetCorporationsCorporationIDCustomsOfficesNotModified

NewGetCorporationsCorporationIDCustomsOfficesNotModified creates a GetCorporationsCorporationIDCustomsOfficesNotModified with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesNotModified) Error

type GetCorporationsCorporationIDCustomsOfficesOK

type GetCorporationsCorporationIDCustomsOfficesOK 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
	/*Maximum page number
	 */
	XPages int32

	Payload []*GetCorporationsCorporationIDCustomsOfficesOKBodyItems0
}

GetCorporationsCorporationIDCustomsOfficesOK handles this case with default header values.

A list of customs offices and their settings

func NewGetCorporationsCorporationIDCustomsOfficesOK

func NewGetCorporationsCorporationIDCustomsOfficesOK() *GetCorporationsCorporationIDCustomsOfficesOK

NewGetCorporationsCorporationIDCustomsOfficesOK creates a GetCorporationsCorporationIDCustomsOfficesOK with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesOK) Error

func (*GetCorporationsCorporationIDCustomsOfficesOK) GetPayload

type GetCorporationsCorporationIDCustomsOfficesOKBodyItems0

type GetCorporationsCorporationIDCustomsOfficesOKBodyItems0 struct {

	// get_corporations_corporation_id_customs_offices_alliance_tax_rate
	//
	// Only present if alliance access is allowed
	AllianceTaxRate float32 `json:"alliance_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_allow_access_with_standings
	//
	// standing_level and any standing related tax rate only present when this is true
	// Required: true
	AllowAccessWithStandings *bool `json:"allow_access_with_standings"`

	// get_corporations_corporation_id_customs_offices_allow_alliance_access
	//
	// allow_alliance_access boolean
	// Required: true
	AllowAllianceAccess *bool `json:"allow_alliance_access"`

	// get_corporations_corporation_id_customs_offices_bad_standing_tax_rate
	//
	// bad_standing_tax_rate number
	BadStandingTaxRate float32 `json:"bad_standing_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_corporation_tax_rate
	//
	// corporation_tax_rate number
	CorporationTaxRate float32 `json:"corporation_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_excellent_standing_tax_rate
	//
	// Tax rate for entities with excellent level of standing, only present if this level is allowed, same for all other standing related tax rates
	ExcellentStandingTaxRate float32 `json:"excellent_standing_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_good_standing_tax_rate
	//
	// good_standing_tax_rate number
	GoodStandingTaxRate float32 `json:"good_standing_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_neutral_standing_tax_rate
	//
	// neutral_standing_tax_rate number
	NeutralStandingTaxRate float32 `json:"neutral_standing_tax_rate,omitempty"`

	// get_corporations_corporation_id_customs_offices_office_id
	//
	// unique ID of this customs office
	// Required: true
	OfficeID *int64 `json:"office_id"`

	// get_corporations_corporation_id_customs_offices_reinforce_exit_end
	//
	// reinforce_exit_end integer
	// Required: true
	// Maximum: 23
	// Minimum: 0
	ReinforceExitEnd *int32 `json:"reinforce_exit_end"`

	// get_corporations_corporation_id_customs_offices_reinforce_exit_start
	//
	// Together with reinforce_exit_end, marks a 2-hour period where this customs office could exit reinforcement mode during the day after initial attack
	// Required: true
	// Maximum: 23
	// Minimum: 0
	ReinforceExitStart *int32 `json:"reinforce_exit_start"`

	// get_corporations_corporation_id_customs_offices_standing_level
	//
	// Access is allowed only for entities with this level of standing or better
	// Enum: [bad excellent good neutral terrible]
	StandingLevel string `json:"standing_level,omitempty"`

	// get_corporations_corporation_id_customs_offices_system_id
	//
	// ID of the solar system this customs office is located in
	// Required: true
	SystemID *int32 `json:"system_id"`

	// get_corporations_corporation_id_customs_offices_terrible_standing_tax_rate
	//
	// terrible_standing_tax_rate number
	TerribleStandingTaxRate float32 `json:"terrible_standing_tax_rate,omitempty"`
}

GetCorporationsCorporationIDCustomsOfficesOKBodyItems0 get_corporations_corporation_id_customs_offices_200_ok // // 200 ok object swagger:model GetCorporationsCorporationIDCustomsOfficesOKBodyItems0

func (*GetCorporationsCorporationIDCustomsOfficesOKBodyItems0) MarshalBinary

MarshalBinary interface implementation

func (*GetCorporationsCorporationIDCustomsOfficesOKBodyItems0) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetCorporationsCorporationIDCustomsOfficesOKBodyItems0) Validate

Validate validates this get corporations corporation ID customs offices o k body items0

type GetCorporationsCorporationIDCustomsOfficesParams

type GetCorporationsCorporationIDCustomsOfficesParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*CorporationID
	  An EVE corporation ID

	*/
	CorporationID int32
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*Page
	  Which page of results to return

	*/
	Page *int32
	/*Token
	  Access token to use if unable to set a header

	*/
	Token *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetCorporationsCorporationIDCustomsOfficesParams contains all the parameters to send to the API endpoint for the get corporations corporation id customs offices operation typically these are written to a http.Request

func NewGetCorporationsCorporationIDCustomsOfficesParams

func NewGetCorporationsCorporationIDCustomsOfficesParams() *GetCorporationsCorporationIDCustomsOfficesParams

NewGetCorporationsCorporationIDCustomsOfficesParams creates a new GetCorporationsCorporationIDCustomsOfficesParams object with the default values initialized.

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithContext

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithContext(ctx context.Context) *GetCorporationsCorporationIDCustomsOfficesParams

NewGetCorporationsCorporationIDCustomsOfficesParamsWithContext creates a new GetCorporationsCorporationIDCustomsOfficesParams object with the default values initialized, and the ability to set a context for a request

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithHTTPClient

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithHTTPClient(client *http.Client) *GetCorporationsCorporationIDCustomsOfficesParams

NewGetCorporationsCorporationIDCustomsOfficesParamsWithHTTPClient creates a new GetCorporationsCorporationIDCustomsOfficesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithTimeout

func NewGetCorporationsCorporationIDCustomsOfficesParamsWithTimeout(timeout time.Duration) *GetCorporationsCorporationIDCustomsOfficesParams

NewGetCorporationsCorporationIDCustomsOfficesParamsWithTimeout creates a new GetCorporationsCorporationIDCustomsOfficesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetContext

SetContext adds the context to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetCorporationID

func (o *GetCorporationsCorporationIDCustomsOfficesParams) SetCorporationID(corporationID int32)

SetCorporationID adds the corporationId to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetDatasource

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

SetDatasource adds the datasource to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetPage

SetPage adds the page to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetTimeout

SetTimeout adds the timeout to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) SetToken

SetToken adds the token to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithContext

WithContext adds the context to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithCorporationID

WithCorporationID adds the corporationID to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithDatasource

WithDatasource adds the datasource to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithPage

WithPage adds the page to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithTimeout

WithTimeout adds the timeout to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WithToken

WithToken adds the token to the get corporations corporation id customs offices params

func (*GetCorporationsCorporationIDCustomsOfficesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetCorporationsCorporationIDCustomsOfficesReader

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

GetCorporationsCorporationIDCustomsOfficesReader is a Reader for the GetCorporationsCorporationIDCustomsOffices structure.

func (*GetCorporationsCorporationIDCustomsOfficesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCorporationsCorporationIDCustomsOfficesServiceUnavailable

type GetCorporationsCorporationIDCustomsOfficesServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetCorporationsCorporationIDCustomsOfficesServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetCorporationsCorporationIDCustomsOfficesServiceUnavailable

func NewGetCorporationsCorporationIDCustomsOfficesServiceUnavailable() *GetCorporationsCorporationIDCustomsOfficesServiceUnavailable

NewGetCorporationsCorporationIDCustomsOfficesServiceUnavailable creates a GetCorporationsCorporationIDCustomsOfficesServiceUnavailable with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesServiceUnavailable) Error

func (*GetCorporationsCorporationIDCustomsOfficesServiceUnavailable) GetPayload

type GetCorporationsCorporationIDCustomsOfficesUnauthorized

type GetCorporationsCorporationIDCustomsOfficesUnauthorized struct {
	Payload *esimodels.Unauthorized
}

GetCorporationsCorporationIDCustomsOfficesUnauthorized handles this case with default header values.

Unauthorized

func NewGetCorporationsCorporationIDCustomsOfficesUnauthorized

func NewGetCorporationsCorporationIDCustomsOfficesUnauthorized() *GetCorporationsCorporationIDCustomsOfficesUnauthorized

NewGetCorporationsCorporationIDCustomsOfficesUnauthorized creates a GetCorporationsCorporationIDCustomsOfficesUnauthorized with default headers values

func (*GetCorporationsCorporationIDCustomsOfficesUnauthorized) Error

func (*GetCorporationsCorporationIDCustomsOfficesUnauthorized) GetPayload

type GetUniverseSchematicsSchematicIDBadRequest

type GetUniverseSchematicsSchematicIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetUniverseSchematicsSchematicIDBadRequest handles this case with default header values.

Bad request

func NewGetUniverseSchematicsSchematicIDBadRequest

func NewGetUniverseSchematicsSchematicIDBadRequest() *GetUniverseSchematicsSchematicIDBadRequest

NewGetUniverseSchematicsSchematicIDBadRequest creates a GetUniverseSchematicsSchematicIDBadRequest with default headers values

func (*GetUniverseSchematicsSchematicIDBadRequest) Error

func (*GetUniverseSchematicsSchematicIDBadRequest) GetPayload

type GetUniverseSchematicsSchematicIDEnhanceYourCalm

type GetUniverseSchematicsSchematicIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetUniverseSchematicsSchematicIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetUniverseSchematicsSchematicIDEnhanceYourCalm

func NewGetUniverseSchematicsSchematicIDEnhanceYourCalm() *GetUniverseSchematicsSchematicIDEnhanceYourCalm

NewGetUniverseSchematicsSchematicIDEnhanceYourCalm creates a GetUniverseSchematicsSchematicIDEnhanceYourCalm with default headers values

func (*GetUniverseSchematicsSchematicIDEnhanceYourCalm) Error

func (*GetUniverseSchematicsSchematicIDEnhanceYourCalm) GetPayload

type GetUniverseSchematicsSchematicIDGatewayTimeout

type GetUniverseSchematicsSchematicIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetUniverseSchematicsSchematicIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetUniverseSchematicsSchematicIDGatewayTimeout

func NewGetUniverseSchematicsSchematicIDGatewayTimeout() *GetUniverseSchematicsSchematicIDGatewayTimeout

NewGetUniverseSchematicsSchematicIDGatewayTimeout creates a GetUniverseSchematicsSchematicIDGatewayTimeout with default headers values

func (*GetUniverseSchematicsSchematicIDGatewayTimeout) Error

func (*GetUniverseSchematicsSchematicIDGatewayTimeout) GetPayload

type GetUniverseSchematicsSchematicIDInternalServerError

type GetUniverseSchematicsSchematicIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetUniverseSchematicsSchematicIDInternalServerError handles this case with default header values.

Internal server error

func NewGetUniverseSchematicsSchematicIDInternalServerError

func NewGetUniverseSchematicsSchematicIDInternalServerError() *GetUniverseSchematicsSchematicIDInternalServerError

NewGetUniverseSchematicsSchematicIDInternalServerError creates a GetUniverseSchematicsSchematicIDInternalServerError with default headers values

func (*GetUniverseSchematicsSchematicIDInternalServerError) Error

func (*GetUniverseSchematicsSchematicIDInternalServerError) GetPayload

type GetUniverseSchematicsSchematicIDNotFound

type GetUniverseSchematicsSchematicIDNotFound struct {
	Payload *GetUniverseSchematicsSchematicIDNotFoundBody
}

GetUniverseSchematicsSchematicIDNotFound handles this case with default header values.

Schematic not found

func NewGetUniverseSchematicsSchematicIDNotFound

func NewGetUniverseSchematicsSchematicIDNotFound() *GetUniverseSchematicsSchematicIDNotFound

NewGetUniverseSchematicsSchematicIDNotFound creates a GetUniverseSchematicsSchematicIDNotFound with default headers values

func (*GetUniverseSchematicsSchematicIDNotFound) Error

func (*GetUniverseSchematicsSchematicIDNotFound) GetPayload

type GetUniverseSchematicsSchematicIDNotFoundBody

type GetUniverseSchematicsSchematicIDNotFoundBody struct {

	// get_universe_schematics_schematic_id_error
	//
	// error message
	Error string `json:"error,omitempty"`
}

GetUniverseSchematicsSchematicIDNotFoundBody get_universe_schematics_schematic_id_not_found // // Schematic not found swagger:model GetUniverseSchematicsSchematicIDNotFoundBody

func (*GetUniverseSchematicsSchematicIDNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetUniverseSchematicsSchematicIDNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetUniverseSchematicsSchematicIDNotFoundBody) Validate

Validate validates this get universe schematics schematic ID not found body

type GetUniverseSchematicsSchematicIDNotModified

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

GetUniverseSchematicsSchematicIDNotModified handles this case with default header values.

Not modified

func NewGetUniverseSchematicsSchematicIDNotModified

func NewGetUniverseSchematicsSchematicIDNotModified() *GetUniverseSchematicsSchematicIDNotModified

NewGetUniverseSchematicsSchematicIDNotModified creates a GetUniverseSchematicsSchematicIDNotModified with default headers values

func (*GetUniverseSchematicsSchematicIDNotModified) Error

type GetUniverseSchematicsSchematicIDOK

type GetUniverseSchematicsSchematicIDOK 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 *GetUniverseSchematicsSchematicIDOKBody
}

GetUniverseSchematicsSchematicIDOK handles this case with default header values.

Public data about a schematic

func NewGetUniverseSchematicsSchematicIDOK

func NewGetUniverseSchematicsSchematicIDOK() *GetUniverseSchematicsSchematicIDOK

NewGetUniverseSchematicsSchematicIDOK creates a GetUniverseSchematicsSchematicIDOK with default headers values

func (*GetUniverseSchematicsSchematicIDOK) Error

func (*GetUniverseSchematicsSchematicIDOK) GetPayload

type GetUniverseSchematicsSchematicIDOKBody

type GetUniverseSchematicsSchematicIDOKBody struct {

	// get_universe_schematics_schematic_id_cycle_time
	//
	// Time in seconds to process a run
	// Required: true
	CycleTime *int32 `json:"cycle_time"`

	// get_universe_schematics_schematic_id_schematic_name
	//
	// schematic_name string
	// Required: true
	SchematicName *string `json:"schematic_name"`
}

GetUniverseSchematicsSchematicIDOKBody get_universe_schematics_schematic_id_ok // // 200 ok object swagger:model GetUniverseSchematicsSchematicIDOKBody

func (*GetUniverseSchematicsSchematicIDOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetUniverseSchematicsSchematicIDOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetUniverseSchematicsSchematicIDOKBody) Validate

Validate validates this get universe schematics schematic ID o k body

type GetUniverseSchematicsSchematicIDParams

type GetUniverseSchematicsSchematicIDParams struct {

	/*IfNoneMatch
	  ETag from a previous request. A 304 will be returned if this matches the current ETag

	*/
	IfNoneMatch *string
	/*Datasource
	  The server name you would like data from

	*/
	Datasource *string
	/*SchematicID
	  A PI schematic ID

	*/
	SchematicID int32

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUniverseSchematicsSchematicIDParams contains all the parameters to send to the API endpoint for the get universe schematics schematic id operation typically these are written to a http.Request

func NewGetUniverseSchematicsSchematicIDParams

func NewGetUniverseSchematicsSchematicIDParams() *GetUniverseSchematicsSchematicIDParams

NewGetUniverseSchematicsSchematicIDParams creates a new GetUniverseSchematicsSchematicIDParams object with the default values initialized.

func NewGetUniverseSchematicsSchematicIDParamsWithContext

func NewGetUniverseSchematicsSchematicIDParamsWithContext(ctx context.Context) *GetUniverseSchematicsSchematicIDParams

NewGetUniverseSchematicsSchematicIDParamsWithContext creates a new GetUniverseSchematicsSchematicIDParams object with the default values initialized, and the ability to set a context for a request

func NewGetUniverseSchematicsSchematicIDParamsWithHTTPClient

func NewGetUniverseSchematicsSchematicIDParamsWithHTTPClient(client *http.Client) *GetUniverseSchematicsSchematicIDParams

NewGetUniverseSchematicsSchematicIDParamsWithHTTPClient creates a new GetUniverseSchematicsSchematicIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetUniverseSchematicsSchematicIDParamsWithTimeout

func NewGetUniverseSchematicsSchematicIDParamsWithTimeout(timeout time.Duration) *GetUniverseSchematicsSchematicIDParams

NewGetUniverseSchematicsSchematicIDParamsWithTimeout creates a new GetUniverseSchematicsSchematicIDParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetUniverseSchematicsSchematicIDParams) SetContext

SetContext adds the context to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) SetDatasource

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

SetDatasource adds the datasource to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) SetSchematicID

func (o *GetUniverseSchematicsSchematicIDParams) SetSchematicID(schematicID int32)

SetSchematicID adds the schematicId to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) SetTimeout

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

SetTimeout adds the timeout to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithContext

WithContext adds the context to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithDatasource

WithDatasource adds the datasource to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithSchematicID

WithSchematicID adds the schematicID to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WithTimeout

WithTimeout adds the timeout to the get universe schematics schematic id params

func (*GetUniverseSchematicsSchematicIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetUniverseSchematicsSchematicIDReader

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

GetUniverseSchematicsSchematicIDReader is a Reader for the GetUniverseSchematicsSchematicID structure.

func (*GetUniverseSchematicsSchematicIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUniverseSchematicsSchematicIDServiceUnavailable

type GetUniverseSchematicsSchematicIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetUniverseSchematicsSchematicIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetUniverseSchematicsSchematicIDServiceUnavailable

func NewGetUniverseSchematicsSchematicIDServiceUnavailable() *GetUniverseSchematicsSchematicIDServiceUnavailable

NewGetUniverseSchematicsSchematicIDServiceUnavailable creates a GetUniverseSchematicsSchematicIDServiceUnavailable with default headers values

func (*GetUniverseSchematicsSchematicIDServiceUnavailable) Error

func (*GetUniverseSchematicsSchematicIDServiceUnavailable) GetPayload

type LinksItems0

type LinksItems0 struct {

	// get_characters_character_id_planets_planet_id_destination_pin_id
	//
	// destination_pin_id integer
	// Required: true
	DestinationPinID *int64 `json:"destination_pin_id"`

	// get_characters_character_id_planets_planet_id_link_level
	//
	// link_level integer
	// Required: true
	// Maximum: 10
	// Minimum: 0
	LinkLevel *int32 `json:"link_level"`

	// get_characters_character_id_planets_planet_id_source_pin_id
	//
	// source_pin_id integer
	// Required: true
	SourcePinID *int64 `json:"source_pin_id"`
}

LinksItems0 get_characters_character_id_planets_planet_id_link // // link object swagger:model LinksItems0

func (*LinksItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*LinksItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*LinksItems0) Validate

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

Validate validates this links items0

type PinsItems0

type PinsItems0 struct {

	// get_characters_character_id_planets_planet_id_contents
	//
	// contents array
	// Max Items: 90
	Contents []*PinsItems0ContentsItems0 `json:"contents"`

	// get_characters_character_id_planets_planet_id_expiry_time
	//
	// expiry_time string
	// Format: date-time
	ExpiryTime strfmt.DateTime `json:"expiry_time,omitempty"`

	// extractor details
	ExtractorDetails *PinsItems0ExtractorDetails `json:"extractor_details,omitempty"`

	// factory details
	FactoryDetails *PinsItems0FactoryDetails `json:"factory_details,omitempty"`

	// get_characters_character_id_planets_planet_id_install_time
	//
	// install_time string
	// Format: date-time
	InstallTime strfmt.DateTime `json:"install_time,omitempty"`

	// get_characters_character_id_planets_planet_id_last_cycle_start
	//
	// last_cycle_start string
	// Format: date-time
	LastCycleStart strfmt.DateTime `json:"last_cycle_start,omitempty"`

	// get_characters_character_id_planets_planet_id_latitude
	//
	// latitude number
	// Required: true
	Latitude *float32 `json:"latitude"`

	// get_characters_character_id_planets_planet_id_longitude
	//
	// longitude number
	// Required: true
	Longitude *float32 `json:"longitude"`

	// get_characters_character_id_planets_planet_id_pin_id
	//
	// pin_id integer
	// Required: true
	PinID *int64 `json:"pin_id"`

	// get_characters_character_id_planets_planet_id_schematic_id
	//
	// schematic_id integer
	SchematicID int32 `json:"schematic_id,omitempty"`

	// get_characters_character_id_planets_planet_id_type_id
	//
	// type_id integer
	// Required: true
	TypeID *int32 `json:"type_id"`
}

PinsItems0 get_characters_character_id_planets_planet_id_pin // // pin object swagger:model PinsItems0

func (*PinsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*PinsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PinsItems0) Validate

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

Validate validates this pins items0

type PinsItems0ContentsItems0

type PinsItems0ContentsItems0 struct {

	// get_characters_character_id_planets_planet_id_amount
	//
	// amount integer
	// Required: true
	Amount *int64 `json:"amount"`

	// get_characters_character_id_planets_planet_id_content_type_id
	//
	// type_id integer
	// Required: true
	TypeID *int32 `json:"type_id"`
}

PinsItems0ContentsItems0 get_characters_character_id_planets_planet_id_content // // content object swagger:model PinsItems0ContentsItems0

func (*PinsItems0ContentsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*PinsItems0ContentsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PinsItems0ContentsItems0) Validate

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

Validate validates this pins items0 contents items0

type PinsItems0ExtractorDetails

type PinsItems0ExtractorDetails struct {

	// get_characters_character_id_planets_planet_id_cycle_time
	//
	// in seconds
	CycleTime int32 `json:"cycle_time,omitempty"`

	// get_characters_character_id_planets_planet_id_head_radius
	//
	// head_radius number
	HeadRadius float32 `json:"head_radius,omitempty"`

	// get_characters_character_id_planets_planet_id_heads
	//
	// heads array
	// Required: true
	// Max Items: 10
	Heads []*PinsItems0ExtractorDetailsHeadsItems0 `json:"heads"`

	// get_characters_character_id_planets_planet_id_product_type_id
	//
	// product_type_id integer
	ProductTypeID int32 `json:"product_type_id,omitempty"`

	// get_characters_character_id_planets_planet_id_qty_per_cycle
	//
	// qty_per_cycle integer
	QtyPerCycle int32 `json:"qty_per_cycle,omitempty"`
}

PinsItems0ExtractorDetails get_characters_character_id_planets_planet_id_extractor_details // // extractor_details object swagger:model PinsItems0ExtractorDetails

func (*PinsItems0ExtractorDetails) MarshalBinary

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

MarshalBinary interface implementation

func (*PinsItems0ExtractorDetails) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PinsItems0ExtractorDetails) Validate

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

Validate validates this pins items0 extractor details

type PinsItems0ExtractorDetailsHeadsItems0

type PinsItems0ExtractorDetailsHeadsItems0 struct {

	// get_characters_character_id_planets_planet_id_head_id
	//
	// head_id integer
	// Required: true
	// Maximum: 9
	// Minimum: 0
	HeadID *int32 `json:"head_id"`

	// get_characters_character_id_planets_planet_id_head_latitude
	//
	// latitude number
	// Required: true
	Latitude *float32 `json:"latitude"`

	// get_characters_character_id_planets_planet_id_head_longitude
	//
	// longitude number
	// Required: true
	Longitude *float32 `json:"longitude"`
}

PinsItems0ExtractorDetailsHeadsItems0 get_characters_character_id_planets_planet_id_head // // head object swagger:model PinsItems0ExtractorDetailsHeadsItems0

func (*PinsItems0ExtractorDetailsHeadsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*PinsItems0ExtractorDetailsHeadsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PinsItems0ExtractorDetailsHeadsItems0) Validate

Validate validates this pins items0 extractor details heads items0

type PinsItems0FactoryDetails

type PinsItems0FactoryDetails struct {

	// get_characters_character_id_planets_planet_id_factory_details_schematic_id
	//
	// schematic_id integer
	// Required: true
	SchematicID *int32 `json:"schematic_id"`
}

PinsItems0FactoryDetails get_characters_character_id_planets_planet_id_factory_details // // factory_details object swagger:model PinsItems0FactoryDetails

func (*PinsItems0FactoryDetails) MarshalBinary

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

MarshalBinary interface implementation

func (*PinsItems0FactoryDetails) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PinsItems0FactoryDetails) Validate

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

Validate validates this pins items0 factory details

type RoutesItems0

type RoutesItems0 struct {

	// get_characters_character_id_planets_planet_id_route_content_type_id
	//
	// content_type_id integer
	// Required: true
	ContentTypeID *int32 `json:"content_type_id"`

	// get_characters_character_id_planets_planet_id_route_destination_pin_id
	//
	// destination_pin_id integer
	// Required: true
	DestinationPinID *int64 `json:"destination_pin_id"`

	// get_characters_character_id_planets_planet_id_quantity
	//
	// quantity number
	// Required: true
	Quantity *float32 `json:"quantity"`

	// get_characters_character_id_planets_planet_id_route_id
	//
	// route_id integer
	// Required: true
	RouteID *int64 `json:"route_id"`

	// get_characters_character_id_planets_planet_id_route_source_pin_id
	//
	// source_pin_id integer
	// Required: true
	SourcePinID *int64 `json:"source_pin_id"`

	// get_characters_character_id_planets_planet_id_waypoints
	//
	// list of pin ID waypoints
	// Max Items: 5
	Waypoints []int64 `json:"waypoints"`
}

RoutesItems0 get_characters_character_id_planets_planet_id_route // // route object swagger:model RoutesItems0

func (*RoutesItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*RoutesItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*RoutesItems0) Validate

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

Validate validates this routes items0

Jump to

Keyboard shortcuts

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