service

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for service API

func (*Client) CreateService

func (a *Client) CreateService(params *CreateServiceParams, opts ...ClientOption) (*CreateServiceOK, error)

CreateService create service API

func (*Client) DeleteService

func (a *Client) DeleteService(params *DeleteServiceParams, opts ...ClientOption) (*DeleteServiceOK, error)

DeleteService delete service API

func (*Client) ListServices

func (a *Client) ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

ListServices list services API

func (*Client) ReadService

func (a *Client) ReadService(params *ReadServiceParams, opts ...ClientOption) (*ReadServiceOK, error)

ReadService read service API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateService

func (a *Client) UpdateService(params *UpdateServiceParams, opts ...ClientOption) (*UpdateServiceOK, error)

UpdateService update service API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateService(params *CreateServiceParams, opts ...ClientOption) (*CreateServiceOK, error)

	DeleteService(params *DeleteServiceParams, opts ...ClientOption) (*DeleteServiceOK, error)

	ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

	ReadService(params *ReadServiceParams, opts ...ClientOption) (*ReadServiceOK, error)

	UpdateService(params *UpdateServiceParams, opts ...ClientOption) (*UpdateServiceOK, 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 service API client.

type CreateServiceBadRequest

type CreateServiceBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the Service because the request is invalid.

func NewCreateServiceBadRequest

func NewCreateServiceBadRequest() *CreateServiceBadRequest

NewCreateServiceBadRequest creates a CreateServiceBadRequest with default headers values

func (*CreateServiceBadRequest) Code

func (o *CreateServiceBadRequest) Code() int

Code gets the status code for the create service bad request response

func (*CreateServiceBadRequest) Error

func (o *CreateServiceBadRequest) Error() string

func (*CreateServiceBadRequest) GetPayload

func (o *CreateServiceBadRequest) GetPayload() *models.APIError

func (*CreateServiceBadRequest) IsClientError

func (o *CreateServiceBadRequest) IsClientError() bool

IsClientError returns true when this create service bad request response has a 4xx status code

func (*CreateServiceBadRequest) IsCode

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

IsCode returns true when this create service bad request response a status code equal to that given

func (*CreateServiceBadRequest) IsRedirect

func (o *CreateServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this create service bad request response has a 3xx status code

func (*CreateServiceBadRequest) IsServerError

func (o *CreateServiceBadRequest) IsServerError() bool

IsServerError returns true when this create service bad request response has a 5xx status code

func (*CreateServiceBadRequest) IsSuccess

func (o *CreateServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this create service bad request response has a 2xx status code

func (*CreateServiceBadRequest) String

func (o *CreateServiceBadRequest) String() string

type CreateServiceConflict

type CreateServiceConflict struct {
	Payload *models.APIError
}

CreateServiceConflict describes a response with status code 409, with default header values.

Cannot create the Service because there is a conflict with an existing Service.

func NewCreateServiceConflict

func NewCreateServiceConflict() *CreateServiceConflict

NewCreateServiceConflict creates a CreateServiceConflict with default headers values

func (*CreateServiceConflict) Code

func (o *CreateServiceConflict) Code() int

Code gets the status code for the create service conflict response

func (*CreateServiceConflict) Error

func (o *CreateServiceConflict) Error() string

func (*CreateServiceConflict) GetPayload

func (o *CreateServiceConflict) GetPayload() *models.APIError

func (*CreateServiceConflict) IsClientError

func (o *CreateServiceConflict) IsClientError() bool

IsClientError returns true when this create service conflict response has a 4xx status code

func (*CreateServiceConflict) IsCode

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

IsCode returns true when this create service conflict response a status code equal to that given

func (*CreateServiceConflict) IsRedirect

func (o *CreateServiceConflict) IsRedirect() bool

IsRedirect returns true when this create service conflict response has a 3xx status code

func (*CreateServiceConflict) IsServerError

func (o *CreateServiceConflict) IsServerError() bool

IsServerError returns true when this create service conflict response has a 5xx status code

func (*CreateServiceConflict) IsSuccess

func (o *CreateServiceConflict) IsSuccess() bool

IsSuccess returns true when this create service conflict response has a 2xx status code

func (*CreateServiceConflict) String

func (o *CreateServiceConflict) String() string

type CreateServiceDefault

type CreateServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

CreateServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewCreateServiceDefault

func NewCreateServiceDefault(code int) *CreateServiceDefault

NewCreateServiceDefault creates a CreateServiceDefault with default headers values

func (*CreateServiceDefault) Code

func (o *CreateServiceDefault) Code() int

Code gets the status code for the create service default response

func (*CreateServiceDefault) Error

func (o *CreateServiceDefault) Error() string

func (*CreateServiceDefault) GetPayload

func (o *CreateServiceDefault) GetPayload() models.GenericError

func (*CreateServiceDefault) IsClientError

func (o *CreateServiceDefault) IsClientError() bool

IsClientError returns true when this create service default response has a 4xx status code

func (*CreateServiceDefault) IsCode

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

IsCode returns true when this create service default response a status code equal to that given

func (*CreateServiceDefault) IsRedirect

func (o *CreateServiceDefault) IsRedirect() bool

IsRedirect returns true when this create service default response has a 3xx status code

func (*CreateServiceDefault) IsServerError

func (o *CreateServiceDefault) IsServerError() bool

IsServerError returns true when this create service default response has a 5xx status code

func (*CreateServiceDefault) IsSuccess

func (o *CreateServiceDefault) IsSuccess() bool

IsSuccess returns true when this create service default response has a 2xx status code

func (*CreateServiceDefault) String

func (o *CreateServiceDefault) String() string

type CreateServiceInternalServerError

type CreateServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewCreateServiceInternalServerError

func NewCreateServiceInternalServerError() *CreateServiceInternalServerError

NewCreateServiceInternalServerError creates a CreateServiceInternalServerError with default headers values

func (*CreateServiceInternalServerError) Code

Code gets the status code for the create service internal server error response

func (*CreateServiceInternalServerError) Error

func (*CreateServiceInternalServerError) GetPayload

func (*CreateServiceInternalServerError) IsClientError

func (o *CreateServiceInternalServerError) IsClientError() bool

IsClientError returns true when this create service internal server error response has a 4xx status code

func (*CreateServiceInternalServerError) IsCode

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

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

func (*CreateServiceInternalServerError) IsRedirect

func (o *CreateServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this create service internal server error response has a 3xx status code

func (*CreateServiceInternalServerError) IsServerError

func (o *CreateServiceInternalServerError) IsServerError() bool

IsServerError returns true when this create service internal server error response has a 5xx status code

func (*CreateServiceInternalServerError) IsSuccess

func (o *CreateServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this create service internal server error response has a 2xx status code

func (*CreateServiceInternalServerError) String

type CreateServiceOK

type CreateServiceOK struct {
	Payload *models.ConfigunstableCreateServiceResponse
}

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

A successful response containing the created Service.

func NewCreateServiceOK

func NewCreateServiceOK() *CreateServiceOK

NewCreateServiceOK creates a CreateServiceOK with default headers values

func (*CreateServiceOK) Code

func (o *CreateServiceOK) Code() int

Code gets the status code for the create service o k response

func (*CreateServiceOK) Error

func (o *CreateServiceOK) Error() string

func (*CreateServiceOK) GetPayload

func (*CreateServiceOK) IsClientError

func (o *CreateServiceOK) IsClientError() bool

IsClientError returns true when this create service o k response has a 4xx status code

func (*CreateServiceOK) IsCode

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

IsCode returns true when this create service o k response a status code equal to that given

func (*CreateServiceOK) IsRedirect

func (o *CreateServiceOK) IsRedirect() bool

IsRedirect returns true when this create service o k response has a 3xx status code

func (*CreateServiceOK) IsServerError

func (o *CreateServiceOK) IsServerError() bool

IsServerError returns true when this create service o k response has a 5xx status code

func (*CreateServiceOK) IsSuccess

func (o *CreateServiceOK) IsSuccess() bool

IsSuccess returns true when this create service o k response has a 2xx status code

func (*CreateServiceOK) String

func (o *CreateServiceOK) String() string

type CreateServiceParams

type CreateServiceParams struct {

	// Body.
	Body *models.ConfigunstableCreateServiceRequest

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

CreateServiceParams contains all the parameters to send to the API endpoint

for the create service operation.

Typically these are written to a http.Request.

func NewCreateServiceParams

func NewCreateServiceParams() *CreateServiceParams

NewCreateServiceParams creates a new CreateServiceParams 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 NewCreateServiceParamsWithContext

func NewCreateServiceParamsWithContext(ctx context.Context) *CreateServiceParams

NewCreateServiceParamsWithContext creates a new CreateServiceParams object with the ability to set a context for a request.

func NewCreateServiceParamsWithHTTPClient

func NewCreateServiceParamsWithHTTPClient(client *http.Client) *CreateServiceParams

NewCreateServiceParamsWithHTTPClient creates a new CreateServiceParams object with the ability to set a custom HTTPClient for a request.

func NewCreateServiceParamsWithTimeout

func NewCreateServiceParamsWithTimeout(timeout time.Duration) *CreateServiceParams

NewCreateServiceParamsWithTimeout creates a new CreateServiceParams object with the ability to set a timeout on a request.

func (*CreateServiceParams) SetBody

SetBody adds the body to the create service params

func (*CreateServiceParams) SetContext

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

SetContext adds the context to the create service params

func (*CreateServiceParams) SetDefaults

func (o *CreateServiceParams) SetDefaults()

SetDefaults hydrates default values in the create service params (not the query body).

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

func (*CreateServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create service params

func (*CreateServiceParams) SetTimeout

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

SetTimeout adds the timeout to the create service params

func (*CreateServiceParams) WithBody

WithBody adds the body to the create service params

func (*CreateServiceParams) WithContext

WithContext adds the context to the create service params

func (*CreateServiceParams) WithDefaults

func (o *CreateServiceParams) WithDefaults() *CreateServiceParams

WithDefaults hydrates default values in the create service params (not the query body).

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

func (*CreateServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create service params

func (*CreateServiceParams) WithTimeout

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

WithTimeout adds the timeout to the create service params

func (*CreateServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateServiceReader

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

CreateServiceReader is a Reader for the CreateService structure.

func (*CreateServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteServiceBadRequest

type DeleteServiceBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the Service because it is in use.

func NewDeleteServiceBadRequest

func NewDeleteServiceBadRequest() *DeleteServiceBadRequest

NewDeleteServiceBadRequest creates a DeleteServiceBadRequest with default headers values

func (*DeleteServiceBadRequest) Code

func (o *DeleteServiceBadRequest) Code() int

Code gets the status code for the delete service bad request response

func (*DeleteServiceBadRequest) Error

func (o *DeleteServiceBadRequest) Error() string

func (*DeleteServiceBadRequest) GetPayload

func (o *DeleteServiceBadRequest) GetPayload() *models.APIError

func (*DeleteServiceBadRequest) IsClientError

func (o *DeleteServiceBadRequest) IsClientError() bool

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

func (*DeleteServiceBadRequest) IsCode

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

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

func (*DeleteServiceBadRequest) IsRedirect

func (o *DeleteServiceBadRequest) IsRedirect() bool

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

func (*DeleteServiceBadRequest) IsServerError

func (o *DeleteServiceBadRequest) IsServerError() bool

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

func (*DeleteServiceBadRequest) IsSuccess

func (o *DeleteServiceBadRequest) IsSuccess() bool

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

func (*DeleteServiceBadRequest) String

func (o *DeleteServiceBadRequest) String() string

type DeleteServiceDefault

type DeleteServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

DeleteServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewDeleteServiceDefault

func NewDeleteServiceDefault(code int) *DeleteServiceDefault

NewDeleteServiceDefault creates a DeleteServiceDefault with default headers values

func (*DeleteServiceDefault) Code

func (o *DeleteServiceDefault) Code() int

Code gets the status code for the delete service default response

func (*DeleteServiceDefault) Error

func (o *DeleteServiceDefault) Error() string

func (*DeleteServiceDefault) GetPayload

func (o *DeleteServiceDefault) GetPayload() models.GenericError

func (*DeleteServiceDefault) IsClientError

func (o *DeleteServiceDefault) IsClientError() bool

IsClientError returns true when this delete service default response has a 4xx status code

func (*DeleteServiceDefault) IsCode

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

IsCode returns true when this delete service default response a status code equal to that given

func (*DeleteServiceDefault) IsRedirect

func (o *DeleteServiceDefault) IsRedirect() bool

IsRedirect returns true when this delete service default response has a 3xx status code

func (*DeleteServiceDefault) IsServerError

func (o *DeleteServiceDefault) IsServerError() bool

IsServerError returns true when this delete service default response has a 5xx status code

func (*DeleteServiceDefault) IsSuccess

func (o *DeleteServiceDefault) IsSuccess() bool

IsSuccess returns true when this delete service default response has a 2xx status code

func (*DeleteServiceDefault) String

func (o *DeleteServiceDefault) String() string

type DeleteServiceInternalServerError

type DeleteServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewDeleteServiceInternalServerError

func NewDeleteServiceInternalServerError() *DeleteServiceInternalServerError

NewDeleteServiceInternalServerError creates a DeleteServiceInternalServerError with default headers values

func (*DeleteServiceInternalServerError) Code

Code gets the status code for the delete service internal server error response

func (*DeleteServiceInternalServerError) Error

func (*DeleteServiceInternalServerError) GetPayload

func (*DeleteServiceInternalServerError) IsClientError

func (o *DeleteServiceInternalServerError) IsClientError() bool

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

func (*DeleteServiceInternalServerError) IsCode

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

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

func (*DeleteServiceInternalServerError) IsRedirect

func (o *DeleteServiceInternalServerError) IsRedirect() bool

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

func (*DeleteServiceInternalServerError) IsServerError

func (o *DeleteServiceInternalServerError) IsServerError() bool

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

func (*DeleteServiceInternalServerError) IsSuccess

func (o *DeleteServiceInternalServerError) IsSuccess() bool

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

func (*DeleteServiceInternalServerError) String

type DeleteServiceNotFound

type DeleteServiceNotFound struct {
	Payload *models.APIError
}

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

Cannot delete the Service because the slug does not exist.

func NewDeleteServiceNotFound

func NewDeleteServiceNotFound() *DeleteServiceNotFound

NewDeleteServiceNotFound creates a DeleteServiceNotFound with default headers values

func (*DeleteServiceNotFound) Code

func (o *DeleteServiceNotFound) Code() int

Code gets the status code for the delete service not found response

func (*DeleteServiceNotFound) Error

func (o *DeleteServiceNotFound) Error() string

func (*DeleteServiceNotFound) GetPayload

func (o *DeleteServiceNotFound) GetPayload() *models.APIError

func (*DeleteServiceNotFound) IsClientError

func (o *DeleteServiceNotFound) IsClientError() bool

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

func (*DeleteServiceNotFound) IsCode

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

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

func (*DeleteServiceNotFound) IsRedirect

func (o *DeleteServiceNotFound) IsRedirect() bool

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

func (*DeleteServiceNotFound) IsServerError

func (o *DeleteServiceNotFound) IsServerError() bool

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

func (*DeleteServiceNotFound) IsSuccess

func (o *DeleteServiceNotFound) IsSuccess() bool

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

func (*DeleteServiceNotFound) String

func (o *DeleteServiceNotFound) String() string

type DeleteServiceOK

type DeleteServiceOK struct {
	Payload models.ConfigunstableDeleteServiceResponse
}

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

A successful response.

func NewDeleteServiceOK

func NewDeleteServiceOK() *DeleteServiceOK

NewDeleteServiceOK creates a DeleteServiceOK with default headers values

func (*DeleteServiceOK) Code

func (o *DeleteServiceOK) Code() int

Code gets the status code for the delete service o k response

func (*DeleteServiceOK) Error

func (o *DeleteServiceOK) Error() string

func (*DeleteServiceOK) GetPayload

func (*DeleteServiceOK) IsClientError

func (o *DeleteServiceOK) IsClientError() bool

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

func (*DeleteServiceOK) IsCode

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

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

func (*DeleteServiceOK) IsRedirect

func (o *DeleteServiceOK) IsRedirect() bool

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

func (*DeleteServiceOK) IsServerError

func (o *DeleteServiceOK) IsServerError() bool

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

func (*DeleteServiceOK) IsSuccess

func (o *DeleteServiceOK) IsSuccess() bool

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

func (*DeleteServiceOK) String

func (o *DeleteServiceOK) String() string

type DeleteServiceParams

type DeleteServiceParams struct {

	// Slug.
	Slug string

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

DeleteServiceParams contains all the parameters to send to the API endpoint

for the delete service operation.

Typically these are written to a http.Request.

func NewDeleteServiceParams

func NewDeleteServiceParams() *DeleteServiceParams

NewDeleteServiceParams creates a new DeleteServiceParams 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 NewDeleteServiceParamsWithContext

func NewDeleteServiceParamsWithContext(ctx context.Context) *DeleteServiceParams

NewDeleteServiceParamsWithContext creates a new DeleteServiceParams object with the ability to set a context for a request.

func NewDeleteServiceParamsWithHTTPClient

func NewDeleteServiceParamsWithHTTPClient(client *http.Client) *DeleteServiceParams

NewDeleteServiceParamsWithHTTPClient creates a new DeleteServiceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteServiceParamsWithTimeout

func NewDeleteServiceParamsWithTimeout(timeout time.Duration) *DeleteServiceParams

NewDeleteServiceParamsWithTimeout creates a new DeleteServiceParams object with the ability to set a timeout on a request.

func (*DeleteServiceParams) SetContext

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

SetContext adds the context to the delete service params

func (*DeleteServiceParams) SetDefaults

func (o *DeleteServiceParams) SetDefaults()

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

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

func (*DeleteServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete service params

func (*DeleteServiceParams) SetSlug

func (o *DeleteServiceParams) SetSlug(slug string)

SetSlug adds the slug to the delete service params

func (*DeleteServiceParams) SetTimeout

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

SetTimeout adds the timeout to the delete service params

func (*DeleteServiceParams) WithContext

WithContext adds the context to the delete service params

func (*DeleteServiceParams) WithDefaults

func (o *DeleteServiceParams) WithDefaults() *DeleteServiceParams

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

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

func (*DeleteServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete service params

func (*DeleteServiceParams) WithSlug

func (o *DeleteServiceParams) WithSlug(slug string) *DeleteServiceParams

WithSlug adds the slug to the delete service params

func (*DeleteServiceParams) WithTimeout

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

WithTimeout adds the timeout to the delete service params

func (*DeleteServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteServiceReader

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

DeleteServiceReader is a Reader for the DeleteService structure.

func (*DeleteServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServicesDefault

type ListServicesDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ListServicesDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewListServicesDefault

func NewListServicesDefault(code int) *ListServicesDefault

NewListServicesDefault creates a ListServicesDefault with default headers values

func (*ListServicesDefault) Code

func (o *ListServicesDefault) Code() int

Code gets the status code for the list services default response

func (*ListServicesDefault) Error

func (o *ListServicesDefault) Error() string

func (*ListServicesDefault) GetPayload

func (o *ListServicesDefault) GetPayload() models.GenericError

func (*ListServicesDefault) IsClientError

func (o *ListServicesDefault) IsClientError() bool

IsClientError returns true when this list services default response has a 4xx status code

func (*ListServicesDefault) IsCode

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

IsCode returns true when this list services default response a status code equal to that given

func (*ListServicesDefault) IsRedirect

func (o *ListServicesDefault) IsRedirect() bool

IsRedirect returns true when this list services default response has a 3xx status code

func (*ListServicesDefault) IsServerError

func (o *ListServicesDefault) IsServerError() bool

IsServerError returns true when this list services default response has a 5xx status code

func (*ListServicesDefault) IsSuccess

func (o *ListServicesDefault) IsSuccess() bool

IsSuccess returns true when this list services default response has a 2xx status code

func (*ListServicesDefault) String

func (o *ListServicesDefault) String() string

type ListServicesInternalServerError

type ListServicesInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewListServicesInternalServerError

func NewListServicesInternalServerError() *ListServicesInternalServerError

NewListServicesInternalServerError creates a ListServicesInternalServerError with default headers values

func (*ListServicesInternalServerError) Code

Code gets the status code for the list services internal server error response

func (*ListServicesInternalServerError) Error

func (*ListServicesInternalServerError) GetPayload

func (*ListServicesInternalServerError) IsClientError

func (o *ListServicesInternalServerError) IsClientError() bool

IsClientError returns true when this list services internal server error response has a 4xx status code

func (*ListServicesInternalServerError) IsCode

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

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

func (*ListServicesInternalServerError) IsRedirect

func (o *ListServicesInternalServerError) IsRedirect() bool

IsRedirect returns true when this list services internal server error response has a 3xx status code

func (*ListServicesInternalServerError) IsServerError

func (o *ListServicesInternalServerError) IsServerError() bool

IsServerError returns true when this list services internal server error response has a 5xx status code

func (*ListServicesInternalServerError) IsSuccess

func (o *ListServicesInternalServerError) IsSuccess() bool

IsSuccess returns true when this list services internal server error response has a 2xx status code

func (*ListServicesInternalServerError) String

type ListServicesOK

type ListServicesOK struct {
	Payload *models.ConfigunstableListServicesResponse
}

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

A successful response.

func NewListServicesOK

func NewListServicesOK() *ListServicesOK

NewListServicesOK creates a ListServicesOK with default headers values

func (*ListServicesOK) Code

func (o *ListServicesOK) Code() int

Code gets the status code for the list services o k response

func (*ListServicesOK) Error

func (o *ListServicesOK) Error() string

func (*ListServicesOK) GetPayload

func (*ListServicesOK) IsClientError

func (o *ListServicesOK) IsClientError() bool

IsClientError returns true when this list services o k response has a 4xx status code

func (*ListServicesOK) IsCode

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

IsCode returns true when this list services o k response a status code equal to that given

func (*ListServicesOK) IsRedirect

func (o *ListServicesOK) IsRedirect() bool

IsRedirect returns true when this list services o k response has a 3xx status code

func (*ListServicesOK) IsServerError

func (o *ListServicesOK) IsServerError() bool

IsServerError returns true when this list services o k response has a 5xx status code

func (*ListServicesOK) IsSuccess

func (o *ListServicesOK) IsSuccess() bool

IsSuccess returns true when this list services o k response has a 2xx status code

func (*ListServicesOK) String

func (o *ListServicesOK) String() string

type ListServicesParams

type ListServicesParams struct {

	/* Names.

	   Filters results by name, where any Service with a matching name in the given list (and matches all other filters) is returned.
	*/
	Names []string

	/* NotificationPolicySlugs.

	   Get services that directly reference notifications policies by the referenced policy slugs.
	*/
	NotificationPolicySlugs []string

	/* PageMaxSize.

	     Page size preference (i.e. how many items are returned in the next
	page). If zero, the server will use a default. Regardless of what size
	is given, clients must never assume how many items will be returned.

	     Format: int64
	*/
	PageMaxSize *int64

	/* PageToken.

	     Opaque page token identifying which page to request. An empty token
	identifies the first page.
	*/
	PageToken *string

	/* Slugs.

	   Filters results by slug, where any Service with a matching slug in the given list (and matches all other filters) is returned.
	*/
	Slugs []string

	/* TeamSlugs.

	   Filters results by team_slug, where any Service with a matching team_slug in the given list (and matches all other filters) is returned.
	*/
	TeamSlugs []string

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

ListServicesParams contains all the parameters to send to the API endpoint

for the list services operation.

Typically these are written to a http.Request.

func NewListServicesParams

func NewListServicesParams() *ListServicesParams

NewListServicesParams creates a new ListServicesParams 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 NewListServicesParamsWithContext

func NewListServicesParamsWithContext(ctx context.Context) *ListServicesParams

NewListServicesParamsWithContext creates a new ListServicesParams object with the ability to set a context for a request.

func NewListServicesParamsWithHTTPClient

func NewListServicesParamsWithHTTPClient(client *http.Client) *ListServicesParams

NewListServicesParamsWithHTTPClient creates a new ListServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListServicesParamsWithTimeout

func NewListServicesParamsWithTimeout(timeout time.Duration) *ListServicesParams

NewListServicesParamsWithTimeout creates a new ListServicesParams object with the ability to set a timeout on a request.

func (*ListServicesParams) SetContext

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

SetContext adds the context to the list services params

func (*ListServicesParams) SetDefaults

func (o *ListServicesParams) SetDefaults()

SetDefaults hydrates default values in the list services params (not the query body).

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

func (*ListServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) SetNames

func (o *ListServicesParams) SetNames(names []string)

SetNames adds the names to the list services params

func (*ListServicesParams) SetNotificationPolicySlugs

func (o *ListServicesParams) SetNotificationPolicySlugs(notificationPolicySlugs []string)

SetNotificationPolicySlugs adds the notificationPolicySlugs to the list services params

func (*ListServicesParams) SetPageMaxSize

func (o *ListServicesParams) SetPageMaxSize(pageMaxSize *int64)

SetPageMaxSize adds the pageMaxSize to the list services params

func (*ListServicesParams) SetPageToken

func (o *ListServicesParams) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the list services params

func (*ListServicesParams) SetSlugs

func (o *ListServicesParams) SetSlugs(slugs []string)

SetSlugs adds the slugs to the list services params

func (*ListServicesParams) SetTeamSlugs

func (o *ListServicesParams) SetTeamSlugs(teamSlugs []string)

SetTeamSlugs adds the teamSlugs to the list services params

func (*ListServicesParams) SetTimeout

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

SetTimeout adds the timeout to the list services params

func (*ListServicesParams) WithContext

WithContext adds the context to the list services params

func (*ListServicesParams) WithDefaults

func (o *ListServicesParams) WithDefaults() *ListServicesParams

WithDefaults hydrates default values in the list services params (not the query body).

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

func (*ListServicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) WithNames

func (o *ListServicesParams) WithNames(names []string) *ListServicesParams

WithNames adds the names to the list services params

func (*ListServicesParams) WithNotificationPolicySlugs

func (o *ListServicesParams) WithNotificationPolicySlugs(notificationPolicySlugs []string) *ListServicesParams

WithNotificationPolicySlugs adds the notificationPolicySlugs to the list services params

func (*ListServicesParams) WithPageMaxSize

func (o *ListServicesParams) WithPageMaxSize(pageMaxSize *int64) *ListServicesParams

WithPageMaxSize adds the pageMaxSize to the list services params

func (*ListServicesParams) WithPageToken

func (o *ListServicesParams) WithPageToken(pageToken *string) *ListServicesParams

WithPageToken adds the pageToken to the list services params

func (*ListServicesParams) WithSlugs

func (o *ListServicesParams) WithSlugs(slugs []string) *ListServicesParams

WithSlugs adds the slugs to the list services params

func (*ListServicesParams) WithTeamSlugs

func (o *ListServicesParams) WithTeamSlugs(teamSlugs []string) *ListServicesParams

WithTeamSlugs adds the teamSlugs to the list services params

func (*ListServicesParams) WithTimeout

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

WithTimeout adds the timeout to the list services params

func (*ListServicesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListServicesReader

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

ListServicesReader is a Reader for the ListServices structure.

func (*ListServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadServiceDefault

type ReadServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

ReadServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewReadServiceDefault

func NewReadServiceDefault(code int) *ReadServiceDefault

NewReadServiceDefault creates a ReadServiceDefault with default headers values

func (*ReadServiceDefault) Code

func (o *ReadServiceDefault) Code() int

Code gets the status code for the read service default response

func (*ReadServiceDefault) Error

func (o *ReadServiceDefault) Error() string

func (*ReadServiceDefault) GetPayload

func (o *ReadServiceDefault) GetPayload() models.GenericError

func (*ReadServiceDefault) IsClientError

func (o *ReadServiceDefault) IsClientError() bool

IsClientError returns true when this read service default response has a 4xx status code

func (*ReadServiceDefault) IsCode

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

IsCode returns true when this read service default response a status code equal to that given

func (*ReadServiceDefault) IsRedirect

func (o *ReadServiceDefault) IsRedirect() bool

IsRedirect returns true when this read service default response has a 3xx status code

func (*ReadServiceDefault) IsServerError

func (o *ReadServiceDefault) IsServerError() bool

IsServerError returns true when this read service default response has a 5xx status code

func (*ReadServiceDefault) IsSuccess

func (o *ReadServiceDefault) IsSuccess() bool

IsSuccess returns true when this read service default response has a 2xx status code

func (*ReadServiceDefault) String

func (o *ReadServiceDefault) String() string

type ReadServiceInternalServerError

type ReadServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewReadServiceInternalServerError

func NewReadServiceInternalServerError() *ReadServiceInternalServerError

NewReadServiceInternalServerError creates a ReadServiceInternalServerError with default headers values

func (*ReadServiceInternalServerError) Code

Code gets the status code for the read service internal server error response

func (*ReadServiceInternalServerError) Error

func (*ReadServiceInternalServerError) GetPayload

func (*ReadServiceInternalServerError) IsClientError

func (o *ReadServiceInternalServerError) IsClientError() bool

IsClientError returns true when this read service internal server error response has a 4xx status code

func (*ReadServiceInternalServerError) IsCode

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

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

func (*ReadServiceInternalServerError) IsRedirect

func (o *ReadServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this read service internal server error response has a 3xx status code

func (*ReadServiceInternalServerError) IsServerError

func (o *ReadServiceInternalServerError) IsServerError() bool

IsServerError returns true when this read service internal server error response has a 5xx status code

func (*ReadServiceInternalServerError) IsSuccess

func (o *ReadServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this read service internal server error response has a 2xx status code

func (*ReadServiceInternalServerError) String

type ReadServiceNotFound

type ReadServiceNotFound struct {
	Payload *models.APIError
}

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

Cannot read the Service because the slug does not exist.

func NewReadServiceNotFound

func NewReadServiceNotFound() *ReadServiceNotFound

NewReadServiceNotFound creates a ReadServiceNotFound with default headers values

func (*ReadServiceNotFound) Code

func (o *ReadServiceNotFound) Code() int

Code gets the status code for the read service not found response

func (*ReadServiceNotFound) Error

func (o *ReadServiceNotFound) Error() string

func (*ReadServiceNotFound) GetPayload

func (o *ReadServiceNotFound) GetPayload() *models.APIError

func (*ReadServiceNotFound) IsClientError

func (o *ReadServiceNotFound) IsClientError() bool

IsClientError returns true when this read service not found response has a 4xx status code

func (*ReadServiceNotFound) IsCode

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

IsCode returns true when this read service not found response a status code equal to that given

func (*ReadServiceNotFound) IsRedirect

func (o *ReadServiceNotFound) IsRedirect() bool

IsRedirect returns true when this read service not found response has a 3xx status code

func (*ReadServiceNotFound) IsServerError

func (o *ReadServiceNotFound) IsServerError() bool

IsServerError returns true when this read service not found response has a 5xx status code

func (*ReadServiceNotFound) IsSuccess

func (o *ReadServiceNotFound) IsSuccess() bool

IsSuccess returns true when this read service not found response has a 2xx status code

func (*ReadServiceNotFound) String

func (o *ReadServiceNotFound) String() string

type ReadServiceOK

type ReadServiceOK struct {
	Payload *models.ConfigunstableReadServiceResponse
}

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

A successful response.

func NewReadServiceOK

func NewReadServiceOK() *ReadServiceOK

NewReadServiceOK creates a ReadServiceOK with default headers values

func (*ReadServiceOK) Code

func (o *ReadServiceOK) Code() int

Code gets the status code for the read service o k response

func (*ReadServiceOK) Error

func (o *ReadServiceOK) Error() string

func (*ReadServiceOK) GetPayload

func (*ReadServiceOK) IsClientError

func (o *ReadServiceOK) IsClientError() bool

IsClientError returns true when this read service o k response has a 4xx status code

func (*ReadServiceOK) IsCode

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

IsCode returns true when this read service o k response a status code equal to that given

func (*ReadServiceOK) IsRedirect

func (o *ReadServiceOK) IsRedirect() bool

IsRedirect returns true when this read service o k response has a 3xx status code

func (*ReadServiceOK) IsServerError

func (o *ReadServiceOK) IsServerError() bool

IsServerError returns true when this read service o k response has a 5xx status code

func (*ReadServiceOK) IsSuccess

func (o *ReadServiceOK) IsSuccess() bool

IsSuccess returns true when this read service o k response has a 2xx status code

func (*ReadServiceOK) String

func (o *ReadServiceOK) String() string

type ReadServiceParams

type ReadServiceParams struct {

	// Slug.
	Slug string

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

ReadServiceParams contains all the parameters to send to the API endpoint

for the read service operation.

Typically these are written to a http.Request.

func NewReadServiceParams

func NewReadServiceParams() *ReadServiceParams

NewReadServiceParams creates a new ReadServiceParams 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 NewReadServiceParamsWithContext

func NewReadServiceParamsWithContext(ctx context.Context) *ReadServiceParams

NewReadServiceParamsWithContext creates a new ReadServiceParams object with the ability to set a context for a request.

func NewReadServiceParamsWithHTTPClient

func NewReadServiceParamsWithHTTPClient(client *http.Client) *ReadServiceParams

NewReadServiceParamsWithHTTPClient creates a new ReadServiceParams object with the ability to set a custom HTTPClient for a request.

func NewReadServiceParamsWithTimeout

func NewReadServiceParamsWithTimeout(timeout time.Duration) *ReadServiceParams

NewReadServiceParamsWithTimeout creates a new ReadServiceParams object with the ability to set a timeout on a request.

func (*ReadServiceParams) SetContext

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

SetContext adds the context to the read service params

func (*ReadServiceParams) SetDefaults

func (o *ReadServiceParams) SetDefaults()

SetDefaults hydrates default values in the read service params (not the query body).

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

func (*ReadServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read service params

func (*ReadServiceParams) SetSlug

func (o *ReadServiceParams) SetSlug(slug string)

SetSlug adds the slug to the read service params

func (*ReadServiceParams) SetTimeout

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

SetTimeout adds the timeout to the read service params

func (*ReadServiceParams) WithContext

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

WithContext adds the context to the read service params

func (*ReadServiceParams) WithDefaults

func (o *ReadServiceParams) WithDefaults() *ReadServiceParams

WithDefaults hydrates default values in the read service params (not the query body).

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

func (*ReadServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the read service params

func (*ReadServiceParams) WithSlug

func (o *ReadServiceParams) WithSlug(slug string) *ReadServiceParams

WithSlug adds the slug to the read service params

func (*ReadServiceParams) WithTimeout

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

WithTimeout adds the timeout to the read service params

func (*ReadServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReadServiceReader

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

ReadServiceReader is a Reader for the ReadService structure.

func (*ReadServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateServiceBadRequest

type UpdateServiceBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the Service because the request is invalid.

func NewUpdateServiceBadRequest

func NewUpdateServiceBadRequest() *UpdateServiceBadRequest

NewUpdateServiceBadRequest creates a UpdateServiceBadRequest with default headers values

func (*UpdateServiceBadRequest) Code

func (o *UpdateServiceBadRequest) Code() int

Code gets the status code for the update service bad request response

func (*UpdateServiceBadRequest) Error

func (o *UpdateServiceBadRequest) Error() string

func (*UpdateServiceBadRequest) GetPayload

func (o *UpdateServiceBadRequest) GetPayload() *models.APIError

func (*UpdateServiceBadRequest) IsClientError

func (o *UpdateServiceBadRequest) IsClientError() bool

IsClientError returns true when this update service bad request response has a 4xx status code

func (*UpdateServiceBadRequest) IsCode

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

IsCode returns true when this update service bad request response a status code equal to that given

func (*UpdateServiceBadRequest) IsRedirect

func (o *UpdateServiceBadRequest) IsRedirect() bool

IsRedirect returns true when this update service bad request response has a 3xx status code

func (*UpdateServiceBadRequest) IsServerError

func (o *UpdateServiceBadRequest) IsServerError() bool

IsServerError returns true when this update service bad request response has a 5xx status code

func (*UpdateServiceBadRequest) IsSuccess

func (o *UpdateServiceBadRequest) IsSuccess() bool

IsSuccess returns true when this update service bad request response has a 2xx status code

func (*UpdateServiceBadRequest) String

func (o *UpdateServiceBadRequest) String() string

type UpdateServiceConflict

type UpdateServiceConflict struct {
	Payload *models.APIError
}

UpdateServiceConflict describes a response with status code 409, with default header values.

Cannot update the Service because there is a conflict with an existing Service.

func NewUpdateServiceConflict

func NewUpdateServiceConflict() *UpdateServiceConflict

NewUpdateServiceConflict creates a UpdateServiceConflict with default headers values

func (*UpdateServiceConflict) Code

func (o *UpdateServiceConflict) Code() int

Code gets the status code for the update service conflict response

func (*UpdateServiceConflict) Error

func (o *UpdateServiceConflict) Error() string

func (*UpdateServiceConflict) GetPayload

func (o *UpdateServiceConflict) GetPayload() *models.APIError

func (*UpdateServiceConflict) IsClientError

func (o *UpdateServiceConflict) IsClientError() bool

IsClientError returns true when this update service conflict response has a 4xx status code

func (*UpdateServiceConflict) IsCode

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

IsCode returns true when this update service conflict response a status code equal to that given

func (*UpdateServiceConflict) IsRedirect

func (o *UpdateServiceConflict) IsRedirect() bool

IsRedirect returns true when this update service conflict response has a 3xx status code

func (*UpdateServiceConflict) IsServerError

func (o *UpdateServiceConflict) IsServerError() bool

IsServerError returns true when this update service conflict response has a 5xx status code

func (*UpdateServiceConflict) IsSuccess

func (o *UpdateServiceConflict) IsSuccess() bool

IsSuccess returns true when this update service conflict response has a 2xx status code

func (*UpdateServiceConflict) String

func (o *UpdateServiceConflict) String() string

type UpdateServiceDefault

type UpdateServiceDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

UpdateServiceDefault describes a response with status code -1, with default header values.

An undefined error response.

func NewUpdateServiceDefault

func NewUpdateServiceDefault(code int) *UpdateServiceDefault

NewUpdateServiceDefault creates a UpdateServiceDefault with default headers values

func (*UpdateServiceDefault) Code

func (o *UpdateServiceDefault) Code() int

Code gets the status code for the update service default response

func (*UpdateServiceDefault) Error

func (o *UpdateServiceDefault) Error() string

func (*UpdateServiceDefault) GetPayload

func (o *UpdateServiceDefault) GetPayload() models.GenericError

func (*UpdateServiceDefault) IsClientError

func (o *UpdateServiceDefault) IsClientError() bool

IsClientError returns true when this update service default response has a 4xx status code

func (*UpdateServiceDefault) IsCode

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

IsCode returns true when this update service default response a status code equal to that given

func (*UpdateServiceDefault) IsRedirect

func (o *UpdateServiceDefault) IsRedirect() bool

IsRedirect returns true when this update service default response has a 3xx status code

func (*UpdateServiceDefault) IsServerError

func (o *UpdateServiceDefault) IsServerError() bool

IsServerError returns true when this update service default response has a 5xx status code

func (*UpdateServiceDefault) IsSuccess

func (o *UpdateServiceDefault) IsSuccess() bool

IsSuccess returns true when this update service default response has a 2xx status code

func (*UpdateServiceDefault) String

func (o *UpdateServiceDefault) String() string

type UpdateServiceInternalServerError

type UpdateServiceInternalServerError struct {
	Payload *models.APIError
}

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

An unexpected error response.

func NewUpdateServiceInternalServerError

func NewUpdateServiceInternalServerError() *UpdateServiceInternalServerError

NewUpdateServiceInternalServerError creates a UpdateServiceInternalServerError with default headers values

func (*UpdateServiceInternalServerError) Code

Code gets the status code for the update service internal server error response

func (*UpdateServiceInternalServerError) Error

func (*UpdateServiceInternalServerError) GetPayload

func (*UpdateServiceInternalServerError) IsClientError

func (o *UpdateServiceInternalServerError) IsClientError() bool

IsClientError returns true when this update service internal server error response has a 4xx status code

func (*UpdateServiceInternalServerError) IsCode

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

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

func (*UpdateServiceInternalServerError) IsRedirect

func (o *UpdateServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this update service internal server error response has a 3xx status code

func (*UpdateServiceInternalServerError) IsServerError

func (o *UpdateServiceInternalServerError) IsServerError() bool

IsServerError returns true when this update service internal server error response has a 5xx status code

func (*UpdateServiceInternalServerError) IsSuccess

func (o *UpdateServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this update service internal server error response has a 2xx status code

func (*UpdateServiceInternalServerError) String

type UpdateServiceNotFound

type UpdateServiceNotFound struct {
	Payload *models.APIError
}

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

Cannot update the Service because the slug does not exist.

func NewUpdateServiceNotFound

func NewUpdateServiceNotFound() *UpdateServiceNotFound

NewUpdateServiceNotFound creates a UpdateServiceNotFound with default headers values

func (*UpdateServiceNotFound) Code

func (o *UpdateServiceNotFound) Code() int

Code gets the status code for the update service not found response

func (*UpdateServiceNotFound) Error

func (o *UpdateServiceNotFound) Error() string

func (*UpdateServiceNotFound) GetPayload

func (o *UpdateServiceNotFound) GetPayload() *models.APIError

func (*UpdateServiceNotFound) IsClientError

func (o *UpdateServiceNotFound) IsClientError() bool

IsClientError returns true when this update service not found response has a 4xx status code

func (*UpdateServiceNotFound) IsCode

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

IsCode returns true when this update service not found response a status code equal to that given

func (*UpdateServiceNotFound) IsRedirect

func (o *UpdateServiceNotFound) IsRedirect() bool

IsRedirect returns true when this update service not found response has a 3xx status code

func (*UpdateServiceNotFound) IsServerError

func (o *UpdateServiceNotFound) IsServerError() bool

IsServerError returns true when this update service not found response has a 5xx status code

func (*UpdateServiceNotFound) IsSuccess

func (o *UpdateServiceNotFound) IsSuccess() bool

IsSuccess returns true when this update service not found response has a 2xx status code

func (*UpdateServiceNotFound) String

func (o *UpdateServiceNotFound) String() string

type UpdateServiceOK

type UpdateServiceOK struct {
	Payload *models.ConfigunstableUpdateServiceResponse
}

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

A successful response containing the updated Service.

func NewUpdateServiceOK

func NewUpdateServiceOK() *UpdateServiceOK

NewUpdateServiceOK creates a UpdateServiceOK with default headers values

func (*UpdateServiceOK) Code

func (o *UpdateServiceOK) Code() int

Code gets the status code for the update service o k response

func (*UpdateServiceOK) Error

func (o *UpdateServiceOK) Error() string

func (*UpdateServiceOK) GetPayload

func (*UpdateServiceOK) IsClientError

func (o *UpdateServiceOK) IsClientError() bool

IsClientError returns true when this update service o k response has a 4xx status code

func (*UpdateServiceOK) IsCode

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

IsCode returns true when this update service o k response a status code equal to that given

func (*UpdateServiceOK) IsRedirect

func (o *UpdateServiceOK) IsRedirect() bool

IsRedirect returns true when this update service o k response has a 3xx status code

func (*UpdateServiceOK) IsServerError

func (o *UpdateServiceOK) IsServerError() bool

IsServerError returns true when this update service o k response has a 5xx status code

func (*UpdateServiceOK) IsSuccess

func (o *UpdateServiceOK) IsSuccess() bool

IsSuccess returns true when this update service o k response has a 2xx status code

func (*UpdateServiceOK) String

func (o *UpdateServiceOK) String() string

type UpdateServiceParams

type UpdateServiceParams struct {

	// Body.
	Body *models.ConfigUnstableUpdateServiceBody

	// Slug.
	Slug string

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

UpdateServiceParams contains all the parameters to send to the API endpoint

for the update service operation.

Typically these are written to a http.Request.

func NewUpdateServiceParams

func NewUpdateServiceParams() *UpdateServiceParams

NewUpdateServiceParams creates a new UpdateServiceParams 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 NewUpdateServiceParamsWithContext

func NewUpdateServiceParamsWithContext(ctx context.Context) *UpdateServiceParams

NewUpdateServiceParamsWithContext creates a new UpdateServiceParams object with the ability to set a context for a request.

func NewUpdateServiceParamsWithHTTPClient

func NewUpdateServiceParamsWithHTTPClient(client *http.Client) *UpdateServiceParams

NewUpdateServiceParamsWithHTTPClient creates a new UpdateServiceParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateServiceParamsWithTimeout

func NewUpdateServiceParamsWithTimeout(timeout time.Duration) *UpdateServiceParams

NewUpdateServiceParamsWithTimeout creates a new UpdateServiceParams object with the ability to set a timeout on a request.

func (*UpdateServiceParams) SetBody

SetBody adds the body to the update service params

func (*UpdateServiceParams) SetContext

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

SetContext adds the context to the update service params

func (*UpdateServiceParams) SetDefaults

func (o *UpdateServiceParams) SetDefaults()

SetDefaults hydrates default values in the update service params (not the query body).

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

func (*UpdateServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update service params

func (*UpdateServiceParams) SetSlug

func (o *UpdateServiceParams) SetSlug(slug string)

SetSlug adds the slug to the update service params

func (*UpdateServiceParams) SetTimeout

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

SetTimeout adds the timeout to the update service params

func (*UpdateServiceParams) WithBody

WithBody adds the body to the update service params

func (*UpdateServiceParams) WithContext

WithContext adds the context to the update service params

func (*UpdateServiceParams) WithDefaults

func (o *UpdateServiceParams) WithDefaults() *UpdateServiceParams

WithDefaults hydrates default values in the update service params (not the query body).

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

func (*UpdateServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update service params

func (*UpdateServiceParams) WithSlug

func (o *UpdateServiceParams) WithSlug(slug string) *UpdateServiceParams

WithSlug adds the slug to the update service params

func (*UpdateServiceParams) WithTimeout

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

WithTimeout adds the timeout to the update service params

func (*UpdateServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateServiceReader

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

UpdateServiceReader is a Reader for the UpdateService structure.

func (*UpdateServiceReader) ReadResponse

func (o *UpdateServiceReader) 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