receiver

package
v2.0.0-prerelease3 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: GPL-3.0 Imports: 10 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 receiver API

func (*Client) GetReceivers

func (a *Client) GetReceivers(params *GetReceiversParams, opts ...ClientOption) (*GetReceiversOK, error)

GetReceivers Get list of all receivers (name of notification integrations)

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 {
	GetReceivers(params *GetReceiversParams, opts ...ClientOption) (*GetReceiversOK, 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 receiver API client.

type GetReceiversOK

type GetReceiversOK struct {
	Payload []*models.Receiver
}

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

Get receivers response

func NewGetReceiversOK

func NewGetReceiversOK() *GetReceiversOK

NewGetReceiversOK creates a GetReceiversOK with default headers values

func (*GetReceiversOK) Code

func (o *GetReceiversOK) Code() int

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

func (*GetReceiversOK) Error

func (o *GetReceiversOK) Error() string

func (*GetReceiversOK) GetPayload

func (o *GetReceiversOK) GetPayload() []*models.Receiver

func (*GetReceiversOK) IsClientError

func (o *GetReceiversOK) IsClientError() bool

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

func (*GetReceiversOK) IsCode

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

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

func (*GetReceiversOK) IsRedirect

func (o *GetReceiversOK) IsRedirect() bool

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

func (*GetReceiversOK) IsServerError

func (o *GetReceiversOK) IsServerError() bool

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

func (*GetReceiversOK) IsSuccess

func (o *GetReceiversOK) IsSuccess() bool

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

func (*GetReceiversOK) String

func (o *GetReceiversOK) String() string

type GetReceiversParams

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

GetReceiversParams contains all the parameters to send to the API endpoint

for the get receivers operation.

Typically these are written to a http.Request.

func NewGetReceiversParams

func NewGetReceiversParams() *GetReceiversParams

NewGetReceiversParams creates a new GetReceiversParams 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 NewGetReceiversParamsWithContext

func NewGetReceiversParamsWithContext(ctx context.Context) *GetReceiversParams

NewGetReceiversParamsWithContext creates a new GetReceiversParams object with the ability to set a context for a request.

func NewGetReceiversParamsWithHTTPClient

func NewGetReceiversParamsWithHTTPClient(client *http.Client) *GetReceiversParams

NewGetReceiversParamsWithHTTPClient creates a new GetReceiversParams object with the ability to set a custom HTTPClient for a request.

func NewGetReceiversParamsWithTimeout

func NewGetReceiversParamsWithTimeout(timeout time.Duration) *GetReceiversParams

NewGetReceiversParamsWithTimeout creates a new GetReceiversParams object with the ability to set a timeout on a request.

func (*GetReceiversParams) SetContext

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

SetContext adds the context to the get receivers params

func (*GetReceiversParams) SetDefaults

func (o *GetReceiversParams) SetDefaults()

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

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

func (*GetReceiversParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get receivers params

func (*GetReceiversParams) SetTimeout

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

SetTimeout adds the timeout to the get receivers params

func (*GetReceiversParams) WithContext

WithContext adds the context to the get receivers params

func (*GetReceiversParams) WithDefaults

func (o *GetReceiversParams) WithDefaults() *GetReceiversParams

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

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

func (*GetReceiversParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get receivers params

func (*GetReceiversParams) WithTimeout

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

WithTimeout adds the timeout to the get receivers params

func (*GetReceiversParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetReceiversReader

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

GetReceiversReader is a Reader for the GetReceivers structure.

func (*GetReceiversReader) ReadResponse

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