dogma

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2021 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 GetDogmaAttributesAttributeIDBadRequest

type GetDogmaAttributesAttributeIDBadRequest struct {
	Payload *models.BadRequest
}
GetDogmaAttributesAttributeIDBadRequest describes a response with status code 400, 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 *models.ErrorLimited
}
GetDogmaAttributesAttributeIDEnhanceYourCalm describes a response with status code 420, 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 *models.GatewayTimeout
}
GetDogmaAttributesAttributeIDGatewayTimeout describes a response with status code 504, 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 *models.InternalServerError
}
GetDogmaAttributesAttributeIDInternalServerError describes a response with status code 500, 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 describes a response with status code 404, 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) ContextValidate added in v0.3.0

ContextValidate validates this get dogma attributes attribute ID not found body based on context it is used

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 describes a response with status code 304, 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 describes a response with status code 200, 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) ContextValidate added in v0.3.0

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

ContextValidate validates this get dogma attributes attribute ID o k body based on context it is used

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

	   Format: int32
	*/
	AttributeID int32

	/* Datasource.

	   The server name you would like data from

	   Default: "tranquility"
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDogmaAttributesAttributeIDParamsWithContext

func NewGetDogmaAttributesAttributeIDParamsWithContext(ctx context.Context) *GetDogmaAttributesAttributeIDParams

NewGetDogmaAttributesAttributeIDParamsWithContext creates a new GetDogmaAttributesAttributeIDParams object with 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 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 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) SetDefaults added in v0.3.0

func (o *GetDogmaAttributesAttributeIDParams) SetDefaults()

SetDefaults hydrates default values in the get dogma attributes attribute id params (not the query body).

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

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) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get dogma attributes attribute id params (not the query body).

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

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 *models.ServiceUnavailable
}
GetDogmaAttributesAttributeIDServiceUnavailable describes a response with status code 503, 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 *models.BadRequest
}
GetDogmaAttributesBadRequest describes a response with status code 400, 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 *models.ErrorLimited
}
GetDogmaAttributesEnhanceYourCalm describes a response with status code 420, 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 *models.GatewayTimeout
}
GetDogmaAttributesGatewayTimeout describes a response with status code 504, 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 *models.InternalServerError
}
GetDogmaAttributesInternalServerError describes a response with status code 500, 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 describes a response with status code 304, 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 describes a response with status code 200, 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

	   Default: "tranquility"
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDogmaAttributesParamsWithContext

func NewGetDogmaAttributesParamsWithContext(ctx context.Context) *GetDogmaAttributesParams

NewGetDogmaAttributesParamsWithContext creates a new GetDogmaAttributesParams object with 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 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 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) SetDefaults added in v0.3.0

func (o *GetDogmaAttributesParams) SetDefaults()

SetDefaults hydrates default values in the get dogma attributes params (not the query body).

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

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) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get dogma attributes params (not the query body).

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

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 *models.ServiceUnavailable
}
GetDogmaAttributesServiceUnavailable describes a response with status code 503, 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 *models.BadRequest
}
GetDogmaDynamicItemsTypeIDItemIDBadRequest describes a response with status code 400, 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 *models.ErrorLimited
}
GetDogmaDynamicItemsTypeIDItemIDEnhanceYourCalm describes a response with status code 420, 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 *models.GatewayTimeout
}
GetDogmaDynamicItemsTypeIDItemIDGatewayTimeout describes a response with status code 504, 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 *models.InternalServerError
}
GetDogmaDynamicItemsTypeIDItemIDInternalServerError describes a response with status code 500, 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 describes a response with status code 404, 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) ContextValidate added in v0.3.0

ContextValidate validates this get dogma dynamic items type ID item ID not found body based on context it is used

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 describes a response with status code 304, 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 describes a response with status code 200, 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 []*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0 `json:"dogma_attributes"`

	// get_dogma_dynamic_items_type_id_item_id_dogma_effects
	//
	// dogma_effects array
	// Required: true
	// Max Items: 1000
	DogmaEffects []*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0 `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) ContextValidate added in v0.3.0

ContextValidate validate this get dogma dynamic items type ID item ID o k body based on the context it is used

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 GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0 added in v0.3.0

type GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0 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"`
}

GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0 get_dogma_dynamic_items_type_id_item_id_dogma_attribute // // dogma_attribute object swagger:model GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0) ContextValidate added in v0.3.0

ContextValidate validates this get dogma dynamic items type ID item ID o k body dogma attributes items0 based on context it is used

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0) MarshalBinary added in v0.3.0

MarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0) UnmarshalBinary added in v0.3.0

UnmarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaAttributesItems0) Validate added in v0.3.0

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

type GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0 added in v0.3.0

type GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0 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"`
}

GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0 get_dogma_dynamic_items_type_id_item_id_dogma_effect // // dogma_effect object swagger:model GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0) ContextValidate added in v0.3.0

ContextValidate validates this get dogma dynamic items type ID item ID o k body dogma effects items0 based on context it is used

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0) MarshalBinary added in v0.3.0

MarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0) UnmarshalBinary added in v0.3.0

UnmarshalBinary interface implementation

func (*GetDogmaDynamicItemsTypeIDItemIDOKBodyDogmaEffectsItems0) Validate added in v0.3.0

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

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

	   Default: "tranquility"
	*/
	Datasource *string

	/* ItemID.

	   item_id integer

	   Format: int64
	*/
	ItemID int64

	/* TypeID.

	   type_id integer

	   Format: int32
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithContext

func NewGetDogmaDynamicItemsTypeIDItemIDParamsWithContext(ctx context.Context) *GetDogmaDynamicItemsTypeIDItemIDParams

NewGetDogmaDynamicItemsTypeIDItemIDParamsWithContext creates a new GetDogmaDynamicItemsTypeIDItemIDParams object with 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 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 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) SetDefaults added in v0.3.0

func (o *GetDogmaDynamicItemsTypeIDItemIDParams) SetDefaults()

SetDefaults hydrates default values in the get dogma dynamic items type id item id params (not the query body).

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

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) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get dogma dynamic items type id item id params (not the query body).

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

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 *models.ServiceUnavailable
}
GetDogmaDynamicItemsTypeIDItemIDServiceUnavailable describes a response with status code 503, 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 *models.BadRequest
}
GetDogmaEffectsBadRequest describes a response with status code 400, 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

func (o *GetDogmaEffectsBadRequest) GetPayload() *models.BadRequest

type GetDogmaEffectsEffectIDBadRequest

type GetDogmaEffectsEffectIDBadRequest struct {
	Payload *models.BadRequest
}
GetDogmaEffectsEffectIDBadRequest describes a response with status code 400, 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 *models.ErrorLimited
}
GetDogmaEffectsEffectIDEnhanceYourCalm describes a response with status code 420, 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 *models.GatewayTimeout
}
GetDogmaEffectsEffectIDGatewayTimeout describes a response with status code 504, 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 *models.InternalServerError
}
GetDogmaEffectsEffectIDInternalServerError describes a response with status code 500, 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 describes a response with status code 404, 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) ContextValidate added in v0.3.0

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

ContextValidate validates this get dogma effects effect ID not found body based on context it is used

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 describes a response with status code 304, 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 describes a response with status code 200, 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 []*GetDogmaEffectsEffectIDOKBodyModifiersItems0 `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) ContextValidate added in v0.3.0

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

ContextValidate validate this get dogma effects effect ID o k body based on the context it is used

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 GetDogmaEffectsEffectIDOKBodyModifiersItems0 added in v0.3.0

type GetDogmaEffectsEffectIDOKBodyModifiersItems0 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"`
}

GetDogmaEffectsEffectIDOKBodyModifiersItems0 get_dogma_effects_effect_id_modifier // // modifier object swagger:model GetDogmaEffectsEffectIDOKBodyModifiersItems0

func (*GetDogmaEffectsEffectIDOKBodyModifiersItems0) ContextValidate added in v0.3.0

ContextValidate validates this get dogma effects effect ID o k body modifiers items0 based on context it is used

func (*GetDogmaEffectsEffectIDOKBodyModifiersItems0) MarshalBinary added in v0.3.0

MarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDOKBodyModifiersItems0) UnmarshalBinary added in v0.3.0

UnmarshalBinary interface implementation

func (*GetDogmaEffectsEffectIDOKBodyModifiersItems0) Validate added in v0.3.0

Validate validates this get dogma effects effect ID o k body modifiers items0

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

	   Default: "tranquility"
	*/
	Datasource *string

	/* EffectID.

	   A dogma effect ID

	   Format: int32
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDogmaEffectsEffectIDParamsWithContext

func NewGetDogmaEffectsEffectIDParamsWithContext(ctx context.Context) *GetDogmaEffectsEffectIDParams

NewGetDogmaEffectsEffectIDParamsWithContext creates a new GetDogmaEffectsEffectIDParams object with 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 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 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) SetDefaults added in v0.3.0

func (o *GetDogmaEffectsEffectIDParams) SetDefaults()

SetDefaults hydrates default values in the get dogma effects effect id params (not the query body).

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

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) WithDefaults added in v0.3.0

WithDefaults hydrates default values in the get dogma effects effect id params (not the query body).

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

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 *models.ServiceUnavailable
}
GetDogmaEffectsEffectIDServiceUnavailable describes a response with status code 503, 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 *models.ErrorLimited
}
GetDogmaEffectsEnhanceYourCalm describes a response with status code 420, 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 *models.GatewayTimeout
}
GetDogmaEffectsGatewayTimeout describes a response with status code 504, 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 *models.InternalServerError
}
GetDogmaEffectsInternalServerError describes a response with status code 500, 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 describes a response with status code 304, 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 describes a response with status code 200, 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

	   Default: "tranquility"
	*/
	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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDogmaEffectsParamsWithContext

func NewGetDogmaEffectsParamsWithContext(ctx context.Context) *GetDogmaEffectsParams

NewGetDogmaEffectsParamsWithContext creates a new GetDogmaEffectsParams object with 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 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 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) SetDefaults added in v0.3.0

func (o *GetDogmaEffectsParams) SetDefaults()

SetDefaults hydrates default values in the get dogma effects params (not the query body).

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

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) WithDefaults added in v0.3.0

func (o *GetDogmaEffectsParams) WithDefaults() *GetDogmaEffectsParams

WithDefaults hydrates default values in the get dogma effects params (not the query body).

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

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 *models.ServiceUnavailable
}
GetDogmaEffectsServiceUnavailable describes a response with status code 503, 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

Jump to

Keyboard shortcuts

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