Documentation ¶
Index ¶
- type AllOK
- type AllParams
- func (o *AllParams) SetContext(ctx context.Context)
- func (o *AllParams) SetHTTPClient(client *http.Client)
- func (o *AllParams) SetTimeout(timeout time.Duration)
- func (o *AllParams) WithContext(ctx context.Context) *AllParams
- func (o *AllParams) WithHTTPClient(client *http.Client) *AllParams
- func (o *AllParams) WithTimeout(timeout time.Duration) *AllParams
- func (o *AllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AllReader
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllOK ¶
type AllOK struct {
Payload *models.APILogsAllResponse
}
AllOK handles this case with default header values.
(empty)
type AllParams ¶
type AllParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AllParams contains all the parameters to send to the API endpoint for the all operation typically these are written to a http.Request
func NewAllParams ¶
func NewAllParams() *AllParams
NewAllParams creates a new AllParams object with the default values initialized.
func NewAllParamsWithContext ¶
NewAllParamsWithContext creates a new AllParams object with the default values initialized, and the ability to set a context for a request
func NewAllParamsWithHTTPClient ¶
NewAllParamsWithHTTPClient creates a new AllParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAllParamsWithTimeout ¶
NewAllParamsWithTimeout creates a new AllParams object with the default values initialized, and the ability to set a timeout on a request
func (*AllParams) SetContext ¶
SetContext adds the context to the all params
func (*AllParams) SetHTTPClient ¶
SetHTTPClient adds the HTTPClient to the all params
func (*AllParams) SetTimeout ¶
SetTimeout adds the timeout to the all params
func (*AllParams) WithContext ¶
WithContext adds the context to the all params
func (*AllParams) WithHTTPClient ¶
WithHTTPClient adds the HTTPClient to the all params
func (*AllParams) WithTimeout ¶
WithTimeout adds the timeout to the all params
func (*AllParams) WriteToRequest ¶
WriteToRequest writes these params to a swagger request
type AllReader ¶
type AllReader struct {
// contains filtered or unexported fields
}
AllReader is a Reader for the All structure.
func (*AllReader) ReadResponse ¶
func (o *AllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for logs API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new logs API client.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client