operations

package
v0.0.0-...-6d8787e Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: MIT Imports: 10 Imported by: 1

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 operations API

func (*Client) DeleteUsersID

func (a *Client) DeleteUsersID(params *DeleteUsersIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUsersIDOK, error)

DeleteUsersID deletes home directory of an existing user

func (*Client) GetMetrics

func (a *Client) GetMetrics(params *GetMetricsParams, opts ...ClientOption) (*GetMetricsOK, error)

GetMetrics prometheus metrics

func (*Client) GetPing

func (a *Client) GetPing(params *GetPingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPingOK, error)

GetPing endpoints for API server health check

func (*Client) GetProjects

func (a *Client) GetProjects(params *GetProjectsParams, opts ...ClientOption) (*GetProjectsOK, error)

GetProjects gets filer resources of all projects

func (*Client) GetProjectsID

func (a *Client) GetProjectsID(params *GetProjectsIDParams, opts ...ClientOption) (*GetProjectsIDOK, error)

GetProjectsID gets filer resource for an existing project

func (*Client) GetTasksTypeID

func (a *Client) GetTasksTypeID(params *GetTasksTypeIDParams, opts ...ClientOption) (*GetTasksTypeIDOK, error)

GetTasksTypeID queries background task status

func (*Client) GetUsers

func (a *Client) GetUsers(params *GetUsersParams, opts ...ClientOption) (*GetUsersOK, error)

GetUsers gets filer resources of all users

func (*Client) GetUsersID

func (a *Client) GetUsersID(params *GetUsersIDParams, opts ...ClientOption) (*GetUsersIDOK, error)

GetUsersID gets filer resource for an existing user

func (*Client) PatchProjectsID

PatchProjectsID updates filer resource for an existing project

func (*Client) PatchUsersID

PatchUsersID updates filer resource for an existing user

func (*Client) PostProjects

func (a *Client) PostProjects(params *PostProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostProjectsOK, error)

PostProjects provisions filer resource for a new project

func (*Client) PostUsers

func (a *Client) PostUsers(params *PostUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUsersOK, error)

PostUsers provisions filer resource for a new user

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	DeleteUsersID(params *DeleteUsersIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteUsersIDOK, error)

	GetMetrics(params *GetMetricsParams, opts ...ClientOption) (*GetMetricsOK, error)

	GetPing(params *GetPingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetPingOK, error)

	GetProjects(params *GetProjectsParams, opts ...ClientOption) (*GetProjectsOK, error)

	GetProjectsID(params *GetProjectsIDParams, opts ...ClientOption) (*GetProjectsIDOK, error)

	GetTasksTypeID(params *GetTasksTypeIDParams, opts ...ClientOption) (*GetTasksTypeIDOK, error)

	GetUsers(params *GetUsersParams, opts ...ClientOption) (*GetUsersOK, error)

	GetUsersID(params *GetUsersIDParams, opts ...ClientOption) (*GetUsersIDOK, error)

	PatchProjectsID(params *PatchProjectsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchProjectsIDOK, *PatchProjectsIDNoContent, error)

	PatchUsersID(params *PatchUsersIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PatchUsersIDOK, *PatchUsersIDNoContent, error)

	PostProjects(params *PostProjectsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostProjectsOK, error)

	PostUsers(params *PostUsersParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PostUsersOK, 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 operations API client.

type DeleteUsersIDBadRequest

type DeleteUsersIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request, e.g. home directory is not empty

func NewDeleteUsersIDBadRequest

func NewDeleteUsersIDBadRequest() *DeleteUsersIDBadRequest

NewDeleteUsersIDBadRequest creates a DeleteUsersIDBadRequest with default headers values

func (*DeleteUsersIDBadRequest) Code

func (o *DeleteUsersIDBadRequest) Code() int

Code gets the status code for the delete users Id bad request response

func (*DeleteUsersIDBadRequest) Error

func (o *DeleteUsersIDBadRequest) Error() string

func (*DeleteUsersIDBadRequest) GetPayload

func (*DeleteUsersIDBadRequest) IsClientError

func (o *DeleteUsersIDBadRequest) IsClientError() bool

IsClientError returns true when this delete users Id bad request response has a 4xx status code

func (*DeleteUsersIDBadRequest) IsCode

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

IsCode returns true when this delete users Id bad request response a status code equal to that given

func (*DeleteUsersIDBadRequest) IsRedirect

func (o *DeleteUsersIDBadRequest) IsRedirect() bool

IsRedirect returns true when this delete users Id bad request response has a 3xx status code

func (*DeleteUsersIDBadRequest) IsServerError

func (o *DeleteUsersIDBadRequest) IsServerError() bool

IsServerError returns true when this delete users Id bad request response has a 5xx status code

func (*DeleteUsersIDBadRequest) IsSuccess

func (o *DeleteUsersIDBadRequest) IsSuccess() bool

IsSuccess returns true when this delete users Id bad request response has a 2xx status code

func (*DeleteUsersIDBadRequest) String

func (o *DeleteUsersIDBadRequest) String() string

type DeleteUsersIDInternalServerError

type DeleteUsersIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewDeleteUsersIDInternalServerError

func NewDeleteUsersIDInternalServerError() *DeleteUsersIDInternalServerError

NewDeleteUsersIDInternalServerError creates a DeleteUsersIDInternalServerError with default headers values

func (*DeleteUsersIDInternalServerError) Code

Code gets the status code for the delete users Id internal server error response

func (*DeleteUsersIDInternalServerError) Error

func (*DeleteUsersIDInternalServerError) GetPayload

func (*DeleteUsersIDInternalServerError) IsClientError

func (o *DeleteUsersIDInternalServerError) IsClientError() bool

IsClientError returns true when this delete users Id internal server error response has a 4xx status code

func (*DeleteUsersIDInternalServerError) IsCode

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

IsCode returns true when this delete users Id internal server error response a status code equal to that given

func (*DeleteUsersIDInternalServerError) IsRedirect

func (o *DeleteUsersIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete users Id internal server error response has a 3xx status code

func (*DeleteUsersIDInternalServerError) IsServerError

func (o *DeleteUsersIDInternalServerError) IsServerError() bool

IsServerError returns true when this delete users Id internal server error response has a 5xx status code

func (*DeleteUsersIDInternalServerError) IsSuccess

func (o *DeleteUsersIDInternalServerError) IsSuccess() bool

IsSuccess returns true when this delete users Id internal server error response has a 2xx status code

func (*DeleteUsersIDInternalServerError) String

type DeleteUsersIDNotFound

type DeleteUsersIDNotFound struct {
	Payload string
}

DeleteUsersIDNotFound describes a response with status code 404, with default header values.

user not found

func NewDeleteUsersIDNotFound

func NewDeleteUsersIDNotFound() *DeleteUsersIDNotFound

NewDeleteUsersIDNotFound creates a DeleteUsersIDNotFound with default headers values

func (*DeleteUsersIDNotFound) Code

func (o *DeleteUsersIDNotFound) Code() int

Code gets the status code for the delete users Id not found response

func (*DeleteUsersIDNotFound) Error

func (o *DeleteUsersIDNotFound) Error() string

func (*DeleteUsersIDNotFound) GetPayload

func (o *DeleteUsersIDNotFound) GetPayload() string

func (*DeleteUsersIDNotFound) IsClientError

func (o *DeleteUsersIDNotFound) IsClientError() bool

IsClientError returns true when this delete users Id not found response has a 4xx status code

func (*DeleteUsersIDNotFound) IsCode

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

IsCode returns true when this delete users Id not found response a status code equal to that given

func (*DeleteUsersIDNotFound) IsRedirect

func (o *DeleteUsersIDNotFound) IsRedirect() bool

IsRedirect returns true when this delete users Id not found response has a 3xx status code

func (*DeleteUsersIDNotFound) IsServerError

func (o *DeleteUsersIDNotFound) IsServerError() bool

IsServerError returns true when this delete users Id not found response has a 5xx status code

func (*DeleteUsersIDNotFound) IsSuccess

func (o *DeleteUsersIDNotFound) IsSuccess() bool

IsSuccess returns true when this delete users Id not found response has a 2xx status code

func (*DeleteUsersIDNotFound) String

func (o *DeleteUsersIDNotFound) String() string

type DeleteUsersIDOK

type DeleteUsersIDOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewDeleteUsersIDOK

func NewDeleteUsersIDOK() *DeleteUsersIDOK

NewDeleteUsersIDOK creates a DeleteUsersIDOK with default headers values

func (*DeleteUsersIDOK) Code

func (o *DeleteUsersIDOK) Code() int

Code gets the status code for the delete users Id o k response

func (*DeleteUsersIDOK) Error

func (o *DeleteUsersIDOK) Error() string

func (*DeleteUsersIDOK) GetPayload

func (*DeleteUsersIDOK) IsClientError

func (o *DeleteUsersIDOK) IsClientError() bool

IsClientError returns true when this delete users Id o k response has a 4xx status code

func (*DeleteUsersIDOK) IsCode

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

IsCode returns true when this delete users Id o k response a status code equal to that given

func (*DeleteUsersIDOK) IsRedirect

func (o *DeleteUsersIDOK) IsRedirect() bool

IsRedirect returns true when this delete users Id o k response has a 3xx status code

func (*DeleteUsersIDOK) IsServerError

func (o *DeleteUsersIDOK) IsServerError() bool

IsServerError returns true when this delete users Id o k response has a 5xx status code

func (*DeleteUsersIDOK) IsSuccess

func (o *DeleteUsersIDOK) IsSuccess() bool

IsSuccess returns true when this delete users Id o k response has a 2xx status code

func (*DeleteUsersIDOK) String

func (o *DeleteUsersIDOK) String() string

type DeleteUsersIDParams

type DeleteUsersIDParams struct {

	/* ID.

	   user identifier
	*/
	ID string

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

DeleteUsersIDParams contains all the parameters to send to the API endpoint

for the delete users ID operation.

Typically these are written to a http.Request.

func NewDeleteUsersIDParams

func NewDeleteUsersIDParams() *DeleteUsersIDParams

NewDeleteUsersIDParams creates a new DeleteUsersIDParams 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 NewDeleteUsersIDParamsWithContext

func NewDeleteUsersIDParamsWithContext(ctx context.Context) *DeleteUsersIDParams

NewDeleteUsersIDParamsWithContext creates a new DeleteUsersIDParams object with the ability to set a context for a request.

func NewDeleteUsersIDParamsWithHTTPClient

func NewDeleteUsersIDParamsWithHTTPClient(client *http.Client) *DeleteUsersIDParams

NewDeleteUsersIDParamsWithHTTPClient creates a new DeleteUsersIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteUsersIDParamsWithTimeout

func NewDeleteUsersIDParamsWithTimeout(timeout time.Duration) *DeleteUsersIDParams

NewDeleteUsersIDParamsWithTimeout creates a new DeleteUsersIDParams object with the ability to set a timeout on a request.

func (*DeleteUsersIDParams) SetContext

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

SetContext adds the context to the delete users ID params

func (*DeleteUsersIDParams) SetDefaults

func (o *DeleteUsersIDParams) SetDefaults()

SetDefaults hydrates default values in the delete users ID params (not the query body).

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

func (*DeleteUsersIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete users ID params

func (*DeleteUsersIDParams) SetID

func (o *DeleteUsersIDParams) SetID(id string)

SetID adds the id to the delete users ID params

func (*DeleteUsersIDParams) SetTimeout

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

SetTimeout adds the timeout to the delete users ID params

func (*DeleteUsersIDParams) WithContext

WithContext adds the context to the delete users ID params

func (*DeleteUsersIDParams) WithDefaults

func (o *DeleteUsersIDParams) WithDefaults() *DeleteUsersIDParams

WithDefaults hydrates default values in the delete users ID params (not the query body).

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

func (*DeleteUsersIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete users ID params

func (*DeleteUsersIDParams) WithID

WithID adds the id to the delete users ID params

func (*DeleteUsersIDParams) WithTimeout

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

WithTimeout adds the timeout to the delete users ID params

func (*DeleteUsersIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteUsersIDReader

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

DeleteUsersIDReader is a Reader for the DeleteUsersID structure.

func (*DeleteUsersIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMetricsOK

type GetMetricsOK struct {
	Payload string
}

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

ok

func NewGetMetricsOK

func NewGetMetricsOK() *GetMetricsOK

NewGetMetricsOK creates a GetMetricsOK with default headers values

func (*GetMetricsOK) Code

func (o *GetMetricsOK) Code() int

Code gets the status code for the get metrics o k response

func (*GetMetricsOK) Error

func (o *GetMetricsOK) Error() string

func (*GetMetricsOK) GetPayload

func (o *GetMetricsOK) GetPayload() string

func (*GetMetricsOK) IsClientError

func (o *GetMetricsOK) IsClientError() bool

IsClientError returns true when this get metrics o k response has a 4xx status code

func (*GetMetricsOK) IsCode

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

IsCode returns true when this get metrics o k response a status code equal to that given

func (*GetMetricsOK) IsRedirect

func (o *GetMetricsOK) IsRedirect() bool

IsRedirect returns true when this get metrics o k response has a 3xx status code

func (*GetMetricsOK) IsServerError

func (o *GetMetricsOK) IsServerError() bool

IsServerError returns true when this get metrics o k response has a 5xx status code

func (*GetMetricsOK) IsSuccess

func (o *GetMetricsOK) IsSuccess() bool

IsSuccess returns true when this get metrics o k response has a 2xx status code

func (*GetMetricsOK) String

func (o *GetMetricsOK) String() string

type GetMetricsParams

type GetMetricsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetMetricsParams contains all the parameters to send to the API endpoint

for the get metrics operation.

Typically these are written to a http.Request.

func NewGetMetricsParams

func NewGetMetricsParams() *GetMetricsParams

NewGetMetricsParams creates a new GetMetricsParams 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 NewGetMetricsParamsWithContext

func NewGetMetricsParamsWithContext(ctx context.Context) *GetMetricsParams

NewGetMetricsParamsWithContext creates a new GetMetricsParams object with the ability to set a context for a request.

func NewGetMetricsParamsWithHTTPClient

func NewGetMetricsParamsWithHTTPClient(client *http.Client) *GetMetricsParams

NewGetMetricsParamsWithHTTPClient creates a new GetMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetMetricsParamsWithTimeout

func NewGetMetricsParamsWithTimeout(timeout time.Duration) *GetMetricsParams

NewGetMetricsParamsWithTimeout creates a new GetMetricsParams object with the ability to set a timeout on a request.

func (*GetMetricsParams) SetContext

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

SetContext adds the context to the get metrics params

func (*GetMetricsParams) SetDefaults

func (o *GetMetricsParams) SetDefaults()

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

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

func (*GetMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get metrics params

func (*GetMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the get metrics params

func (*GetMetricsParams) WithContext

func (o *GetMetricsParams) WithContext(ctx context.Context) *GetMetricsParams

WithContext adds the context to the get metrics params

func (*GetMetricsParams) WithDefaults

func (o *GetMetricsParams) WithDefaults() *GetMetricsParams

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

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

func (*GetMetricsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get metrics params

func (*GetMetricsParams) WithTimeout

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

WithTimeout adds the timeout to the get metrics params

func (*GetMetricsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetMetricsReader

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

GetMetricsReader is a Reader for the GetMetrics structure.

func (*GetMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPingInternalServerError

type GetPingInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetPingInternalServerError

func NewGetPingInternalServerError() *GetPingInternalServerError

NewGetPingInternalServerError creates a GetPingInternalServerError with default headers values

func (*GetPingInternalServerError) Code

func (o *GetPingInternalServerError) Code() int

Code gets the status code for the get ping internal server error response

func (*GetPingInternalServerError) Error

func (*GetPingInternalServerError) GetPayload

func (*GetPingInternalServerError) IsClientError

func (o *GetPingInternalServerError) IsClientError() bool

IsClientError returns true when this get ping internal server error response has a 4xx status code

func (*GetPingInternalServerError) IsCode

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

IsCode returns true when this get ping internal server error response a status code equal to that given

func (*GetPingInternalServerError) IsRedirect

func (o *GetPingInternalServerError) IsRedirect() bool

IsRedirect returns true when this get ping internal server error response has a 3xx status code

func (*GetPingInternalServerError) IsServerError

func (o *GetPingInternalServerError) IsServerError() bool

IsServerError returns true when this get ping internal server error response has a 5xx status code

func (*GetPingInternalServerError) IsSuccess

func (o *GetPingInternalServerError) IsSuccess() bool

IsSuccess returns true when this get ping internal server error response has a 2xx status code

func (*GetPingInternalServerError) String

func (o *GetPingInternalServerError) String() string

type GetPingOK

type GetPingOK struct {
	Payload string
}

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

success

func NewGetPingOK

func NewGetPingOK() *GetPingOK

NewGetPingOK creates a GetPingOK with default headers values

func (*GetPingOK) Code

func (o *GetPingOK) Code() int

Code gets the status code for the get ping o k response

func (*GetPingOK) Error

func (o *GetPingOK) Error() string

func (*GetPingOK) GetPayload

func (o *GetPingOK) GetPayload() string

func (*GetPingOK) IsClientError

func (o *GetPingOK) IsClientError() bool

IsClientError returns true when this get ping o k response has a 4xx status code

func (*GetPingOK) IsCode

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

IsCode returns true when this get ping o k response a status code equal to that given

func (*GetPingOK) IsRedirect

func (o *GetPingOK) IsRedirect() bool

IsRedirect returns true when this get ping o k response has a 3xx status code

func (*GetPingOK) IsServerError

func (o *GetPingOK) IsServerError() bool

IsServerError returns true when this get ping o k response has a 5xx status code

func (*GetPingOK) IsSuccess

func (o *GetPingOK) IsSuccess() bool

IsSuccess returns true when this get ping o k response has a 2xx status code

func (*GetPingOK) String

func (o *GetPingOK) String() string

type GetPingParams

type GetPingParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetPingParams contains all the parameters to send to the API endpoint

for the get ping operation.

Typically these are written to a http.Request.

func NewGetPingParams

func NewGetPingParams() *GetPingParams

NewGetPingParams creates a new GetPingParams 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 NewGetPingParamsWithContext

func NewGetPingParamsWithContext(ctx context.Context) *GetPingParams

NewGetPingParamsWithContext creates a new GetPingParams object with the ability to set a context for a request.

func NewGetPingParamsWithHTTPClient

func NewGetPingParamsWithHTTPClient(client *http.Client) *GetPingParams

NewGetPingParamsWithHTTPClient creates a new GetPingParams object with the ability to set a custom HTTPClient for a request.

func NewGetPingParamsWithTimeout

func NewGetPingParamsWithTimeout(timeout time.Duration) *GetPingParams

NewGetPingParamsWithTimeout creates a new GetPingParams object with the ability to set a timeout on a request.

func (*GetPingParams) SetContext

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

SetContext adds the context to the get ping params

func (*GetPingParams) SetDefaults

func (o *GetPingParams) SetDefaults()

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

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

func (*GetPingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get ping params

func (*GetPingParams) SetTimeout

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

SetTimeout adds the timeout to the get ping params

func (*GetPingParams) WithContext

func (o *GetPingParams) WithContext(ctx context.Context) *GetPingParams

WithContext adds the context to the get ping params

func (*GetPingParams) WithDefaults

func (o *GetPingParams) WithDefaults() *GetPingParams

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

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

func (*GetPingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get ping params

func (*GetPingParams) WithTimeout

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

WithTimeout adds the timeout to the get ping params

func (*GetPingParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetPingReader

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

GetPingReader is a Reader for the GetPing structure.

func (*GetPingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectsIDBadRequest

type GetProjectsIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewGetProjectsIDBadRequest

func NewGetProjectsIDBadRequest() *GetProjectsIDBadRequest

NewGetProjectsIDBadRequest creates a GetProjectsIDBadRequest with default headers values

func (*GetProjectsIDBadRequest) Code

func (o *GetProjectsIDBadRequest) Code() int

Code gets the status code for the get projects Id bad request response

func (*GetProjectsIDBadRequest) Error

func (o *GetProjectsIDBadRequest) Error() string

func (*GetProjectsIDBadRequest) GetPayload

func (*GetProjectsIDBadRequest) IsClientError

func (o *GetProjectsIDBadRequest) IsClientError() bool

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

func (*GetProjectsIDBadRequest) IsCode

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

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

func (*GetProjectsIDBadRequest) IsRedirect

func (o *GetProjectsIDBadRequest) IsRedirect() bool

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

func (*GetProjectsIDBadRequest) IsServerError

func (o *GetProjectsIDBadRequest) IsServerError() bool

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

func (*GetProjectsIDBadRequest) IsSuccess

func (o *GetProjectsIDBadRequest) IsSuccess() bool

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

func (*GetProjectsIDBadRequest) String

func (o *GetProjectsIDBadRequest) String() string

type GetProjectsIDInternalServerError

type GetProjectsIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetProjectsIDInternalServerError

func NewGetProjectsIDInternalServerError() *GetProjectsIDInternalServerError

NewGetProjectsIDInternalServerError creates a GetProjectsIDInternalServerError with default headers values

func (*GetProjectsIDInternalServerError) Code

Code gets the status code for the get projects Id internal server error response

func (*GetProjectsIDInternalServerError) Error

func (*GetProjectsIDInternalServerError) GetPayload

func (*GetProjectsIDInternalServerError) IsClientError

func (o *GetProjectsIDInternalServerError) IsClientError() bool

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

func (*GetProjectsIDInternalServerError) IsCode

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

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

func (*GetProjectsIDInternalServerError) IsRedirect

func (o *GetProjectsIDInternalServerError) IsRedirect() bool

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

func (*GetProjectsIDInternalServerError) IsServerError

func (o *GetProjectsIDInternalServerError) IsServerError() bool

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

func (*GetProjectsIDInternalServerError) IsSuccess

func (o *GetProjectsIDInternalServerError) IsSuccess() bool

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

func (*GetProjectsIDInternalServerError) String

type GetProjectsIDNotFound

type GetProjectsIDNotFound struct {
	Payload string
}

GetProjectsIDNotFound describes a response with status code 404, with default header values.

project not found

func NewGetProjectsIDNotFound

func NewGetProjectsIDNotFound() *GetProjectsIDNotFound

NewGetProjectsIDNotFound creates a GetProjectsIDNotFound with default headers values

func (*GetProjectsIDNotFound) Code

func (o *GetProjectsIDNotFound) Code() int

Code gets the status code for the get projects Id not found response

func (*GetProjectsIDNotFound) Error

func (o *GetProjectsIDNotFound) Error() string

func (*GetProjectsIDNotFound) GetPayload

func (o *GetProjectsIDNotFound) GetPayload() string

func (*GetProjectsIDNotFound) IsClientError

func (o *GetProjectsIDNotFound) IsClientError() bool

IsClientError returns true when this get projects Id not found response has a 4xx status code

func (*GetProjectsIDNotFound) IsCode

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

IsCode returns true when this get projects Id not found response a status code equal to that given

func (*GetProjectsIDNotFound) IsRedirect

func (o *GetProjectsIDNotFound) IsRedirect() bool

IsRedirect returns true when this get projects Id not found response has a 3xx status code

func (*GetProjectsIDNotFound) IsServerError

func (o *GetProjectsIDNotFound) IsServerError() bool

IsServerError returns true when this get projects Id not found response has a 5xx status code

func (*GetProjectsIDNotFound) IsSuccess

func (o *GetProjectsIDNotFound) IsSuccess() bool

IsSuccess returns true when this get projects Id not found response has a 2xx status code

func (*GetProjectsIDNotFound) String

func (o *GetProjectsIDNotFound) String() string

type GetProjectsIDOK

type GetProjectsIDOK struct {
	Payload *models.ResponseBodyProjectResource
}

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

success

func NewGetProjectsIDOK

func NewGetProjectsIDOK() *GetProjectsIDOK

NewGetProjectsIDOK creates a GetProjectsIDOK with default headers values

func (*GetProjectsIDOK) Code

func (o *GetProjectsIDOK) Code() int

Code gets the status code for the get projects Id o k response

func (*GetProjectsIDOK) Error

func (o *GetProjectsIDOK) Error() string

func (*GetProjectsIDOK) GetPayload

func (*GetProjectsIDOK) IsClientError

func (o *GetProjectsIDOK) IsClientError() bool

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

func (*GetProjectsIDOK) IsCode

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

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

func (*GetProjectsIDOK) IsRedirect

func (o *GetProjectsIDOK) IsRedirect() bool

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

func (*GetProjectsIDOK) IsServerError

func (o *GetProjectsIDOK) IsServerError() bool

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

func (*GetProjectsIDOK) IsSuccess

func (o *GetProjectsIDOK) IsSuccess() bool

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

func (*GetProjectsIDOK) String

func (o *GetProjectsIDOK) String() string

type GetProjectsIDParams

type GetProjectsIDParams struct {

	/* ID.

	   project identifier
	*/
	ID string

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

GetProjectsIDParams contains all the parameters to send to the API endpoint

for the get projects ID operation.

Typically these are written to a http.Request.

func NewGetProjectsIDParams

func NewGetProjectsIDParams() *GetProjectsIDParams

NewGetProjectsIDParams creates a new GetProjectsIDParams 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 NewGetProjectsIDParamsWithContext

func NewGetProjectsIDParamsWithContext(ctx context.Context) *GetProjectsIDParams

NewGetProjectsIDParamsWithContext creates a new GetProjectsIDParams object with the ability to set a context for a request.

func NewGetProjectsIDParamsWithHTTPClient

func NewGetProjectsIDParamsWithHTTPClient(client *http.Client) *GetProjectsIDParams

NewGetProjectsIDParamsWithHTTPClient creates a new GetProjectsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectsIDParamsWithTimeout

func NewGetProjectsIDParamsWithTimeout(timeout time.Duration) *GetProjectsIDParams

NewGetProjectsIDParamsWithTimeout creates a new GetProjectsIDParams object with the ability to set a timeout on a request.

func (*GetProjectsIDParams) SetContext

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

SetContext adds the context to the get projects ID params

func (*GetProjectsIDParams) SetDefaults

func (o *GetProjectsIDParams) SetDefaults()

SetDefaults hydrates default values in the get projects ID params (not the query body).

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

func (*GetProjectsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get projects ID params

func (*GetProjectsIDParams) SetID

func (o *GetProjectsIDParams) SetID(id string)

SetID adds the id to the get projects ID params

func (*GetProjectsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get projects ID params

func (*GetProjectsIDParams) WithContext

WithContext adds the context to the get projects ID params

func (*GetProjectsIDParams) WithDefaults

func (o *GetProjectsIDParams) WithDefaults() *GetProjectsIDParams

WithDefaults hydrates default values in the get projects ID params (not the query body).

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

func (*GetProjectsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get projects ID params

func (*GetProjectsIDParams) WithID

WithID adds the id to the get projects ID params

func (*GetProjectsIDParams) WithTimeout

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

WithTimeout adds the timeout to the get projects ID params

func (*GetProjectsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProjectsIDReader

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

GetProjectsIDReader is a Reader for the GetProjectsID structure.

func (*GetProjectsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetProjectsInternalServerError

type GetProjectsInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetProjectsInternalServerError

func NewGetProjectsInternalServerError() *GetProjectsInternalServerError

NewGetProjectsInternalServerError creates a GetProjectsInternalServerError with default headers values

func (*GetProjectsInternalServerError) Code

Code gets the status code for the get projects internal server error response

func (*GetProjectsInternalServerError) Error

func (*GetProjectsInternalServerError) GetPayload

func (*GetProjectsInternalServerError) IsClientError

func (o *GetProjectsInternalServerError) IsClientError() bool

IsClientError returns true when this get projects internal server error response has a 4xx status code

func (*GetProjectsInternalServerError) IsCode

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

IsCode returns true when this get projects internal server error response a status code equal to that given

func (*GetProjectsInternalServerError) IsRedirect

func (o *GetProjectsInternalServerError) IsRedirect() bool

IsRedirect returns true when this get projects internal server error response has a 3xx status code

func (*GetProjectsInternalServerError) IsServerError

func (o *GetProjectsInternalServerError) IsServerError() bool

IsServerError returns true when this get projects internal server error response has a 5xx status code

func (*GetProjectsInternalServerError) IsSuccess

func (o *GetProjectsInternalServerError) IsSuccess() bool

IsSuccess returns true when this get projects internal server error response has a 2xx status code

func (*GetProjectsInternalServerError) String

type GetProjectsOK

type GetProjectsOK struct {
	Payload *models.ResponseBodyProjects
}

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

success

func NewGetProjectsOK

func NewGetProjectsOK() *GetProjectsOK

NewGetProjectsOK creates a GetProjectsOK with default headers values

func (*GetProjectsOK) Code

func (o *GetProjectsOK) Code() int

Code gets the status code for the get projects o k response

func (*GetProjectsOK) Error

func (o *GetProjectsOK) Error() string

func (*GetProjectsOK) GetPayload

func (o *GetProjectsOK) GetPayload() *models.ResponseBodyProjects

func (*GetProjectsOK) IsClientError

func (o *GetProjectsOK) IsClientError() bool

IsClientError returns true when this get projects o k response has a 4xx status code

func (*GetProjectsOK) IsCode

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

IsCode returns true when this get projects o k response a status code equal to that given

func (*GetProjectsOK) IsRedirect

func (o *GetProjectsOK) IsRedirect() bool

IsRedirect returns true when this get projects o k response has a 3xx status code

func (*GetProjectsOK) IsServerError

func (o *GetProjectsOK) IsServerError() bool

IsServerError returns true when this get projects o k response has a 5xx status code

func (*GetProjectsOK) IsSuccess

func (o *GetProjectsOK) IsSuccess() bool

IsSuccess returns true when this get projects o k response has a 2xx status code

func (*GetProjectsOK) String

func (o *GetProjectsOK) String() string

type GetProjectsParams

type GetProjectsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetProjectsParams contains all the parameters to send to the API endpoint

for the get projects operation.

Typically these are written to a http.Request.

func NewGetProjectsParams

func NewGetProjectsParams() *GetProjectsParams

NewGetProjectsParams creates a new GetProjectsParams 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 NewGetProjectsParamsWithContext

func NewGetProjectsParamsWithContext(ctx context.Context) *GetProjectsParams

NewGetProjectsParamsWithContext creates a new GetProjectsParams object with the ability to set a context for a request.

func NewGetProjectsParamsWithHTTPClient

func NewGetProjectsParamsWithHTTPClient(client *http.Client) *GetProjectsParams

NewGetProjectsParamsWithHTTPClient creates a new GetProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewGetProjectsParamsWithTimeout

func NewGetProjectsParamsWithTimeout(timeout time.Duration) *GetProjectsParams

NewGetProjectsParamsWithTimeout creates a new GetProjectsParams object with the ability to set a timeout on a request.

func (*GetProjectsParams) SetContext

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

SetContext adds the context to the get projects params

func (*GetProjectsParams) SetDefaults

func (o *GetProjectsParams) SetDefaults()

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

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

func (*GetProjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get projects params

func (*GetProjectsParams) SetTimeout

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

SetTimeout adds the timeout to the get projects params

func (*GetProjectsParams) WithContext

func (o *GetProjectsParams) WithContext(ctx context.Context) *GetProjectsParams

WithContext adds the context to the get projects params

func (*GetProjectsParams) WithDefaults

func (o *GetProjectsParams) WithDefaults() *GetProjectsParams

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

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

func (*GetProjectsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get projects params

func (*GetProjectsParams) WithTimeout

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

WithTimeout adds the timeout to the get projects params

func (*GetProjectsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetProjectsReader

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

GetProjectsReader is a Reader for the GetProjects structure.

func (*GetProjectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetTasksTypeIDBadRequest

type GetTasksTypeIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewGetTasksTypeIDBadRequest

func NewGetTasksTypeIDBadRequest() *GetTasksTypeIDBadRequest

NewGetTasksTypeIDBadRequest creates a GetTasksTypeIDBadRequest with default headers values

func (*GetTasksTypeIDBadRequest) Code

func (o *GetTasksTypeIDBadRequest) Code() int

Code gets the status code for the get tasks type Id bad request response

func (*GetTasksTypeIDBadRequest) Error

func (o *GetTasksTypeIDBadRequest) Error() string

func (*GetTasksTypeIDBadRequest) GetPayload

func (*GetTasksTypeIDBadRequest) IsClientError

func (o *GetTasksTypeIDBadRequest) IsClientError() bool

IsClientError returns true when this get tasks type Id bad request response has a 4xx status code

func (*GetTasksTypeIDBadRequest) IsCode

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

IsCode returns true when this get tasks type Id bad request response a status code equal to that given

func (*GetTasksTypeIDBadRequest) IsRedirect

func (o *GetTasksTypeIDBadRequest) IsRedirect() bool

IsRedirect returns true when this get tasks type Id bad request response has a 3xx status code

func (*GetTasksTypeIDBadRequest) IsServerError

func (o *GetTasksTypeIDBadRequest) IsServerError() bool

IsServerError returns true when this get tasks type Id bad request response has a 5xx status code

func (*GetTasksTypeIDBadRequest) IsSuccess

func (o *GetTasksTypeIDBadRequest) IsSuccess() bool

IsSuccess returns true when this get tasks type Id bad request response has a 2xx status code

func (*GetTasksTypeIDBadRequest) String

func (o *GetTasksTypeIDBadRequest) String() string

type GetTasksTypeIDInternalServerError

type GetTasksTypeIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetTasksTypeIDInternalServerError

func NewGetTasksTypeIDInternalServerError() *GetTasksTypeIDInternalServerError

NewGetTasksTypeIDInternalServerError creates a GetTasksTypeIDInternalServerError with default headers values

func (*GetTasksTypeIDInternalServerError) Code

Code gets the status code for the get tasks type Id internal server error response

func (*GetTasksTypeIDInternalServerError) Error

func (*GetTasksTypeIDInternalServerError) GetPayload

func (*GetTasksTypeIDInternalServerError) IsClientError

func (o *GetTasksTypeIDInternalServerError) IsClientError() bool

IsClientError returns true when this get tasks type Id internal server error response has a 4xx status code

func (*GetTasksTypeIDInternalServerError) IsCode

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

IsCode returns true when this get tasks type Id internal server error response a status code equal to that given

func (*GetTasksTypeIDInternalServerError) IsRedirect

func (o *GetTasksTypeIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this get tasks type Id internal server error response has a 3xx status code

func (*GetTasksTypeIDInternalServerError) IsServerError

func (o *GetTasksTypeIDInternalServerError) IsServerError() bool

IsServerError returns true when this get tasks type Id internal server error response has a 5xx status code

func (*GetTasksTypeIDInternalServerError) IsSuccess

func (o *GetTasksTypeIDInternalServerError) IsSuccess() bool

IsSuccess returns true when this get tasks type Id internal server error response has a 2xx status code

func (*GetTasksTypeIDInternalServerError) String

type GetTasksTypeIDNotFound

type GetTasksTypeIDNotFound struct {
}

GetTasksTypeIDNotFound describes a response with status code 404, with default header values.

task not found

func NewGetTasksTypeIDNotFound

func NewGetTasksTypeIDNotFound() *GetTasksTypeIDNotFound

NewGetTasksTypeIDNotFound creates a GetTasksTypeIDNotFound with default headers values

func (*GetTasksTypeIDNotFound) Code

func (o *GetTasksTypeIDNotFound) Code() int

Code gets the status code for the get tasks type Id not found response

func (*GetTasksTypeIDNotFound) Error

func (o *GetTasksTypeIDNotFound) Error() string

func (*GetTasksTypeIDNotFound) IsClientError

func (o *GetTasksTypeIDNotFound) IsClientError() bool

IsClientError returns true when this get tasks type Id not found response has a 4xx status code

func (*GetTasksTypeIDNotFound) IsCode

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

IsCode returns true when this get tasks type Id not found response a status code equal to that given

func (*GetTasksTypeIDNotFound) IsRedirect

func (o *GetTasksTypeIDNotFound) IsRedirect() bool

IsRedirect returns true when this get tasks type Id not found response has a 3xx status code

func (*GetTasksTypeIDNotFound) IsServerError

func (o *GetTasksTypeIDNotFound) IsServerError() bool

IsServerError returns true when this get tasks type Id not found response has a 5xx status code

func (*GetTasksTypeIDNotFound) IsSuccess

func (o *GetTasksTypeIDNotFound) IsSuccess() bool

IsSuccess returns true when this get tasks type Id not found response has a 2xx status code

func (*GetTasksTypeIDNotFound) String

func (o *GetTasksTypeIDNotFound) String() string

type GetTasksTypeIDOK

type GetTasksTypeIDOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewGetTasksTypeIDOK

func NewGetTasksTypeIDOK() *GetTasksTypeIDOK

NewGetTasksTypeIDOK creates a GetTasksTypeIDOK with default headers values

func (*GetTasksTypeIDOK) Code

func (o *GetTasksTypeIDOK) Code() int

Code gets the status code for the get tasks type Id o k response

func (*GetTasksTypeIDOK) Error

func (o *GetTasksTypeIDOK) Error() string

func (*GetTasksTypeIDOK) GetPayload

func (*GetTasksTypeIDOK) IsClientError

func (o *GetTasksTypeIDOK) IsClientError() bool

IsClientError returns true when this get tasks type Id o k response has a 4xx status code

func (*GetTasksTypeIDOK) IsCode

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

IsCode returns true when this get tasks type Id o k response a status code equal to that given

func (*GetTasksTypeIDOK) IsRedirect

func (o *GetTasksTypeIDOK) IsRedirect() bool

IsRedirect returns true when this get tasks type Id o k response has a 3xx status code

func (*GetTasksTypeIDOK) IsServerError

func (o *GetTasksTypeIDOK) IsServerError() bool

IsServerError returns true when this get tasks type Id o k response has a 5xx status code

func (*GetTasksTypeIDOK) IsSuccess

func (o *GetTasksTypeIDOK) IsSuccess() bool

IsSuccess returns true when this get tasks type Id o k response has a 2xx status code

func (*GetTasksTypeIDOK) String

func (o *GetTasksTypeIDOK) String() string

type GetTasksTypeIDParams

type GetTasksTypeIDParams struct {

	/* ID.

	   task identifier
	*/
	ID string

	/* Type.

	   task type
	*/
	Type string

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

GetTasksTypeIDParams contains all the parameters to send to the API endpoint

for the get tasks type ID operation.

Typically these are written to a http.Request.

func NewGetTasksTypeIDParams

func NewGetTasksTypeIDParams() *GetTasksTypeIDParams

NewGetTasksTypeIDParams creates a new GetTasksTypeIDParams 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 NewGetTasksTypeIDParamsWithContext

func NewGetTasksTypeIDParamsWithContext(ctx context.Context) *GetTasksTypeIDParams

NewGetTasksTypeIDParamsWithContext creates a new GetTasksTypeIDParams object with the ability to set a context for a request.

func NewGetTasksTypeIDParamsWithHTTPClient

func NewGetTasksTypeIDParamsWithHTTPClient(client *http.Client) *GetTasksTypeIDParams

NewGetTasksTypeIDParamsWithHTTPClient creates a new GetTasksTypeIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetTasksTypeIDParamsWithTimeout

func NewGetTasksTypeIDParamsWithTimeout(timeout time.Duration) *GetTasksTypeIDParams

NewGetTasksTypeIDParamsWithTimeout creates a new GetTasksTypeIDParams object with the ability to set a timeout on a request.

func (*GetTasksTypeIDParams) SetContext

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

SetContext adds the context to the get tasks type ID params

func (*GetTasksTypeIDParams) SetDefaults

func (o *GetTasksTypeIDParams) SetDefaults()

SetDefaults hydrates default values in the get tasks type ID params (not the query body).

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

func (*GetTasksTypeIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get tasks type ID params

func (*GetTasksTypeIDParams) SetID

func (o *GetTasksTypeIDParams) SetID(id string)

SetID adds the id to the get tasks type ID params

func (*GetTasksTypeIDParams) SetTimeout

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

SetTimeout adds the timeout to the get tasks type ID params

func (*GetTasksTypeIDParams) SetType

func (o *GetTasksTypeIDParams) SetType(typeVar string)

SetType adds the type to the get tasks type ID params

func (*GetTasksTypeIDParams) WithContext

WithContext adds the context to the get tasks type ID params

func (*GetTasksTypeIDParams) WithDefaults

func (o *GetTasksTypeIDParams) WithDefaults() *GetTasksTypeIDParams

WithDefaults hydrates default values in the get tasks type ID params (not the query body).

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

func (*GetTasksTypeIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get tasks type ID params

func (*GetTasksTypeIDParams) WithID

WithID adds the id to the get tasks type ID params

func (*GetTasksTypeIDParams) WithTimeout

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

WithTimeout adds the timeout to the get tasks type ID params

func (*GetTasksTypeIDParams) WithType

func (o *GetTasksTypeIDParams) WithType(typeVar string) *GetTasksTypeIDParams

WithType adds the typeVar to the get tasks type ID params

func (*GetTasksTypeIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetTasksTypeIDReader

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

GetTasksTypeIDReader is a Reader for the GetTasksTypeID structure.

func (*GetTasksTypeIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersIDBadRequest

type GetUsersIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewGetUsersIDBadRequest

func NewGetUsersIDBadRequest() *GetUsersIDBadRequest

NewGetUsersIDBadRequest creates a GetUsersIDBadRequest with default headers values

func (*GetUsersIDBadRequest) Code

func (o *GetUsersIDBadRequest) Code() int

Code gets the status code for the get users Id bad request response

func (*GetUsersIDBadRequest) Error

func (o *GetUsersIDBadRequest) Error() string

func (*GetUsersIDBadRequest) GetPayload

func (o *GetUsersIDBadRequest) GetPayload() *models.ResponseBody400

func (*GetUsersIDBadRequest) IsClientError

func (o *GetUsersIDBadRequest) IsClientError() bool

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

func (*GetUsersIDBadRequest) IsCode

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

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

func (*GetUsersIDBadRequest) IsRedirect

func (o *GetUsersIDBadRequest) IsRedirect() bool

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

func (*GetUsersIDBadRequest) IsServerError

func (o *GetUsersIDBadRequest) IsServerError() bool

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

func (*GetUsersIDBadRequest) IsSuccess

func (o *GetUsersIDBadRequest) IsSuccess() bool

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

func (*GetUsersIDBadRequest) String

func (o *GetUsersIDBadRequest) String() string

type GetUsersIDInternalServerError

type GetUsersIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetUsersIDInternalServerError

func NewGetUsersIDInternalServerError() *GetUsersIDInternalServerError

NewGetUsersIDInternalServerError creates a GetUsersIDInternalServerError with default headers values

func (*GetUsersIDInternalServerError) Code

Code gets the status code for the get users Id internal server error response

func (*GetUsersIDInternalServerError) Error

func (*GetUsersIDInternalServerError) GetPayload

func (*GetUsersIDInternalServerError) IsClientError

func (o *GetUsersIDInternalServerError) IsClientError() bool

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

func (*GetUsersIDInternalServerError) IsCode

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

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

func (*GetUsersIDInternalServerError) IsRedirect

func (o *GetUsersIDInternalServerError) IsRedirect() bool

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

func (*GetUsersIDInternalServerError) IsServerError

func (o *GetUsersIDInternalServerError) IsServerError() bool

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

func (*GetUsersIDInternalServerError) IsSuccess

func (o *GetUsersIDInternalServerError) IsSuccess() bool

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

func (*GetUsersIDInternalServerError) String

type GetUsersIDNotFound

type GetUsersIDNotFound struct {
	Payload string
}

GetUsersIDNotFound describes a response with status code 404, with default header values.

user not found

func NewGetUsersIDNotFound

func NewGetUsersIDNotFound() *GetUsersIDNotFound

NewGetUsersIDNotFound creates a GetUsersIDNotFound with default headers values

func (*GetUsersIDNotFound) Code

func (o *GetUsersIDNotFound) Code() int

Code gets the status code for the get users Id not found response

func (*GetUsersIDNotFound) Error

func (o *GetUsersIDNotFound) Error() string

func (*GetUsersIDNotFound) GetPayload

func (o *GetUsersIDNotFound) GetPayload() string

func (*GetUsersIDNotFound) IsClientError

func (o *GetUsersIDNotFound) IsClientError() bool

IsClientError returns true when this get users Id not found response has a 4xx status code

func (*GetUsersIDNotFound) IsCode

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

IsCode returns true when this get users Id not found response a status code equal to that given

func (*GetUsersIDNotFound) IsRedirect

func (o *GetUsersIDNotFound) IsRedirect() bool

IsRedirect returns true when this get users Id not found response has a 3xx status code

func (*GetUsersIDNotFound) IsServerError

func (o *GetUsersIDNotFound) IsServerError() bool

IsServerError returns true when this get users Id not found response has a 5xx status code

func (*GetUsersIDNotFound) IsSuccess

func (o *GetUsersIDNotFound) IsSuccess() bool

IsSuccess returns true when this get users Id not found response has a 2xx status code

func (*GetUsersIDNotFound) String

func (o *GetUsersIDNotFound) String() string

type GetUsersIDOK

type GetUsersIDOK struct {
	Payload *models.ResponseBodyUserResource
}

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

success

func NewGetUsersIDOK

func NewGetUsersIDOK() *GetUsersIDOK

NewGetUsersIDOK creates a GetUsersIDOK with default headers values

func (*GetUsersIDOK) Code

func (o *GetUsersIDOK) Code() int

Code gets the status code for the get users Id o k response

func (*GetUsersIDOK) Error

func (o *GetUsersIDOK) Error() string

func (*GetUsersIDOK) GetPayload

func (o *GetUsersIDOK) GetPayload() *models.ResponseBodyUserResource

func (*GetUsersIDOK) IsClientError

func (o *GetUsersIDOK) IsClientError() bool

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

func (*GetUsersIDOK) IsCode

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

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

func (*GetUsersIDOK) IsRedirect

func (o *GetUsersIDOK) IsRedirect() bool

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

func (*GetUsersIDOK) IsServerError

func (o *GetUsersIDOK) IsServerError() bool

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

func (*GetUsersIDOK) IsSuccess

func (o *GetUsersIDOK) IsSuccess() bool

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

func (*GetUsersIDOK) String

func (o *GetUsersIDOK) String() string

type GetUsersIDParams

type GetUsersIDParams struct {

	/* ID.

	   user identifier
	*/
	ID string

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

GetUsersIDParams contains all the parameters to send to the API endpoint

for the get users ID operation.

Typically these are written to a http.Request.

func NewGetUsersIDParams

func NewGetUsersIDParams() *GetUsersIDParams

NewGetUsersIDParams creates a new GetUsersIDParams 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 NewGetUsersIDParamsWithContext

func NewGetUsersIDParamsWithContext(ctx context.Context) *GetUsersIDParams

NewGetUsersIDParamsWithContext creates a new GetUsersIDParams object with the ability to set a context for a request.

func NewGetUsersIDParamsWithHTTPClient

func NewGetUsersIDParamsWithHTTPClient(client *http.Client) *GetUsersIDParams

NewGetUsersIDParamsWithHTTPClient creates a new GetUsersIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersIDParamsWithTimeout

func NewGetUsersIDParamsWithTimeout(timeout time.Duration) *GetUsersIDParams

NewGetUsersIDParamsWithTimeout creates a new GetUsersIDParams object with the ability to set a timeout on a request.

func (*GetUsersIDParams) SetContext

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

SetContext adds the context to the get users ID params

func (*GetUsersIDParams) SetDefaults

func (o *GetUsersIDParams) SetDefaults()

SetDefaults hydrates default values in the get users ID params (not the query body).

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

func (*GetUsersIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users ID params

func (*GetUsersIDParams) SetID

func (o *GetUsersIDParams) SetID(id string)

SetID adds the id to the get users ID params

func (*GetUsersIDParams) SetTimeout

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

SetTimeout adds the timeout to the get users ID params

func (*GetUsersIDParams) WithContext

func (o *GetUsersIDParams) WithContext(ctx context.Context) *GetUsersIDParams

WithContext adds the context to the get users ID params

func (*GetUsersIDParams) WithDefaults

func (o *GetUsersIDParams) WithDefaults() *GetUsersIDParams

WithDefaults hydrates default values in the get users ID params (not the query body).

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

func (*GetUsersIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users ID params

func (*GetUsersIDParams) WithID

func (o *GetUsersIDParams) WithID(id string) *GetUsersIDParams

WithID adds the id to the get users ID params

func (*GetUsersIDParams) WithTimeout

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

WithTimeout adds the timeout to the get users ID params

func (*GetUsersIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsersIDReader

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

GetUsersIDReader is a Reader for the GetUsersID structure.

func (*GetUsersIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetUsersInternalServerError

type GetUsersInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewGetUsersInternalServerError

func NewGetUsersInternalServerError() *GetUsersInternalServerError

NewGetUsersInternalServerError creates a GetUsersInternalServerError with default headers values

func (*GetUsersInternalServerError) Code

func (o *GetUsersInternalServerError) Code() int

Code gets the status code for the get users internal server error response

func (*GetUsersInternalServerError) Error

func (*GetUsersInternalServerError) GetPayload

func (*GetUsersInternalServerError) IsClientError

func (o *GetUsersInternalServerError) IsClientError() bool

IsClientError returns true when this get users internal server error response has a 4xx status code

func (*GetUsersInternalServerError) IsCode

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

IsCode returns true when this get users internal server error response a status code equal to that given

func (*GetUsersInternalServerError) IsRedirect

func (o *GetUsersInternalServerError) IsRedirect() bool

IsRedirect returns true when this get users internal server error response has a 3xx status code

func (*GetUsersInternalServerError) IsServerError

func (o *GetUsersInternalServerError) IsServerError() bool

IsServerError returns true when this get users internal server error response has a 5xx status code

func (*GetUsersInternalServerError) IsSuccess

func (o *GetUsersInternalServerError) IsSuccess() bool

IsSuccess returns true when this get users internal server error response has a 2xx status code

func (*GetUsersInternalServerError) String

func (o *GetUsersInternalServerError) String() string

type GetUsersOK

type GetUsersOK struct {
	Payload *models.ResponseBodyUsers
}

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

success

func NewGetUsersOK

func NewGetUsersOK() *GetUsersOK

NewGetUsersOK creates a GetUsersOK with default headers values

func (*GetUsersOK) Code

func (o *GetUsersOK) Code() int

Code gets the status code for the get users o k response

func (*GetUsersOK) Error

func (o *GetUsersOK) Error() string

func (*GetUsersOK) GetPayload

func (o *GetUsersOK) GetPayload() *models.ResponseBodyUsers

func (*GetUsersOK) IsClientError

func (o *GetUsersOK) IsClientError() bool

IsClientError returns true when this get users o k response has a 4xx status code

func (*GetUsersOK) IsCode

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

IsCode returns true when this get users o k response a status code equal to that given

func (*GetUsersOK) IsRedirect

func (o *GetUsersOK) IsRedirect() bool

IsRedirect returns true when this get users o k response has a 3xx status code

func (*GetUsersOK) IsServerError

func (o *GetUsersOK) IsServerError() bool

IsServerError returns true when this get users o k response has a 5xx status code

func (*GetUsersOK) IsSuccess

func (o *GetUsersOK) IsSuccess() bool

IsSuccess returns true when this get users o k response has a 2xx status code

func (*GetUsersOK) String

func (o *GetUsersOK) String() string

type GetUsersParams

type GetUsersParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetUsersParams contains all the parameters to send to the API endpoint

for the get users operation.

Typically these are written to a http.Request.

func NewGetUsersParams

func NewGetUsersParams() *GetUsersParams

NewGetUsersParams creates a new GetUsersParams 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 NewGetUsersParamsWithContext

func NewGetUsersParamsWithContext(ctx context.Context) *GetUsersParams

NewGetUsersParamsWithContext creates a new GetUsersParams object with the ability to set a context for a request.

func NewGetUsersParamsWithHTTPClient

func NewGetUsersParamsWithHTTPClient(client *http.Client) *GetUsersParams

NewGetUsersParamsWithHTTPClient creates a new GetUsersParams object with the ability to set a custom HTTPClient for a request.

func NewGetUsersParamsWithTimeout

func NewGetUsersParamsWithTimeout(timeout time.Duration) *GetUsersParams

NewGetUsersParamsWithTimeout creates a new GetUsersParams object with the ability to set a timeout on a request.

func (*GetUsersParams) SetContext

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

SetContext adds the context to the get users params

func (*GetUsersParams) SetDefaults

func (o *GetUsersParams) SetDefaults()

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

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

func (*GetUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) SetTimeout

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

SetTimeout adds the timeout to the get users params

func (*GetUsersParams) WithContext

func (o *GetUsersParams) WithContext(ctx context.Context) *GetUsersParams

WithContext adds the context to the get users params

func (*GetUsersParams) WithDefaults

func (o *GetUsersParams) WithDefaults() *GetUsersParams

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

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

func (*GetUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get users params

func (*GetUsersParams) WithTimeout

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

WithTimeout adds the timeout to the get users params

func (*GetUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetUsersReader

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

GetUsersReader is a Reader for the GetUsers structure.

func (*GetUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchProjectsIDBadRequest

type PatchProjectsIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewPatchProjectsIDBadRequest

func NewPatchProjectsIDBadRequest() *PatchProjectsIDBadRequest

NewPatchProjectsIDBadRequest creates a PatchProjectsIDBadRequest with default headers values

func (*PatchProjectsIDBadRequest) Code

func (o *PatchProjectsIDBadRequest) Code() int

Code gets the status code for the patch projects Id bad request response

func (*PatchProjectsIDBadRequest) Error

func (o *PatchProjectsIDBadRequest) Error() string

func (*PatchProjectsIDBadRequest) GetPayload

func (*PatchProjectsIDBadRequest) IsClientError

func (o *PatchProjectsIDBadRequest) IsClientError() bool

IsClientError returns true when this patch projects Id bad request response has a 4xx status code

func (*PatchProjectsIDBadRequest) IsCode

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

IsCode returns true when this patch projects Id bad request response a status code equal to that given

func (*PatchProjectsIDBadRequest) IsRedirect

func (o *PatchProjectsIDBadRequest) IsRedirect() bool

IsRedirect returns true when this patch projects Id bad request response has a 3xx status code

func (*PatchProjectsIDBadRequest) IsServerError

func (o *PatchProjectsIDBadRequest) IsServerError() bool

IsServerError returns true when this patch projects Id bad request response has a 5xx status code

func (*PatchProjectsIDBadRequest) IsSuccess

func (o *PatchProjectsIDBadRequest) IsSuccess() bool

IsSuccess returns true when this patch projects Id bad request response has a 2xx status code

func (*PatchProjectsIDBadRequest) String

func (o *PatchProjectsIDBadRequest) String() string

type PatchProjectsIDInternalServerError

type PatchProjectsIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewPatchProjectsIDInternalServerError

func NewPatchProjectsIDInternalServerError() *PatchProjectsIDInternalServerError

NewPatchProjectsIDInternalServerError creates a PatchProjectsIDInternalServerError with default headers values

func (*PatchProjectsIDInternalServerError) Code

Code gets the status code for the patch projects Id internal server error response

func (*PatchProjectsIDInternalServerError) Error

func (*PatchProjectsIDInternalServerError) GetPayload

func (*PatchProjectsIDInternalServerError) IsClientError

func (o *PatchProjectsIDInternalServerError) IsClientError() bool

IsClientError returns true when this patch projects Id internal server error response has a 4xx status code

func (*PatchProjectsIDInternalServerError) IsCode

IsCode returns true when this patch projects Id internal server error response a status code equal to that given

func (*PatchProjectsIDInternalServerError) IsRedirect

func (o *PatchProjectsIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch projects Id internal server error response has a 3xx status code

func (*PatchProjectsIDInternalServerError) IsServerError

func (o *PatchProjectsIDInternalServerError) IsServerError() bool

IsServerError returns true when this patch projects Id internal server error response has a 5xx status code

func (*PatchProjectsIDInternalServerError) IsSuccess

IsSuccess returns true when this patch projects Id internal server error response has a 2xx status code

func (*PatchProjectsIDInternalServerError) String

type PatchProjectsIDNoContent

type PatchProjectsIDNoContent struct {
}

PatchProjectsIDNoContent describes a response with status code 204, with default header values.

no content

func NewPatchProjectsIDNoContent

func NewPatchProjectsIDNoContent() *PatchProjectsIDNoContent

NewPatchProjectsIDNoContent creates a PatchProjectsIDNoContent with default headers values

func (*PatchProjectsIDNoContent) Code

func (o *PatchProjectsIDNoContent) Code() int

Code gets the status code for the patch projects Id no content response

func (*PatchProjectsIDNoContent) Error

func (o *PatchProjectsIDNoContent) Error() string

func (*PatchProjectsIDNoContent) IsClientError

func (o *PatchProjectsIDNoContent) IsClientError() bool

IsClientError returns true when this patch projects Id no content response has a 4xx status code

func (*PatchProjectsIDNoContent) IsCode

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

IsCode returns true when this patch projects Id no content response a status code equal to that given

func (*PatchProjectsIDNoContent) IsRedirect

func (o *PatchProjectsIDNoContent) IsRedirect() bool

IsRedirect returns true when this patch projects Id no content response has a 3xx status code

func (*PatchProjectsIDNoContent) IsServerError

func (o *PatchProjectsIDNoContent) IsServerError() bool

IsServerError returns true when this patch projects Id no content response has a 5xx status code

func (*PatchProjectsIDNoContent) IsSuccess

func (o *PatchProjectsIDNoContent) IsSuccess() bool

IsSuccess returns true when this patch projects Id no content response has a 2xx status code

func (*PatchProjectsIDNoContent) String

func (o *PatchProjectsIDNoContent) String() string

type PatchProjectsIDNotFound

type PatchProjectsIDNotFound struct {
	Payload string
}

PatchProjectsIDNotFound describes a response with status code 404, with default header values.

project not found

func NewPatchProjectsIDNotFound

func NewPatchProjectsIDNotFound() *PatchProjectsIDNotFound

NewPatchProjectsIDNotFound creates a PatchProjectsIDNotFound with default headers values

func (*PatchProjectsIDNotFound) Code

func (o *PatchProjectsIDNotFound) Code() int

Code gets the status code for the patch projects Id not found response

func (*PatchProjectsIDNotFound) Error

func (o *PatchProjectsIDNotFound) Error() string

func (*PatchProjectsIDNotFound) GetPayload

func (o *PatchProjectsIDNotFound) GetPayload() string

func (*PatchProjectsIDNotFound) IsClientError

func (o *PatchProjectsIDNotFound) IsClientError() bool

IsClientError returns true when this patch projects Id not found response has a 4xx status code

func (*PatchProjectsIDNotFound) IsCode

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

IsCode returns true when this patch projects Id not found response a status code equal to that given

func (*PatchProjectsIDNotFound) IsRedirect

func (o *PatchProjectsIDNotFound) IsRedirect() bool

IsRedirect returns true when this patch projects Id not found response has a 3xx status code

func (*PatchProjectsIDNotFound) IsServerError

func (o *PatchProjectsIDNotFound) IsServerError() bool

IsServerError returns true when this patch projects Id not found response has a 5xx status code

func (*PatchProjectsIDNotFound) IsSuccess

func (o *PatchProjectsIDNotFound) IsSuccess() bool

IsSuccess returns true when this patch projects Id not found response has a 2xx status code

func (*PatchProjectsIDNotFound) String

func (o *PatchProjectsIDNotFound) String() string

type PatchProjectsIDOK

type PatchProjectsIDOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewPatchProjectsIDOK

func NewPatchProjectsIDOK() *PatchProjectsIDOK

NewPatchProjectsIDOK creates a PatchProjectsIDOK with default headers values

func (*PatchProjectsIDOK) Code

func (o *PatchProjectsIDOK) Code() int

Code gets the status code for the patch projects Id o k response

func (*PatchProjectsIDOK) Error

func (o *PatchProjectsIDOK) Error() string

func (*PatchProjectsIDOK) GetPayload

func (*PatchProjectsIDOK) IsClientError

func (o *PatchProjectsIDOK) IsClientError() bool

IsClientError returns true when this patch projects Id o k response has a 4xx status code

func (*PatchProjectsIDOK) IsCode

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

IsCode returns true when this patch projects Id o k response a status code equal to that given

func (*PatchProjectsIDOK) IsRedirect

func (o *PatchProjectsIDOK) IsRedirect() bool

IsRedirect returns true when this patch projects Id o k response has a 3xx status code

func (*PatchProjectsIDOK) IsServerError

func (o *PatchProjectsIDOK) IsServerError() bool

IsServerError returns true when this patch projects Id o k response has a 5xx status code

func (*PatchProjectsIDOK) IsSuccess

func (o *PatchProjectsIDOK) IsSuccess() bool

IsSuccess returns true when this patch projects Id o k response has a 2xx status code

func (*PatchProjectsIDOK) String

func (o *PatchProjectsIDOK) String() string

type PatchProjectsIDParams

type PatchProjectsIDParams struct {

	/* ID.

	   project identifier
	*/
	ID string

	/* ProjectUpdateData.

	   data for project update
	*/
	ProjectUpdateData *models.RequestBodyProjectResource

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

PatchProjectsIDParams contains all the parameters to send to the API endpoint

for the patch projects ID operation.

Typically these are written to a http.Request.

func NewPatchProjectsIDParams

func NewPatchProjectsIDParams() *PatchProjectsIDParams

NewPatchProjectsIDParams creates a new PatchProjectsIDParams 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 NewPatchProjectsIDParamsWithContext

func NewPatchProjectsIDParamsWithContext(ctx context.Context) *PatchProjectsIDParams

NewPatchProjectsIDParamsWithContext creates a new PatchProjectsIDParams object with the ability to set a context for a request.

func NewPatchProjectsIDParamsWithHTTPClient

func NewPatchProjectsIDParamsWithHTTPClient(client *http.Client) *PatchProjectsIDParams

NewPatchProjectsIDParamsWithHTTPClient creates a new PatchProjectsIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchProjectsIDParamsWithTimeout

func NewPatchProjectsIDParamsWithTimeout(timeout time.Duration) *PatchProjectsIDParams

NewPatchProjectsIDParamsWithTimeout creates a new PatchProjectsIDParams object with the ability to set a timeout on a request.

func (*PatchProjectsIDParams) SetContext

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

SetContext adds the context to the patch projects ID params

func (*PatchProjectsIDParams) SetDefaults

func (o *PatchProjectsIDParams) SetDefaults()

SetDefaults hydrates default values in the patch projects ID params (not the query body).

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

func (*PatchProjectsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch projects ID params

func (*PatchProjectsIDParams) SetID

func (o *PatchProjectsIDParams) SetID(id string)

SetID adds the id to the patch projects ID params

func (*PatchProjectsIDParams) SetProjectUpdateData

func (o *PatchProjectsIDParams) SetProjectUpdateData(projectUpdateData *models.RequestBodyProjectResource)

SetProjectUpdateData adds the projectUpdateData to the patch projects ID params

func (*PatchProjectsIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch projects ID params

func (*PatchProjectsIDParams) WithContext

WithContext adds the context to the patch projects ID params

func (*PatchProjectsIDParams) WithDefaults

func (o *PatchProjectsIDParams) WithDefaults() *PatchProjectsIDParams

WithDefaults hydrates default values in the patch projects ID params (not the query body).

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

func (*PatchProjectsIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch projects ID params

func (*PatchProjectsIDParams) WithID

WithID adds the id to the patch projects ID params

func (*PatchProjectsIDParams) WithProjectUpdateData

func (o *PatchProjectsIDParams) WithProjectUpdateData(projectUpdateData *models.RequestBodyProjectResource) *PatchProjectsIDParams

WithProjectUpdateData adds the projectUpdateData to the patch projects ID params

func (*PatchProjectsIDParams) WithTimeout

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

WithTimeout adds the timeout to the patch projects ID params

func (*PatchProjectsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchProjectsIDReader

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

PatchProjectsIDReader is a Reader for the PatchProjectsID structure.

func (*PatchProjectsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PatchUsersIDBadRequest

type PatchUsersIDBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewPatchUsersIDBadRequest

func NewPatchUsersIDBadRequest() *PatchUsersIDBadRequest

NewPatchUsersIDBadRequest creates a PatchUsersIDBadRequest with default headers values

func (*PatchUsersIDBadRequest) Code

func (o *PatchUsersIDBadRequest) Code() int

Code gets the status code for the patch users Id bad request response

func (*PatchUsersIDBadRequest) Error

func (o *PatchUsersIDBadRequest) Error() string

func (*PatchUsersIDBadRequest) GetPayload

func (*PatchUsersIDBadRequest) IsClientError

func (o *PatchUsersIDBadRequest) IsClientError() bool

IsClientError returns true when this patch users Id bad request response has a 4xx status code

func (*PatchUsersIDBadRequest) IsCode

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

IsCode returns true when this patch users Id bad request response a status code equal to that given

func (*PatchUsersIDBadRequest) IsRedirect

func (o *PatchUsersIDBadRequest) IsRedirect() bool

IsRedirect returns true when this patch users Id bad request response has a 3xx status code

func (*PatchUsersIDBadRequest) IsServerError

func (o *PatchUsersIDBadRequest) IsServerError() bool

IsServerError returns true when this patch users Id bad request response has a 5xx status code

func (*PatchUsersIDBadRequest) IsSuccess

func (o *PatchUsersIDBadRequest) IsSuccess() bool

IsSuccess returns true when this patch users Id bad request response has a 2xx status code

func (*PatchUsersIDBadRequest) String

func (o *PatchUsersIDBadRequest) String() string

type PatchUsersIDInternalServerError

type PatchUsersIDInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewPatchUsersIDInternalServerError

func NewPatchUsersIDInternalServerError() *PatchUsersIDInternalServerError

NewPatchUsersIDInternalServerError creates a PatchUsersIDInternalServerError with default headers values

func (*PatchUsersIDInternalServerError) Code

Code gets the status code for the patch users Id internal server error response

func (*PatchUsersIDInternalServerError) Error

func (*PatchUsersIDInternalServerError) GetPayload

func (*PatchUsersIDInternalServerError) IsClientError

func (o *PatchUsersIDInternalServerError) IsClientError() bool

IsClientError returns true when this patch users Id internal server error response has a 4xx status code

func (*PatchUsersIDInternalServerError) IsCode

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

IsCode returns true when this patch users Id internal server error response a status code equal to that given

func (*PatchUsersIDInternalServerError) IsRedirect

func (o *PatchUsersIDInternalServerError) IsRedirect() bool

IsRedirect returns true when this patch users Id internal server error response has a 3xx status code

func (*PatchUsersIDInternalServerError) IsServerError

func (o *PatchUsersIDInternalServerError) IsServerError() bool

IsServerError returns true when this patch users Id internal server error response has a 5xx status code

func (*PatchUsersIDInternalServerError) IsSuccess

func (o *PatchUsersIDInternalServerError) IsSuccess() bool

IsSuccess returns true when this patch users Id internal server error response has a 2xx status code

func (*PatchUsersIDInternalServerError) String

type PatchUsersIDNoContent

type PatchUsersIDNoContent struct {
}

PatchUsersIDNoContent describes a response with status code 204, with default header values.

no content

func NewPatchUsersIDNoContent

func NewPatchUsersIDNoContent() *PatchUsersIDNoContent

NewPatchUsersIDNoContent creates a PatchUsersIDNoContent with default headers values

func (*PatchUsersIDNoContent) Code

func (o *PatchUsersIDNoContent) Code() int

Code gets the status code for the patch users Id no content response

func (*PatchUsersIDNoContent) Error

func (o *PatchUsersIDNoContent) Error() string

func (*PatchUsersIDNoContent) IsClientError

func (o *PatchUsersIDNoContent) IsClientError() bool

IsClientError returns true when this patch users Id no content response has a 4xx status code

func (*PatchUsersIDNoContent) IsCode

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

IsCode returns true when this patch users Id no content response a status code equal to that given

func (*PatchUsersIDNoContent) IsRedirect

func (o *PatchUsersIDNoContent) IsRedirect() bool

IsRedirect returns true when this patch users Id no content response has a 3xx status code

func (*PatchUsersIDNoContent) IsServerError

func (o *PatchUsersIDNoContent) IsServerError() bool

IsServerError returns true when this patch users Id no content response has a 5xx status code

func (*PatchUsersIDNoContent) IsSuccess

func (o *PatchUsersIDNoContent) IsSuccess() bool

IsSuccess returns true when this patch users Id no content response has a 2xx status code

func (*PatchUsersIDNoContent) String

func (o *PatchUsersIDNoContent) String() string

type PatchUsersIDNotFound

type PatchUsersIDNotFound struct {
	Payload string
}

PatchUsersIDNotFound describes a response with status code 404, with default header values.

user not found

func NewPatchUsersIDNotFound

func NewPatchUsersIDNotFound() *PatchUsersIDNotFound

NewPatchUsersIDNotFound creates a PatchUsersIDNotFound with default headers values

func (*PatchUsersIDNotFound) Code

func (o *PatchUsersIDNotFound) Code() int

Code gets the status code for the patch users Id not found response

func (*PatchUsersIDNotFound) Error

func (o *PatchUsersIDNotFound) Error() string

func (*PatchUsersIDNotFound) GetPayload

func (o *PatchUsersIDNotFound) GetPayload() string

func (*PatchUsersIDNotFound) IsClientError

func (o *PatchUsersIDNotFound) IsClientError() bool

IsClientError returns true when this patch users Id not found response has a 4xx status code

func (*PatchUsersIDNotFound) IsCode

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

IsCode returns true when this patch users Id not found response a status code equal to that given

func (*PatchUsersIDNotFound) IsRedirect

func (o *PatchUsersIDNotFound) IsRedirect() bool

IsRedirect returns true when this patch users Id not found response has a 3xx status code

func (*PatchUsersIDNotFound) IsServerError

func (o *PatchUsersIDNotFound) IsServerError() bool

IsServerError returns true when this patch users Id not found response has a 5xx status code

func (*PatchUsersIDNotFound) IsSuccess

func (o *PatchUsersIDNotFound) IsSuccess() bool

IsSuccess returns true when this patch users Id not found response has a 2xx status code

func (*PatchUsersIDNotFound) String

func (o *PatchUsersIDNotFound) String() string

type PatchUsersIDOK

type PatchUsersIDOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewPatchUsersIDOK

func NewPatchUsersIDOK() *PatchUsersIDOK

NewPatchUsersIDOK creates a PatchUsersIDOK with default headers values

func (*PatchUsersIDOK) Code

func (o *PatchUsersIDOK) Code() int

Code gets the status code for the patch users Id o k response

func (*PatchUsersIDOK) Error

func (o *PatchUsersIDOK) Error() string

func (*PatchUsersIDOK) GetPayload

func (*PatchUsersIDOK) IsClientError

func (o *PatchUsersIDOK) IsClientError() bool

IsClientError returns true when this patch users Id o k response has a 4xx status code

func (*PatchUsersIDOK) IsCode

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

IsCode returns true when this patch users Id o k response a status code equal to that given

func (*PatchUsersIDOK) IsRedirect

func (o *PatchUsersIDOK) IsRedirect() bool

IsRedirect returns true when this patch users Id o k response has a 3xx status code

func (*PatchUsersIDOK) IsServerError

func (o *PatchUsersIDOK) IsServerError() bool

IsServerError returns true when this patch users Id o k response has a 5xx status code

func (*PatchUsersIDOK) IsSuccess

func (o *PatchUsersIDOK) IsSuccess() bool

IsSuccess returns true when this patch users Id o k response has a 2xx status code

func (*PatchUsersIDOK) String

func (o *PatchUsersIDOK) String() string

type PatchUsersIDParams

type PatchUsersIDParams struct {

	/* ID.

	   user identifier
	*/
	ID string

	/* UserUpdateData.

	   data for user update
	*/
	UserUpdateData *models.RequestBodyUserResource

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

PatchUsersIDParams contains all the parameters to send to the API endpoint

for the patch users ID operation.

Typically these are written to a http.Request.

func NewPatchUsersIDParams

func NewPatchUsersIDParams() *PatchUsersIDParams

NewPatchUsersIDParams creates a new PatchUsersIDParams 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 NewPatchUsersIDParamsWithContext

func NewPatchUsersIDParamsWithContext(ctx context.Context) *PatchUsersIDParams

NewPatchUsersIDParamsWithContext creates a new PatchUsersIDParams object with the ability to set a context for a request.

func NewPatchUsersIDParamsWithHTTPClient

func NewPatchUsersIDParamsWithHTTPClient(client *http.Client) *PatchUsersIDParams

NewPatchUsersIDParamsWithHTTPClient creates a new PatchUsersIDParams object with the ability to set a custom HTTPClient for a request.

func NewPatchUsersIDParamsWithTimeout

func NewPatchUsersIDParamsWithTimeout(timeout time.Duration) *PatchUsersIDParams

NewPatchUsersIDParamsWithTimeout creates a new PatchUsersIDParams object with the ability to set a timeout on a request.

func (*PatchUsersIDParams) SetContext

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

SetContext adds the context to the patch users ID params

func (*PatchUsersIDParams) SetDefaults

func (o *PatchUsersIDParams) SetDefaults()

SetDefaults hydrates default values in the patch users ID params (not the query body).

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

func (*PatchUsersIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the patch users ID params

func (*PatchUsersIDParams) SetID

func (o *PatchUsersIDParams) SetID(id string)

SetID adds the id to the patch users ID params

func (*PatchUsersIDParams) SetTimeout

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

SetTimeout adds the timeout to the patch users ID params

func (*PatchUsersIDParams) SetUserUpdateData

func (o *PatchUsersIDParams) SetUserUpdateData(userUpdateData *models.RequestBodyUserResource)

SetUserUpdateData adds the userUpdateData to the patch users ID params

func (*PatchUsersIDParams) WithContext

WithContext adds the context to the patch users ID params

func (*PatchUsersIDParams) WithDefaults

func (o *PatchUsersIDParams) WithDefaults() *PatchUsersIDParams

WithDefaults hydrates default values in the patch users ID params (not the query body).

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

func (*PatchUsersIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the patch users ID params

func (*PatchUsersIDParams) WithID

WithID adds the id to the patch users ID params

func (*PatchUsersIDParams) WithTimeout

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

WithTimeout adds the timeout to the patch users ID params

func (*PatchUsersIDParams) WithUserUpdateData

func (o *PatchUsersIDParams) WithUserUpdateData(userUpdateData *models.RequestBodyUserResource) *PatchUsersIDParams

WithUserUpdateData adds the userUpdateData to the patch users ID params

func (*PatchUsersIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PatchUsersIDReader

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

PatchUsersIDReader is a Reader for the PatchUsersID structure.

func (*PatchUsersIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostProjectsBadRequest

type PostProjectsBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewPostProjectsBadRequest

func NewPostProjectsBadRequest() *PostProjectsBadRequest

NewPostProjectsBadRequest creates a PostProjectsBadRequest with default headers values

func (*PostProjectsBadRequest) Code

func (o *PostProjectsBadRequest) Code() int

Code gets the status code for the post projects bad request response

func (*PostProjectsBadRequest) Error

func (o *PostProjectsBadRequest) Error() string

func (*PostProjectsBadRequest) GetPayload

func (*PostProjectsBadRequest) IsClientError

func (o *PostProjectsBadRequest) IsClientError() bool

IsClientError returns true when this post projects bad request response has a 4xx status code

func (*PostProjectsBadRequest) IsCode

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

IsCode returns true when this post projects bad request response a status code equal to that given

func (*PostProjectsBadRequest) IsRedirect

func (o *PostProjectsBadRequest) IsRedirect() bool

IsRedirect returns true when this post projects bad request response has a 3xx status code

func (*PostProjectsBadRequest) IsServerError

func (o *PostProjectsBadRequest) IsServerError() bool

IsServerError returns true when this post projects bad request response has a 5xx status code

func (*PostProjectsBadRequest) IsSuccess

func (o *PostProjectsBadRequest) IsSuccess() bool

IsSuccess returns true when this post projects bad request response has a 2xx status code

func (*PostProjectsBadRequest) String

func (o *PostProjectsBadRequest) String() string

type PostProjectsInternalServerError

type PostProjectsInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewPostProjectsInternalServerError

func NewPostProjectsInternalServerError() *PostProjectsInternalServerError

NewPostProjectsInternalServerError creates a PostProjectsInternalServerError with default headers values

func (*PostProjectsInternalServerError) Code

Code gets the status code for the post projects internal server error response

func (*PostProjectsInternalServerError) Error

func (*PostProjectsInternalServerError) GetPayload

func (*PostProjectsInternalServerError) IsClientError

func (o *PostProjectsInternalServerError) IsClientError() bool

IsClientError returns true when this post projects internal server error response has a 4xx status code

func (*PostProjectsInternalServerError) IsCode

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

IsCode returns true when this post projects internal server error response a status code equal to that given

func (*PostProjectsInternalServerError) IsRedirect

func (o *PostProjectsInternalServerError) IsRedirect() bool

IsRedirect returns true when this post projects internal server error response has a 3xx status code

func (*PostProjectsInternalServerError) IsServerError

func (o *PostProjectsInternalServerError) IsServerError() bool

IsServerError returns true when this post projects internal server error response has a 5xx status code

func (*PostProjectsInternalServerError) IsSuccess

func (o *PostProjectsInternalServerError) IsSuccess() bool

IsSuccess returns true when this post projects internal server error response has a 2xx status code

func (*PostProjectsInternalServerError) String

type PostProjectsOK

type PostProjectsOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewPostProjectsOK

func NewPostProjectsOK() *PostProjectsOK

NewPostProjectsOK creates a PostProjectsOK with default headers values

func (*PostProjectsOK) Code

func (o *PostProjectsOK) Code() int

Code gets the status code for the post projects o k response

func (*PostProjectsOK) Error

func (o *PostProjectsOK) Error() string

func (*PostProjectsOK) GetPayload

func (*PostProjectsOK) IsClientError

func (o *PostProjectsOK) IsClientError() bool

IsClientError returns true when this post projects o k response has a 4xx status code

func (*PostProjectsOK) IsCode

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

IsCode returns true when this post projects o k response a status code equal to that given

func (*PostProjectsOK) IsRedirect

func (o *PostProjectsOK) IsRedirect() bool

IsRedirect returns true when this post projects o k response has a 3xx status code

func (*PostProjectsOK) IsServerError

func (o *PostProjectsOK) IsServerError() bool

IsServerError returns true when this post projects o k response has a 5xx status code

func (*PostProjectsOK) IsSuccess

func (o *PostProjectsOK) IsSuccess() bool

IsSuccess returns true when this post projects o k response has a 2xx status code

func (*PostProjectsOK) String

func (o *PostProjectsOK) String() string

type PostProjectsParams

type PostProjectsParams struct {

	/* ProjectProvisionData.

	   data for project provisioning
	*/
	ProjectProvisionData *models.RequestBodyProjectProvision

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

PostProjectsParams contains all the parameters to send to the API endpoint

for the post projects operation.

Typically these are written to a http.Request.

func NewPostProjectsParams

func NewPostProjectsParams() *PostProjectsParams

NewPostProjectsParams creates a new PostProjectsParams 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 NewPostProjectsParamsWithContext

func NewPostProjectsParamsWithContext(ctx context.Context) *PostProjectsParams

NewPostProjectsParamsWithContext creates a new PostProjectsParams object with the ability to set a context for a request.

func NewPostProjectsParamsWithHTTPClient

func NewPostProjectsParamsWithHTTPClient(client *http.Client) *PostProjectsParams

NewPostProjectsParamsWithHTTPClient creates a new PostProjectsParams object with the ability to set a custom HTTPClient for a request.

func NewPostProjectsParamsWithTimeout

func NewPostProjectsParamsWithTimeout(timeout time.Duration) *PostProjectsParams

NewPostProjectsParamsWithTimeout creates a new PostProjectsParams object with the ability to set a timeout on a request.

func (*PostProjectsParams) SetContext

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

SetContext adds the context to the post projects params

func (*PostProjectsParams) SetDefaults

func (o *PostProjectsParams) SetDefaults()

SetDefaults hydrates default values in the post projects params (not the query body).

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

func (*PostProjectsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post projects params

func (*PostProjectsParams) SetProjectProvisionData

func (o *PostProjectsParams) SetProjectProvisionData(projectProvisionData *models.RequestBodyProjectProvision)

SetProjectProvisionData adds the projectProvisionData to the post projects params

func (*PostProjectsParams) SetTimeout

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

SetTimeout adds the timeout to the post projects params

func (*PostProjectsParams) WithContext

WithContext adds the context to the post projects params

func (*PostProjectsParams) WithDefaults

func (o *PostProjectsParams) WithDefaults() *PostProjectsParams

WithDefaults hydrates default values in the post projects params (not the query body).

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

func (*PostProjectsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post projects params

func (*PostProjectsParams) WithProjectProvisionData

func (o *PostProjectsParams) WithProjectProvisionData(projectProvisionData *models.RequestBodyProjectProvision) *PostProjectsParams

WithProjectProvisionData adds the projectProvisionData to the post projects params

func (*PostProjectsParams) WithTimeout

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

WithTimeout adds the timeout to the post projects params

func (*PostProjectsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostProjectsReader

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

PostProjectsReader is a Reader for the PostProjects structure.

func (*PostProjectsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostUsersBadRequest

type PostUsersBadRequest struct {
	Payload *models.ResponseBody400
}

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

bad request

func NewPostUsersBadRequest

func NewPostUsersBadRequest() *PostUsersBadRequest

NewPostUsersBadRequest creates a PostUsersBadRequest with default headers values

func (*PostUsersBadRequest) Code

func (o *PostUsersBadRequest) Code() int

Code gets the status code for the post users bad request response

func (*PostUsersBadRequest) Error

func (o *PostUsersBadRequest) Error() string

func (*PostUsersBadRequest) GetPayload

func (o *PostUsersBadRequest) GetPayload() *models.ResponseBody400

func (*PostUsersBadRequest) IsClientError

func (o *PostUsersBadRequest) IsClientError() bool

IsClientError returns true when this post users bad request response has a 4xx status code

func (*PostUsersBadRequest) IsCode

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

IsCode returns true when this post users bad request response a status code equal to that given

func (*PostUsersBadRequest) IsRedirect

func (o *PostUsersBadRequest) IsRedirect() bool

IsRedirect returns true when this post users bad request response has a 3xx status code

func (*PostUsersBadRequest) IsServerError

func (o *PostUsersBadRequest) IsServerError() bool

IsServerError returns true when this post users bad request response has a 5xx status code

func (*PostUsersBadRequest) IsSuccess

func (o *PostUsersBadRequest) IsSuccess() bool

IsSuccess returns true when this post users bad request response has a 2xx status code

func (*PostUsersBadRequest) String

func (o *PostUsersBadRequest) String() string

type PostUsersInternalServerError

type PostUsersInternalServerError struct {
	Payload *models.ResponseBody500
}

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

failure

func NewPostUsersInternalServerError

func NewPostUsersInternalServerError() *PostUsersInternalServerError

NewPostUsersInternalServerError creates a PostUsersInternalServerError with default headers values

func (*PostUsersInternalServerError) Code

Code gets the status code for the post users internal server error response

func (*PostUsersInternalServerError) Error

func (*PostUsersInternalServerError) GetPayload

func (*PostUsersInternalServerError) IsClientError

func (o *PostUsersInternalServerError) IsClientError() bool

IsClientError returns true when this post users internal server error response has a 4xx status code

func (*PostUsersInternalServerError) IsCode

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

IsCode returns true when this post users internal server error response a status code equal to that given

func (*PostUsersInternalServerError) IsRedirect

func (o *PostUsersInternalServerError) IsRedirect() bool

IsRedirect returns true when this post users internal server error response has a 3xx status code

func (*PostUsersInternalServerError) IsServerError

func (o *PostUsersInternalServerError) IsServerError() bool

IsServerError returns true when this post users internal server error response has a 5xx status code

func (*PostUsersInternalServerError) IsSuccess

func (o *PostUsersInternalServerError) IsSuccess() bool

IsSuccess returns true when this post users internal server error response has a 2xx status code

func (*PostUsersInternalServerError) String

type PostUsersOK

type PostUsersOK struct {
	Payload *models.ResponseBodyTaskResource
}

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

success

func NewPostUsersOK

func NewPostUsersOK() *PostUsersOK

NewPostUsersOK creates a PostUsersOK with default headers values

func (*PostUsersOK) Code

func (o *PostUsersOK) Code() int

Code gets the status code for the post users o k response

func (*PostUsersOK) Error

func (o *PostUsersOK) Error() string

func (*PostUsersOK) GetPayload

func (o *PostUsersOK) GetPayload() *models.ResponseBodyTaskResource

func (*PostUsersOK) IsClientError

func (o *PostUsersOK) IsClientError() bool

IsClientError returns true when this post users o k response has a 4xx status code

func (*PostUsersOK) IsCode

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

IsCode returns true when this post users o k response a status code equal to that given

func (*PostUsersOK) IsRedirect

func (o *PostUsersOK) IsRedirect() bool

IsRedirect returns true when this post users o k response has a 3xx status code

func (*PostUsersOK) IsServerError

func (o *PostUsersOK) IsServerError() bool

IsServerError returns true when this post users o k response has a 5xx status code

func (*PostUsersOK) IsSuccess

func (o *PostUsersOK) IsSuccess() bool

IsSuccess returns true when this post users o k response has a 2xx status code

func (*PostUsersOK) String

func (o *PostUsersOK) String() string

type PostUsersParams

type PostUsersParams struct {

	/* UserProvisionData.

	   data for user provisioning
	*/
	UserProvisionData *models.RequestBodyUserProvision

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

PostUsersParams contains all the parameters to send to the API endpoint

for the post users operation.

Typically these are written to a http.Request.

func NewPostUsersParams

func NewPostUsersParams() *PostUsersParams

NewPostUsersParams creates a new PostUsersParams 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 NewPostUsersParamsWithContext

func NewPostUsersParamsWithContext(ctx context.Context) *PostUsersParams

NewPostUsersParamsWithContext creates a new PostUsersParams object with the ability to set a context for a request.

func NewPostUsersParamsWithHTTPClient

func NewPostUsersParamsWithHTTPClient(client *http.Client) *PostUsersParams

NewPostUsersParamsWithHTTPClient creates a new PostUsersParams object with the ability to set a custom HTTPClient for a request.

func NewPostUsersParamsWithTimeout

func NewPostUsersParamsWithTimeout(timeout time.Duration) *PostUsersParams

NewPostUsersParamsWithTimeout creates a new PostUsersParams object with the ability to set a timeout on a request.

func (*PostUsersParams) SetContext

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

SetContext adds the context to the post users params

func (*PostUsersParams) SetDefaults

func (o *PostUsersParams) SetDefaults()

SetDefaults hydrates default values in the post users params (not the query body).

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

func (*PostUsersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) SetTimeout

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

SetTimeout adds the timeout to the post users params

func (*PostUsersParams) SetUserProvisionData

func (o *PostUsersParams) SetUserProvisionData(userProvisionData *models.RequestBodyUserProvision)

SetUserProvisionData adds the userProvisionData to the post users params

func (*PostUsersParams) WithContext

func (o *PostUsersParams) WithContext(ctx context.Context) *PostUsersParams

WithContext adds the context to the post users params

func (*PostUsersParams) WithDefaults

func (o *PostUsersParams) WithDefaults() *PostUsersParams

WithDefaults hydrates default values in the post users params (not the query body).

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

func (*PostUsersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the post users params

func (*PostUsersParams) WithTimeout

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

WithTimeout adds the timeout to the post users params

func (*PostUsersParams) WithUserProvisionData

func (o *PostUsersParams) WithUserProvisionData(userProvisionData *models.RequestBodyUserProvision) *PostUsersParams

WithUserProvisionData adds the userProvisionData to the post users params

func (*PostUsersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostUsersReader

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

PostUsersReader is a Reader for the PostUsers structure.

func (*PostUsersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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