dogma

package
v0.0.2 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: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for dogma API

func (*Client) GetDogmaAttributes

func (a *Client) GetDogmaAttributes(params *GetDogmaAttributesParams) (*GetDogmaAttributesOK, error)
GetDogmaAttributes gets attributes

Get a list of dogma attribute ids

---

This route expires daily at 11:05

func (*Client) GetDogmaAttributesAttributeID

func (a *Client) GetDogmaAttributesAttributeID(params *GetDogmaAttributesAttributeIDParams) (*GetDogmaAttributesAttributeIDOK, error)
GetDogmaAttributesAttributeID gets attribute information

Get information on a dogma attribute

---

This route expires daily at 11:05

func (*Client) GetDogmaDynamicItemsTypeIDItemID

func (a *Client) GetDogmaDynamicItemsTypeIDItemID(params *GetDogmaDynamicItemsTypeIDItemIDParams) (*GetDogmaDynamicItemsTypeIDItemIDOK, error)
GetDogmaDynamicItemsTypeIDItemID gets dynamic item information

Returns info about a dynamic item resulting from mutation with a mutaplasmid.

---

This route expires daily at 11:05

func (*Client) GetDogmaEffects

func (a *Client) GetDogmaEffects(params *GetDogmaEffectsParams) (*GetDogmaEffectsOK, error)
GetDogmaEffects gets effects

Get a list of dogma effect ids

---

This route expires daily at 11:05

func (*Client) GetDogmaEffectsEffectID

func (a *Client) GetDogmaEffectsEffectID(params *GetDogmaEffectsEffectIDParams) (*GetDogmaEffectsEffectIDOK, error)
GetDogmaEffectsEffectID gets effect information

Get information on a dogma effect

---

This route expires daily at 11:05

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetDogmaAttributes(params *GetDogmaAttributesParams) (*GetDogmaAttributesOK, error)

	GetDogmaAttributesAttributeID(params *GetDogmaAttributesAttributeIDParams) (*GetDogmaAttributesAttributeIDOK, error)

	GetDogmaDynamicItemsTypeIDItemID(params *GetDogmaDynamicItemsTypeIDItemIDParams) (*GetDogmaDynamicItemsTypeIDItemIDOK, error)

	GetDogmaEffects(params *GetDogmaEffectsParams) (*GetDogmaEffectsOK, error)

	GetDogmaEffectsEffectID(params *GetDogmaEffectsEffectIDParams) (*GetDogmaEffectsEffectIDOK, 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 dogma API client.

type DogmaAttributesItems0

type DogmaAttributesItems0 struct {

	// get_dogma_dynamic_items_type_id_item_id_attribute_id
	//
	// attribute_id integer
	// Required: true
	AttributeID *int32 `json:"attribute_id"`

	// get_dogma_dynamic_items_type_id_item_id_value
	//
	// value number
	// Required: true
	Value *float32 `json:"value"`
}

DogmaAttributesItems0 get_dogma_dynamic_items_type_id_item_id_dogma_attribute // // dogma_attribute object swagger:model DogmaAttributesItems0

func (*DogmaAttributesItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*DogmaAttributesItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DogmaAttributesItems0) Validate

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

Validate validates this dogma attributes items0

type DogmaEffectsItems0

type DogmaEffectsItems0 struct {

	// get_dogma_dynamic_items_type_id_item_id_effect_id
	//
	// effect_id integer
	// Required: true
	EffectID *int32 `json:"effect_id"`

	// get_dogma_dynamic_items_type_id_item_id_is_default
	//
	// is_default boolean
	// Required: true
	IsDefault *bool `json:"is_default"`
}

DogmaEffectsItems0 get_dogma_dynamic_items_type_id_item_id_dogma_effect // // dogma_effect object swagger:model DogmaEffectsItems0

func (*DogmaEffectsItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*DogmaEffectsItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*DogmaEffectsItems0) Validate

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

Validate validates this dogma effects items0

type GetDogmaAttributesAttributeIDBadRequest

type GetDogmaAttributesAttributeIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetDogmaAttributesAttributeIDBadRequest handles this case with default header values.

Bad request

func NewGetDogmaAttributesAttributeIDBadRequest

func NewGetDogmaAttributesAttributeIDBadRequest() *GetDogmaAttributesAttributeIDBadRequest

NewGetDogmaAttributesAttributeIDBadRequest creates a GetDogmaAttributesAttributeIDBadRequest with default headers values

func (*GetDogmaAttributesAttributeIDBadRequest) Error

func (*GetDogmaAttributesAttributeIDBadRequest) GetPayload

type GetDogmaAttributesAttributeIDEnhanceYourCalm

type GetDogmaAttributesAttributeIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetDogmaAttributesAttributeIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetDogmaAttributesAttributeIDEnhanceYourCalm

func NewGetDogmaAttributesAttributeIDEnhanceYourCalm() *GetDogmaAttributesAttributeIDEnhanceYourCalm

NewGetDogmaAttributesAttributeIDEnhanceYourCalm creates a GetDogmaAttributesAttributeIDEnhanceYourCalm with default headers values

func (*GetDogmaAttributesAttributeIDEnhanceYourCalm) Error

func (*GetDogmaAttributesAttributeIDEnhanceYourCalm) GetPayload

type GetDogmaAttributesAttributeIDGatewayTimeout

type GetDogmaAttributesAttributeIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetDogmaAttributesAttributeIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetDogmaAttributesAttributeIDGatewayTimeout

func NewGetDogmaAttributesAttributeIDGatewayTimeout() *GetDogmaAttributesAttributeIDGatewayTimeout

NewGetDogmaAttributesAttributeIDGatewayTimeout creates a GetDogmaAttributesAttributeIDGatewayTimeout with default headers values

func (*GetDogmaAttributesAttributeIDGatewayTimeout) Error

func (*GetDogmaAttributesAttributeIDGatewayTimeout) GetPayload

type GetDogmaAttributesAttributeIDInternalServerError

type GetDogmaAttributesAttributeIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetDogmaAttributesAttributeIDInternalServerError handles this case with default header values.

Internal server error

func NewGetDogmaAttributesAttributeIDInternalServerError

func NewGetDogmaAttributesAttributeIDInternalServerError() *GetDogmaAttributesAttributeIDInternalServerError

NewGetDogmaAttributesAttributeIDInternalServerError creates a GetDogmaAttributesAttributeIDInternalServerError with default headers values

func (*GetDogmaAttributesAttributeIDInternalServerError) Error

func (*GetDogmaAttributesAttributeIDInternalServerError) GetPayload

type GetDogmaAttributesAttributeIDNotFound

type GetDogmaAttributesAttributeIDNotFound struct {
	Payload *GetDogmaAttributesAttributeIDNotFoundBody
}

GetDogmaAttributesAttributeIDNotFound handles this case with default header values.

Dogma attribute not found

func NewGetDogmaAttributesAttributeIDNotFound

func NewGetDogmaAttributesAttributeIDNotFound() *GetDogmaAttributesAttributeIDNotFound

NewGetDogmaAttributesAttributeIDNotFound creates a GetDogmaAttributesAttributeIDNotFound with default headers values

func (*GetDogmaAttributesAttributeIDNotFound) Error

func (*GetDogmaAttributesAttributeIDNotFound) GetPayload

type GetDogmaAttributesAttributeIDNotFoundBody

type GetDogmaAttributesAttributeIDNotFoundBody struct {

	// get_dogma_attributes_attribute_id_404_not_found
	//
	// Not found message
	Error string `json:"error,omitempty"`
}

GetDogmaAttributesAttributeIDNotFoundBody get_dogma_attributes_attribute_id_not_found // // Not found swagger:model GetDogmaAttributesAttributeIDNotFoundBody

func (*GetDogmaAttributesAttributeIDNotFoundBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetDogmaAttributesAttributeIDNotFoundBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetDogmaAttributesAttributeIDNotFoundBody) Validate

Validate validates this get dogma attributes attribute ID not found body

type GetDogmaAttributesAttributeIDNotModified

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

GetDogmaAttributesAttributeIDNotModified handles this case with default header values.

Not modified

func NewGetDogmaAttributesAttributeIDNotModified

func NewGetDogmaAttributesAttributeIDNotModified() *GetDogmaAttributesAttributeIDNotModified

NewGetDogmaAttributesAttributeIDNotModified creates a GetDogmaAttributesAttributeIDNotModified with default headers values

func (*GetDogmaAttributesAttributeIDNotModified) Error

type GetDogmaAttributesAttributeIDOK

type GetDogmaAttributesAttributeIDOK 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 *GetDogmaAttributesAttributeIDOKBody
}

GetDogmaAttributesAttributeIDOK handles this case with default header values.

Information about a dogma attribute

func NewGetDogmaAttributesAttributeIDOK

func NewGetDogmaAttributesAttributeIDOK() *GetDogmaAttributesAttributeIDOK

NewGetDogmaAttributesAttributeIDOK creates a GetDogmaAttributesAttributeIDOK with default headers values

func (*GetDogmaAttributesAttributeIDOK) Error

func (*GetDogmaAttributesAttributeIDOK) GetPayload

type GetDogmaAttributesAttributeIDOKBody

type GetDogmaAttributesAttributeIDOKBody struct {

	// get_dogma_attributes_attribute_id_attribute_id
	//
	// attribute_id integer
	// Required: true
	AttributeID *int32 `json:"attribute_id"`

	// get_dogma_attributes_attribute_id_default_value
	//
	// default_value number
	DefaultValue float32 `json:"default_value,omitempty"`

	// get_dogma_attributes_attribute_id_description
	//
	// description string
	Description string `json:"description,omitempty"`

	// get_dogma_attributes_attribute_id_display_name
	//
	// display_name string
	DisplayName string `json:"display_name,omitempty"`

	// get_dogma_attributes_attribute_id_high_is_good
	//
	// high_is_good boolean
	HighIsGood bool `json:"high_is_good,omitempty"`

	// get_dogma_attributes_attribute_id_icon_id
	//
	// icon_id integer
	IconID int32 `json:"icon_id,omitempty"`

	// get_dogma_attributes_attribute_id_name
	//
	// name string
	Name string `json:"name,omitempty"`

	// get_dogma_attributes_attribute_id_published
	//
	// published boolean
	Published bool `json:"published,omitempty"`

	// get_dogma_attributes_attribute_id_stackable
	//
	// stackable boolean
	Stackable bool `json:"stackable,omitempty"`

	// get_dogma_attributes_attribute_id_unit_id
	//
	// unit_id integer
	UnitID int32 `json:"unit_id,omitempty"`
}

GetDogmaAttributesAttributeIDOKBody get_dogma_attributes_attribute_id_ok // // 200 ok object swagger:model GetDogmaAttributesAttributeIDOKBody

func (*GetDogmaAttributesAttributeIDOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetDogmaAttributesAttributeIDOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetDogmaAttributesAttributeIDOKBody) Validate

Validate validates this get dogma attributes attribute ID o k body

type GetDogmaAttributesAttributeIDParams

type GetDogmaAttributesAttributeIDParams struct {

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

	*/
	IfNoneMatch *string
	/*AttributeID
	  A dogma attribute ID

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

	*/
	Datasource *string

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

GetDogmaAttributesAttributeIDParams contains all the parameters to send to the API endpoint for the get dogma attributes attribute id operation typically these are written to a http.Request

func NewGetDogmaAttributesAttributeIDParams

func NewGetDogmaAttributesAttributeIDParams() *GetDogmaAttributesAttributeIDParams

NewGetDogmaAttributesAttributeIDParams creates a new GetDogmaAttributesAttributeIDParams object with the default values initialized.

func NewGetDogmaAttributesAttributeIDParamsWithContext

func NewGetDogmaAttributesAttributeIDParamsWithContext(ctx context.Context) *GetDogmaAttributesAttributeIDParams

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

func NewGetDogmaAttributesAttributeIDParamsWithHTTPClient

func NewGetDogmaAttributesAttributeIDParamsWithHTTPClient(client *http.Client) *GetDogmaAttributesAttributeIDParams

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

func NewGetDogmaAttributesAttributeIDParamsWithTimeout

func NewGetDogmaAttributesAttributeIDParamsWithTimeout(timeout time.Duration) *GetDogmaAttributesAttributeIDParams

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

func (*GetDogmaAttributesAttributeIDParams) SetAttributeID

func (o *GetDogmaAttributesAttributeIDParams) SetAttributeID(attributeID int32)

SetAttributeID adds the attributeId to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) SetContext

SetContext adds the context to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) SetDatasource

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

SetDatasource adds the datasource to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) SetTimeout

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

SetTimeout adds the timeout to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithAttributeID

WithAttributeID adds the attributeID to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithContext

WithContext adds the context to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithDatasource

WithDatasource adds the datasource to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WithTimeout

WithTimeout adds the timeout to the get dogma attributes attribute id params

func (*GetDogmaAttributesAttributeIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDogmaAttributesAttributeIDReader

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

GetDogmaAttributesAttributeIDReader is a Reader for the GetDogmaAttributesAttributeID structure.

func (*GetDogmaAttributesAttributeIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDogmaAttributesAttributeIDServiceUnavailable

type GetDogmaAttributesAttributeIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetDogmaAttributesAttributeIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetDogmaAttributesAttributeIDServiceUnavailable

func NewGetDogmaAttributesAttributeIDServiceUnavailable() *GetDogmaAttributesAttributeIDServiceUnavailable

NewGetDogmaAttributesAttributeIDServiceUnavailable creates a GetDogmaAttributesAttributeIDServiceUnavailable with default headers values

func (*GetDogmaAttributesAttributeIDServiceUnavailable) Error

func (*GetDogmaAttributesAttributeIDServiceUnavailable) GetPayload

type GetDogmaAttributesBadRequest

type GetDogmaAttributesBadRequest struct {
	Payload *esimodels.BadRequest
}

GetDogmaAttributesBadRequest handles this case with default header values.

Bad request

func NewGetDogmaAttributesBadRequest

func NewGetDogmaAttributesBadRequest() *GetDogmaAttributesBadRequest

NewGetDogmaAttributesBadRequest creates a GetDogmaAttributesBadRequest with default headers values

func (*GetDogmaAttributesBadRequest) Error

func (*GetDogmaAttributesBadRequest) GetPayload

type GetDogmaAttributesEnhanceYourCalm

type GetDogmaAttributesEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetDogmaAttributesEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetDogmaAttributesEnhanceYourCalm

func NewGetDogmaAttributesEnhanceYourCalm() *GetDogmaAttributesEnhanceYourCalm

NewGetDogmaAttributesEnhanceYourCalm creates a GetDogmaAttributesEnhanceYourCalm with default headers values

func (*GetDogmaAttributesEnhanceYourCalm) Error

func (*GetDogmaAttributesEnhanceYourCalm) GetPayload

type GetDogmaAttributesGatewayTimeout

type GetDogmaAttributesGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetDogmaAttributesGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetDogmaAttributesGatewayTimeout

func NewGetDogmaAttributesGatewayTimeout() *GetDogmaAttributesGatewayTimeout

NewGetDogmaAttributesGatewayTimeout creates a GetDogmaAttributesGatewayTimeout with default headers values

func (*GetDogmaAttributesGatewayTimeout) Error

func (*GetDogmaAttributesGatewayTimeout) GetPayload

type GetDogmaAttributesInternalServerError

type GetDogmaAttributesInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetDogmaAttributesInternalServerError handles this case with default header values.

Internal server error

func NewGetDogmaAttributesInternalServerError

func NewGetDogmaAttributesInternalServerError() *GetDogmaAttributesInternalServerError

NewGetDogmaAttributesInternalServerError creates a GetDogmaAttributesInternalServerError with default headers values

func (*GetDogmaAttributesInternalServerError) Error

func (*GetDogmaAttributesInternalServerError) GetPayload

type GetDogmaAttributesNotModified

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

GetDogmaAttributesNotModified handles this case with default header values.

Not modified

func NewGetDogmaAttributesNotModified

func NewGetDogmaAttributesNotModified() *GetDogmaAttributesNotModified

NewGetDogmaAttributesNotModified creates a GetDogmaAttributesNotModified with default headers values

func (*GetDogmaAttributesNotModified) Error

type GetDogmaAttributesOK

type GetDogmaAttributesOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []int32
}

GetDogmaAttributesOK handles this case with default header values.

A list of dogma attribute ids

func NewGetDogmaAttributesOK

func NewGetDogmaAttributesOK() *GetDogmaAttributesOK

NewGetDogmaAttributesOK creates a GetDogmaAttributesOK with default headers values

func (*GetDogmaAttributesOK) Error

func (o *GetDogmaAttributesOK) Error() string

func (*GetDogmaAttributesOK) GetPayload

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

type GetDogmaAttributesParams

type GetDogmaAttributesParams 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

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

GetDogmaAttributesParams contains all the parameters to send to the API endpoint for the get dogma attributes operation typically these are written to a http.Request

func NewGetDogmaAttributesParams

func NewGetDogmaAttributesParams() *GetDogmaAttributesParams

NewGetDogmaAttributesParams creates a new GetDogmaAttributesParams object with the default values initialized.

func NewGetDogmaAttributesParamsWithContext

func NewGetDogmaAttributesParamsWithContext(ctx context.Context) *GetDogmaAttributesParams

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

func NewGetDogmaAttributesParamsWithHTTPClient

func NewGetDogmaAttributesParamsWithHTTPClient(client *http.Client) *GetDogmaAttributesParams

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

func NewGetDogmaAttributesParamsWithTimeout

func NewGetDogmaAttributesParamsWithTimeout(timeout time.Duration) *GetDogmaAttributesParams

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

func (*GetDogmaAttributesParams) SetContext

func (o *GetDogmaAttributesParams) SetContext(ctx context.Context)

SetContext adds the context to the get dogma attributes params

func (*GetDogmaAttributesParams) SetDatasource

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

SetDatasource adds the datasource to the get dogma attributes params

func (*GetDogmaAttributesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dogma attributes params

func (*GetDogmaAttributesParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get dogma attributes params

func (*GetDogmaAttributesParams) SetTimeout

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

SetTimeout adds the timeout to the get dogma attributes params

func (*GetDogmaAttributesParams) WithContext

WithContext adds the context to the get dogma attributes params

func (*GetDogmaAttributesParams) WithDatasource

func (o *GetDogmaAttributesParams) WithDatasource(datasource *string) *GetDogmaAttributesParams

WithDatasource adds the datasource to the get dogma attributes params

func (*GetDogmaAttributesParams) WithHTTPClient

func (o *GetDogmaAttributesParams) WithHTTPClient(client *http.Client) *GetDogmaAttributesParams

WithHTTPClient adds the HTTPClient to the get dogma attributes params

func (*GetDogmaAttributesParams) WithIfNoneMatch

func (o *GetDogmaAttributesParams) WithIfNoneMatch(ifNoneMatch *string) *GetDogmaAttributesParams

WithIfNoneMatch adds the ifNoneMatch to the get dogma attributes params

func (*GetDogmaAttributesParams) WithTimeout

WithTimeout adds the timeout to the get dogma attributes params

func (*GetDogmaAttributesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDogmaAttributesReader

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

GetDogmaAttributesReader is a Reader for the GetDogmaAttributes structure.

func (*GetDogmaAttributesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDogmaAttributesServiceUnavailable

type GetDogmaAttributesServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetDogmaAttributesServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetDogmaAttributesServiceUnavailable

func NewGetDogmaAttributesServiceUnavailable() *GetDogmaAttributesServiceUnavailable

NewGetDogmaAttributesServiceUnavailable creates a GetDogmaAttributesServiceUnavailable with default headers values

func (*GetDogmaAttributesServiceUnavailable) Error

func (*GetDogmaAttributesServiceUnavailable) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDBadRequest

type GetDogmaDynamicItemsTypeIDItemIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetDogmaDynamicItemsTypeIDItemIDBadRequest handles this case with default header values.

Bad request

func NewGetDogmaDynamicItemsTypeIDItemIDBadRequest

func NewGetDogmaDynamicItemsTypeIDItemIDBadRequest() *GetDogmaDynamicItemsTypeIDItemIDBadRequest

NewGetDogmaDynamicItemsTypeIDItemIDBadRequest creates a GetDogmaDynamicItemsTypeIDItemIDBadRequest with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDBadRequest) Error

func (*GetDogmaDynamicItemsTypeIDItemIDBadRequest) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm

type GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm

func NewGetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm() *GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm

NewGetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm creates a GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm) Error

func (*GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout

type GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetDogmaDynamicItemsTypeIDItemIDGatewayTimeout

func NewGetDogmaDynamicItemsTypeIDItemIDGatewayTimeout() *GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout

NewGetDogmaDynamicItemsTypeIDItemIDGatewayTimeout creates a GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout) Error

func (*GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDInternalServerError

type GetDogmaDynamicItemsTypeIDItemIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetDogmaDynamicItemsTypeIDItemIDInternalServerError handles this case with default header values.

Internal server error

func NewGetDogmaDynamicItemsTypeIDItemIDInternalServerError

func NewGetDogmaDynamicItemsTypeIDItemIDInternalServerError() *GetDogmaDynamicItemsTypeIDItemIDInternalServerError

NewGetDogmaDynamicItemsTypeIDItemIDInternalServerError creates a GetDogmaDynamicItemsTypeIDItemIDInternalServerError with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDInternalServerError) Error

func (*GetDogmaDynamicItemsTypeIDItemIDInternalServerError) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDNotFound

type GetDogmaDynamicItemsTypeIDItemIDNotFound struct {
	Payload *GetDogmaDynamicItemsTypeIDItemIDNotFoundBody
}

GetDogmaDynamicItemsTypeIDItemIDNotFound handles this case with default header values.

Item not found

func NewGetDogmaDynamicItemsTypeIDItemIDNotFound

func NewGetDogmaDynamicItemsTypeIDItemIDNotFound() *GetDogmaDynamicItemsTypeIDItemIDNotFound

NewGetDogmaDynamicItemsTypeIDItemIDNotFound creates a GetDogmaDynamicItemsTypeIDItemIDNotFound with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDNotFound) Error

func (*GetDogmaDynamicItemsTypeIDItemIDNotFound) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDNotFoundBody

type GetDogmaDynamicItemsTypeIDItemIDNotFoundBody struct {

	// get_dogma_dynamic_items_type_id_item_id_404_not_found
	//
	// Not found message
	Error string `json:"error,omitempty"`
}

GetDogmaDynamicItemsTypeIDItemIDNotFoundBody get_dogma_dynamic_items_type_id_item_id_not_found // // Not found swagger:model GetDogmaDynamicItemsTypeIDItemIDNotFoundBody

func (*GetDogmaDynamicItemsTypeIDItemIDNotFoundBody) MarshalBinary

MarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDNotFoundBody) UnmarshalBinary

UnmarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDNotFoundBody) Validate

Validate validates this get dogma dynamic items type ID item ID not found body

type GetDogmaDynamicItemsTypeIDItemIDNotModified

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

GetDogmaDynamicItemsTypeIDItemIDNotModified handles this case with default header values.

Not modified

func NewGetDogmaDynamicItemsTypeIDItemIDNotModified

func NewGetDogmaDynamicItemsTypeIDItemIDNotModified() *GetDogmaDynamicItemsTypeIDItemIDNotModified

NewGetDogmaDynamicItemsTypeIDItemIDNotModified creates a GetDogmaDynamicItemsTypeIDItemIDNotModified with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDNotModified) Error

type GetDogmaDynamicItemsTypeIDItemIDOK

type GetDogmaDynamicItemsTypeIDItemIDOK 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 *GetDogmaDynamicItemsTypeIDItemIDOKBody
}

GetDogmaDynamicItemsTypeIDItemIDOK handles this case with default header values.

Details about a dynamic item

func NewGetDogmaDynamicItemsTypeIDItemIDOK

func NewGetDogmaDynamicItemsTypeIDItemIDOK() *GetDogmaDynamicItemsTypeIDItemIDOK

NewGetDogmaDynamicItemsTypeIDItemIDOK creates a GetDogmaDynamicItemsTypeIDItemIDOK with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDOK) Error

func (*GetDogmaDynamicItemsTypeIDItemIDOK) GetPayload

type GetDogmaDynamicItemsTypeIDItemIDOKBody

type GetDogmaDynamicItemsTypeIDItemIDOKBody struct {

	// get_dogma_dynamic_items_type_id_item_id_created_by
	//
	// The ID of the character who created the item
	// Required: true
	CreatedBy *int32 `json:"created_by"`

	// get_dogma_dynamic_items_type_id_item_id_dogma_attributes
	//
	// dogma_attributes array
	// Required: true
	// Max Items: 1000
	DogmaAttributes []*DogmaAttributesItems0 `json:"dogma_attributes"`

	// get_dogma_dynamic_items_type_id_item_id_dogma_effects
	//
	// dogma_effects array
	// Required: true
	// Max Items: 1000
	DogmaEffects []*DogmaEffectsItems0 `json:"dogma_effects"`

	// get_dogma_dynamic_items_type_id_item_id_mutator_type_id
	//
	// The type ID of the mutator used to generate the dynamic item.
	// Required: true
	MutatorTypeID *int32 `json:"mutator_type_id"`

	// get_dogma_dynamic_items_type_id_item_id_source_type_id
	//
	// The type ID of the source item the mutator was applied to create the dynamic item.
	// Required: true
	SourceTypeID *int32 `json:"source_type_id"`
}

GetDogmaDynamicItemsTypeIDItemIDOKBody get_dogma_dynamic_items_type_id_item_id_ok // // 200 ok object swagger:model GetDogmaDynamicItemsTypeIDItemIDOKBody

func (*GetDogmaDynamicItemsTypeIDItemIDOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBody) Validate

Validate validates this get dogma dynamic items type ID item ID o k body

type GetDogmaDynamicItemsTypeIDItemIDParams

type GetDogmaDynamicItemsTypeIDItemIDParams 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
	/*ItemID
	  item_id integer

	*/
	ItemID int64
	/*TypeID
	  type_id integer

	*/
	TypeID int32

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

GetDogmaDynamicItemsTypeIDItemIDParams contains all the parameters to send to the API endpoint for the get dogma dynamic items type id item id operation typically these are written to a http.Request

func NewGetDogmaDynamicItemsTypeIDItemIDParams

func NewGetDogmaDynamicItemsTypeIDItemIDParams() *GetDogmaDynamicItemsTypeIDItemIDParams

NewGetDogmaDynamicItemsTypeIDItemIDParams creates a new GetDogmaDynamicItemsTypeIDItemIDParams object with the default values initialized.

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithContext

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithContext(ctx context.Context) *GetDogmaDynamicItemsTypeIDItemIDParams

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

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithHTTPClient

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithHTTPClient(client *http.Client) *GetDogmaDynamicItemsTypeIDItemIDParams

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

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithTimeout

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithTimeout(timeout time.Duration) *GetDogmaDynamicItemsTypeIDItemIDParams

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

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetContext

SetContext adds the context to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetDatasource

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

SetDatasource adds the datasource to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetItemID

func (o *GetDogmaDynamicItemsTypeIDItemIDParams) SetItemID(itemID int64)

SetItemID adds the itemId to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetTimeout

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

SetTimeout adds the timeout to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) SetTypeID

func (o *GetDogmaDynamicItemsTypeIDItemIDParams) SetTypeID(typeID int32)

SetTypeID adds the typeId to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithContext

WithContext adds the context to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithDatasource

WithDatasource adds the datasource to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithIfNoneMatch

WithIfNoneMatch adds the ifNoneMatch to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithItemID

WithItemID adds the itemID to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithTimeout

WithTimeout adds the timeout to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WithTypeID

WithTypeID adds the typeID to the get dogma dynamic items type id item id params

func (*GetDogmaDynamicItemsTypeIDItemIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDogmaDynamicItemsTypeIDItemIDReader

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

GetDogmaDynamicItemsTypeIDItemIDReader is a Reader for the GetDogmaDynamicItemsTypeIDItemID structure.

func (*GetDogmaDynamicItemsTypeIDItemIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable

type GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetDogmaDynamicItemsTypeIDItemIDServiceUnavailable

func NewGetDogmaDynamicItemsTypeIDItemIDServiceUnavailable() *GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable

NewGetDogmaDynamicItemsTypeIDItemIDServiceUnavailable creates a GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable with default headers values

func (*GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable) Error

func (*GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable) GetPayload

type GetDogmaEffectsBadRequest

type GetDogmaEffectsBadRequest struct {
	Payload *esimodels.BadRequest
}

GetDogmaEffectsBadRequest handles this case with default header values.

Bad request

func NewGetDogmaEffectsBadRequest

func NewGetDogmaEffectsBadRequest() *GetDogmaEffectsBadRequest

NewGetDogmaEffectsBadRequest creates a GetDogmaEffectsBadRequest with default headers values

func (*GetDogmaEffectsBadRequest) Error

func (o *GetDogmaEffectsBadRequest) Error() string

func (*GetDogmaEffectsBadRequest) GetPayload

type GetDogmaEffectsEffectIDBadRequest

type GetDogmaEffectsEffectIDBadRequest struct {
	Payload *esimodels.BadRequest
}

GetDogmaEffectsEffectIDBadRequest handles this case with default header values.

Bad request

func NewGetDogmaEffectsEffectIDBadRequest

func NewGetDogmaEffectsEffectIDBadRequest() *GetDogmaEffectsEffectIDBadRequest

NewGetDogmaEffectsEffectIDBadRequest creates a GetDogmaEffectsEffectIDBadRequest with default headers values

func (*GetDogmaEffectsEffectIDBadRequest) Error

func (*GetDogmaEffectsEffectIDBadRequest) GetPayload

type GetDogmaEffectsEffectIDEnhanceYourCalm

type GetDogmaEffectsEffectIDEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetDogmaEffectsEffectIDEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetDogmaEffectsEffectIDEnhanceYourCalm

func NewGetDogmaEffectsEffectIDEnhanceYourCalm() *GetDogmaEffectsEffectIDEnhanceYourCalm

NewGetDogmaEffectsEffectIDEnhanceYourCalm creates a GetDogmaEffectsEffectIDEnhanceYourCalm with default headers values

func (*GetDogmaEffectsEffectIDEnhanceYourCalm) Error

func (*GetDogmaEffectsEffectIDEnhanceYourCalm) GetPayload

type GetDogmaEffectsEffectIDGatewayTimeout

type GetDogmaEffectsEffectIDGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetDogmaEffectsEffectIDGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetDogmaEffectsEffectIDGatewayTimeout

func NewGetDogmaEffectsEffectIDGatewayTimeout() *GetDogmaEffectsEffectIDGatewayTimeout

NewGetDogmaEffectsEffectIDGatewayTimeout creates a GetDogmaEffectsEffectIDGatewayTimeout with default headers values

func (*GetDogmaEffectsEffectIDGatewayTimeout) Error

func (*GetDogmaEffectsEffectIDGatewayTimeout) GetPayload

type GetDogmaEffectsEffectIDInternalServerError

type GetDogmaEffectsEffectIDInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetDogmaEffectsEffectIDInternalServerError handles this case with default header values.

Internal server error

func NewGetDogmaEffectsEffectIDInternalServerError

func NewGetDogmaEffectsEffectIDInternalServerError() *GetDogmaEffectsEffectIDInternalServerError

NewGetDogmaEffectsEffectIDInternalServerError creates a GetDogmaEffectsEffectIDInternalServerError with default headers values

func (*GetDogmaEffectsEffectIDInternalServerError) Error

func (*GetDogmaEffectsEffectIDInternalServerError) GetPayload

type GetDogmaEffectsEffectIDNotFound

type GetDogmaEffectsEffectIDNotFound struct {
	Payload *GetDogmaEffectsEffectIDNotFoundBody
}

GetDogmaEffectsEffectIDNotFound handles this case with default header values.

Dogma effect not found

func NewGetDogmaEffectsEffectIDNotFound

func NewGetDogmaEffectsEffectIDNotFound() *GetDogmaEffectsEffectIDNotFound

NewGetDogmaEffectsEffectIDNotFound creates a GetDogmaEffectsEffectIDNotFound with default headers values

func (*GetDogmaEffectsEffectIDNotFound) Error

func (*GetDogmaEffectsEffectIDNotFound) GetPayload

type GetDogmaEffectsEffectIDNotFoundBody

type GetDogmaEffectsEffectIDNotFoundBody struct {

	// get_dogma_effects_effect_id_404_not_found
	//
	// Not found message
	Error string `json:"error,omitempty"`
}

GetDogmaEffectsEffectIDNotFoundBody get_dogma_effects_effect_id_not_found // // Not found swagger:model GetDogmaEffectsEffectIDNotFoundBody

func (*GetDogmaEffectsEffectIDNotFoundBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDNotFoundBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDNotFoundBody) Validate

Validate validates this get dogma effects effect ID not found body

type GetDogmaEffectsEffectIDNotModified

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

GetDogmaEffectsEffectIDNotModified handles this case with default header values.

Not modified

func NewGetDogmaEffectsEffectIDNotModified

func NewGetDogmaEffectsEffectIDNotModified() *GetDogmaEffectsEffectIDNotModified

NewGetDogmaEffectsEffectIDNotModified creates a GetDogmaEffectsEffectIDNotModified with default headers values

func (*GetDogmaEffectsEffectIDNotModified) Error

type GetDogmaEffectsEffectIDOK

type GetDogmaEffectsEffectIDOK 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 *GetDogmaEffectsEffectIDOKBody
}

GetDogmaEffectsEffectIDOK handles this case with default header values.

Information about a dogma effect

func NewGetDogmaEffectsEffectIDOK

func NewGetDogmaEffectsEffectIDOK() *GetDogmaEffectsEffectIDOK

NewGetDogmaEffectsEffectIDOK creates a GetDogmaEffectsEffectIDOK with default headers values

func (*GetDogmaEffectsEffectIDOK) Error

func (o *GetDogmaEffectsEffectIDOK) Error() string

func (*GetDogmaEffectsEffectIDOK) GetPayload

type GetDogmaEffectsEffectIDOKBody

type GetDogmaEffectsEffectIDOKBody struct {

	// get_dogma_effects_effect_id_description
	//
	// description string
	Description string `json:"description,omitempty"`

	// get_dogma_effects_effect_id_disallow_auto_repeat
	//
	// disallow_auto_repeat boolean
	DisallowAutoRepeat bool `json:"disallow_auto_repeat,omitempty"`

	// get_dogma_effects_effect_id_discharge_attribute_id
	//
	// discharge_attribute_id integer
	DischargeAttributeID int32 `json:"discharge_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_display_name
	//
	// display_name string
	DisplayName string `json:"display_name,omitempty"`

	// get_dogma_effects_effect_id_duration_attribute_id
	//
	// duration_attribute_id integer
	DurationAttributeID int32 `json:"duration_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_effect_category
	//
	// effect_category integer
	EffectCategory int32 `json:"effect_category,omitempty"`

	// get_dogma_effects_effect_id_effect_id
	//
	// effect_id integer
	// Required: true
	EffectID *int32 `json:"effect_id"`

	// get_dogma_effects_effect_id_electronic_chance
	//
	// electronic_chance boolean
	ElectronicChance bool `json:"electronic_chance,omitempty"`

	// get_dogma_effects_effect_id_falloff_attribute_id
	//
	// falloff_attribute_id integer
	FalloffAttributeID int32 `json:"falloff_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_icon_id
	//
	// icon_id integer
	IconID int32 `json:"icon_id,omitempty"`

	// get_dogma_effects_effect_id_is_assistance
	//
	// is_assistance boolean
	IsAssistance bool `json:"is_assistance,omitempty"`

	// get_dogma_effects_effect_id_is_offensive
	//
	// is_offensive boolean
	IsOffensive bool `json:"is_offensive,omitempty"`

	// get_dogma_effects_effect_id_is_warp_safe
	//
	// is_warp_safe boolean
	IsWarpSafe bool `json:"is_warp_safe,omitempty"`

	// get_dogma_effects_effect_id_modifiers
	//
	// modifiers array
	// Max Items: 100
	Modifiers []*ModifiersItems0 `json:"modifiers"`

	// get_dogma_effects_effect_id_name
	//
	// name string
	Name string `json:"name,omitempty"`

	// get_dogma_effects_effect_id_post_expression
	//
	// post_expression integer
	PostExpression int32 `json:"post_expression,omitempty"`

	// get_dogma_effects_effect_id_pre_expression
	//
	// pre_expression integer
	PreExpression int32 `json:"pre_expression,omitempty"`

	// get_dogma_effects_effect_id_published
	//
	// published boolean
	Published bool `json:"published,omitempty"`

	// get_dogma_effects_effect_id_range_attribute_id
	//
	// range_attribute_id integer
	RangeAttributeID int32 `json:"range_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_range_chance
	//
	// range_chance boolean
	RangeChance bool `json:"range_chance,omitempty"`

	// get_dogma_effects_effect_id_tracking_speed_attribute_id
	//
	// tracking_speed_attribute_id integer
	TrackingSpeedAttributeID int32 `json:"tracking_speed_attribute_id,omitempty"`
}

GetDogmaEffectsEffectIDOKBody get_dogma_effects_effect_id_ok // // 200 ok object swagger:model GetDogmaEffectsEffectIDOKBody

func (*GetDogmaEffectsEffectIDOKBody) MarshalBinary

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

MarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDOKBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDOKBody) Validate

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

Validate validates this get dogma effects effect ID o k body

type GetDogmaEffectsEffectIDParams

type GetDogmaEffectsEffectIDParams 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
	/*EffectID
	  A dogma effect ID

	*/
	EffectID int32

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

GetDogmaEffectsEffectIDParams contains all the parameters to send to the API endpoint for the get dogma effects effect id operation typically these are written to a http.Request

func NewGetDogmaEffectsEffectIDParams

func NewGetDogmaEffectsEffectIDParams() *GetDogmaEffectsEffectIDParams

NewGetDogmaEffectsEffectIDParams creates a new GetDogmaEffectsEffectIDParams object with the default values initialized.

func NewGetDogmaEffectsEffectIDParamsWithContext

func NewGetDogmaEffectsEffectIDParamsWithContext(ctx context.Context) *GetDogmaEffectsEffectIDParams

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

func NewGetDogmaEffectsEffectIDParamsWithHTTPClient

func NewGetDogmaEffectsEffectIDParamsWithHTTPClient(client *http.Client) *GetDogmaEffectsEffectIDParams

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

func NewGetDogmaEffectsEffectIDParamsWithTimeout

func NewGetDogmaEffectsEffectIDParamsWithTimeout(timeout time.Duration) *GetDogmaEffectsEffectIDParams

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

func (*GetDogmaEffectsEffectIDParams) SetContext

func (o *GetDogmaEffectsEffectIDParams) SetContext(ctx context.Context)

SetContext adds the context to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) SetDatasource

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

SetDatasource adds the datasource to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) SetEffectID

func (o *GetDogmaEffectsEffectIDParams) SetEffectID(effectID int32)

SetEffectID adds the effectId to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) SetTimeout

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

SetTimeout adds the timeout to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithContext

WithContext adds the context to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithDatasource

func (o *GetDogmaEffectsEffectIDParams) WithDatasource(datasource *string) *GetDogmaEffectsEffectIDParams

WithDatasource adds the datasource to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithEffectID

WithEffectID adds the effectID to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithIfNoneMatch

func (o *GetDogmaEffectsEffectIDParams) WithIfNoneMatch(ifNoneMatch *string) *GetDogmaEffectsEffectIDParams

WithIfNoneMatch adds the ifNoneMatch to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WithTimeout

WithTimeout adds the timeout to the get dogma effects effect id params

func (*GetDogmaEffectsEffectIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDogmaEffectsEffectIDReader

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

GetDogmaEffectsEffectIDReader is a Reader for the GetDogmaEffectsEffectID structure.

func (*GetDogmaEffectsEffectIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDogmaEffectsEffectIDServiceUnavailable

type GetDogmaEffectsEffectIDServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetDogmaEffectsEffectIDServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetDogmaEffectsEffectIDServiceUnavailable

func NewGetDogmaEffectsEffectIDServiceUnavailable() *GetDogmaEffectsEffectIDServiceUnavailable

NewGetDogmaEffectsEffectIDServiceUnavailable creates a GetDogmaEffectsEffectIDServiceUnavailable with default headers values

func (*GetDogmaEffectsEffectIDServiceUnavailable) Error

func (*GetDogmaEffectsEffectIDServiceUnavailable) GetPayload

type GetDogmaEffectsEnhanceYourCalm

type GetDogmaEffectsEnhanceYourCalm struct {
	Payload *esimodels.ErrorLimited
}

GetDogmaEffectsEnhanceYourCalm handles this case with default header values.

Error limited

func NewGetDogmaEffectsEnhanceYourCalm

func NewGetDogmaEffectsEnhanceYourCalm() *GetDogmaEffectsEnhanceYourCalm

NewGetDogmaEffectsEnhanceYourCalm creates a GetDogmaEffectsEnhanceYourCalm with default headers values

func (*GetDogmaEffectsEnhanceYourCalm) Error

func (*GetDogmaEffectsEnhanceYourCalm) GetPayload

type GetDogmaEffectsGatewayTimeout

type GetDogmaEffectsGatewayTimeout struct {
	Payload *esimodels.GatewayTimeout
}

GetDogmaEffectsGatewayTimeout handles this case with default header values.

Gateway timeout

func NewGetDogmaEffectsGatewayTimeout

func NewGetDogmaEffectsGatewayTimeout() *GetDogmaEffectsGatewayTimeout

NewGetDogmaEffectsGatewayTimeout creates a GetDogmaEffectsGatewayTimeout with default headers values

func (*GetDogmaEffectsGatewayTimeout) Error

func (*GetDogmaEffectsGatewayTimeout) GetPayload

type GetDogmaEffectsInternalServerError

type GetDogmaEffectsInternalServerError struct {
	Payload *esimodels.InternalServerError
}

GetDogmaEffectsInternalServerError handles this case with default header values.

Internal server error

func NewGetDogmaEffectsInternalServerError

func NewGetDogmaEffectsInternalServerError() *GetDogmaEffectsInternalServerError

NewGetDogmaEffectsInternalServerError creates a GetDogmaEffectsInternalServerError with default headers values

func (*GetDogmaEffectsInternalServerError) Error

func (*GetDogmaEffectsInternalServerError) GetPayload

type GetDogmaEffectsNotModified

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

GetDogmaEffectsNotModified handles this case with default header values.

Not modified

func NewGetDogmaEffectsNotModified

func NewGetDogmaEffectsNotModified() *GetDogmaEffectsNotModified

NewGetDogmaEffectsNotModified creates a GetDogmaEffectsNotModified with default headers values

func (*GetDogmaEffectsNotModified) Error

type GetDogmaEffectsOK

type GetDogmaEffectsOK struct {
	/*The caching mechanism used
	 */
	CacheControl string
	/*RFC7232 compliant entity tag
	 */
	ETag string
	/*RFC7231 formatted datetime string
	 */
	Expires string
	/*RFC7231 formatted datetime string
	 */
	LastModified string

	Payload []int32
}

GetDogmaEffectsOK handles this case with default header values.

A list of dogma effect ids

func NewGetDogmaEffectsOK

func NewGetDogmaEffectsOK() *GetDogmaEffectsOK

NewGetDogmaEffectsOK creates a GetDogmaEffectsOK with default headers values

func (*GetDogmaEffectsOK) Error

func (o *GetDogmaEffectsOK) Error() string

func (*GetDogmaEffectsOK) GetPayload

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

type GetDogmaEffectsParams

type GetDogmaEffectsParams 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

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

GetDogmaEffectsParams contains all the parameters to send to the API endpoint for the get dogma effects operation typically these are written to a http.Request

func NewGetDogmaEffectsParams

func NewGetDogmaEffectsParams() *GetDogmaEffectsParams

NewGetDogmaEffectsParams creates a new GetDogmaEffectsParams object with the default values initialized.

func NewGetDogmaEffectsParamsWithContext

func NewGetDogmaEffectsParamsWithContext(ctx context.Context) *GetDogmaEffectsParams

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

func NewGetDogmaEffectsParamsWithHTTPClient

func NewGetDogmaEffectsParamsWithHTTPClient(client *http.Client) *GetDogmaEffectsParams

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

func NewGetDogmaEffectsParamsWithTimeout

func NewGetDogmaEffectsParamsWithTimeout(timeout time.Duration) *GetDogmaEffectsParams

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

func (*GetDogmaEffectsParams) SetContext

func (o *GetDogmaEffectsParams) SetContext(ctx context.Context)

SetContext adds the context to the get dogma effects params

func (*GetDogmaEffectsParams) SetDatasource

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

SetDatasource adds the datasource to the get dogma effects params

func (*GetDogmaEffectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get dogma effects params

func (*GetDogmaEffectsParams) SetIfNoneMatch

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

SetIfNoneMatch adds the ifNoneMatch to the get dogma effects params

func (*GetDogmaEffectsParams) SetTimeout

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

SetTimeout adds the timeout to the get dogma effects params

func (*GetDogmaEffectsParams) WithContext

WithContext adds the context to the get dogma effects params

func (*GetDogmaEffectsParams) WithDatasource

func (o *GetDogmaEffectsParams) WithDatasource(datasource *string) *GetDogmaEffectsParams

WithDatasource adds the datasource to the get dogma effects params

func (*GetDogmaEffectsParams) WithHTTPClient

func (o *GetDogmaEffectsParams) WithHTTPClient(client *http.Client) *GetDogmaEffectsParams

WithHTTPClient adds the HTTPClient to the get dogma effects params

func (*GetDogmaEffectsParams) WithIfNoneMatch

func (o *GetDogmaEffectsParams) WithIfNoneMatch(ifNoneMatch *string) *GetDogmaEffectsParams

WithIfNoneMatch adds the ifNoneMatch to the get dogma effects params

func (*GetDogmaEffectsParams) WithTimeout

func (o *GetDogmaEffectsParams) WithTimeout(timeout time.Duration) *GetDogmaEffectsParams

WithTimeout adds the timeout to the get dogma effects params

func (*GetDogmaEffectsParams) WriteToRequest

func (o *GetDogmaEffectsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDogmaEffectsReader

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

GetDogmaEffectsReader is a Reader for the GetDogmaEffects structure.

func (*GetDogmaEffectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDogmaEffectsServiceUnavailable

type GetDogmaEffectsServiceUnavailable struct {
	Payload *esimodels.ServiceUnavailable
}

GetDogmaEffectsServiceUnavailable handles this case with default header values.

Service unavailable

func NewGetDogmaEffectsServiceUnavailable

func NewGetDogmaEffectsServiceUnavailable() *GetDogmaEffectsServiceUnavailable

NewGetDogmaEffectsServiceUnavailable creates a GetDogmaEffectsServiceUnavailable with default headers values

func (*GetDogmaEffectsServiceUnavailable) Error

func (*GetDogmaEffectsServiceUnavailable) GetPayload

type ModifiersItems0

type ModifiersItems0 struct {

	// get_dogma_effects_effect_id_domain
	//
	// domain string
	Domain string `json:"domain,omitempty"`

	// get_dogma_effects_effect_id_modifier_effect_id
	//
	// effect_id integer
	EffectID int32 `json:"effect_id,omitempty"`

	// get_dogma_effects_effect_id_func
	//
	// func string
	// Required: true
	Func *string `json:"func"`

	// get_dogma_effects_effect_id_modified_attribute_id
	//
	// modified_attribute_id integer
	ModifiedAttributeID int32 `json:"modified_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_modifying_attribute_id
	//
	// modifying_attribute_id integer
	ModifyingAttributeID int32 `json:"modifying_attribute_id,omitempty"`

	// get_dogma_effects_effect_id_operator
	//
	// operator integer
	Operator int32 `json:"operator,omitempty"`
}

ModifiersItems0 get_dogma_effects_effect_id_modifier // // modifier object swagger:model ModifiersItems0

func (*ModifiersItems0) MarshalBinary

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

MarshalBinary interface implementation

func (*ModifiersItems0) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ModifiersItems0) Validate

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

Validate validates this modifiers items0

Jump to

Keyboard shortcuts

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