log_files

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2020 License: GPL-3.0 Imports: 9 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 log files API

func (*Client) GetLogsUsingGET

func (a *Client) GetLogsUsingGET(params *GetLogsUsingGETParams) (*GetLogsUsingGETOK, error)

GetLogsUsingGET fetches log files

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetLogsUsingGET(params *GetLogsUsingGETParams) (*GetLogsUsingGETOK, 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 log files API client.

type GetLogsUsingGETForbidden

type GetLogsUsingGETForbidden struct {
}

GetLogsUsingGETForbidden handles this case with default header values.

Forbidden

func NewGetLogsUsingGETForbidden

func NewGetLogsUsingGETForbidden() *GetLogsUsingGETForbidden

NewGetLogsUsingGETForbidden creates a GetLogsUsingGETForbidden with default headers values

func (*GetLogsUsingGETForbidden) Error

func (o *GetLogsUsingGETForbidden) Error() string

type GetLogsUsingGETNotFound

type GetLogsUsingGETNotFound struct {
}

GetLogsUsingGETNotFound handles this case with default header values.

Not Found

func NewGetLogsUsingGETNotFound

func NewGetLogsUsingGETNotFound() *GetLogsUsingGETNotFound

NewGetLogsUsingGETNotFound creates a GetLogsUsingGETNotFound with default headers values

func (*GetLogsUsingGETNotFound) Error

func (o *GetLogsUsingGETNotFound) Error() string

type GetLogsUsingGETOK

type GetLogsUsingGETOK struct {
}

GetLogsUsingGETOK handles this case with default header values.

OK

func NewGetLogsUsingGETOK

func NewGetLogsUsingGETOK() *GetLogsUsingGETOK

NewGetLogsUsingGETOK creates a GetLogsUsingGETOK with default headers values

func (*GetLogsUsingGETOK) Error

func (o *GetLogsUsingGETOK) Error() string

type GetLogsUsingGETParams

type GetLogsUsingGETParams struct {

	/*DispositionType
	  dispositionTypeDto

	*/
	DispositionType *string
	/*Folder
	  requestedFolder

	*/
	Folder *string
	/*PageNumber
	  pageNumber

	*/
	PageNumber *int32
	/*PageSize
	  pageSize

	*/
	PageSize *int32

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

GetLogsUsingGETParams contains all the parameters to send to the API endpoint for the get logs using g e t operation typically these are written to a http.Request

func NewGetLogsUsingGETParams

func NewGetLogsUsingGETParams() *GetLogsUsingGETParams

NewGetLogsUsingGETParams creates a new GetLogsUsingGETParams object with the default values initialized.

func NewGetLogsUsingGETParamsWithContext

func NewGetLogsUsingGETParamsWithContext(ctx context.Context) *GetLogsUsingGETParams

NewGetLogsUsingGETParamsWithContext creates a new GetLogsUsingGETParams object with the default values initialized, and the ability to set a context for a request

func NewGetLogsUsingGETParamsWithHTTPClient

func NewGetLogsUsingGETParamsWithHTTPClient(client *http.Client) *GetLogsUsingGETParams

NewGetLogsUsingGETParamsWithHTTPClient creates a new GetLogsUsingGETParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetLogsUsingGETParamsWithTimeout

func NewGetLogsUsingGETParamsWithTimeout(timeout time.Duration) *GetLogsUsingGETParams

NewGetLogsUsingGETParamsWithTimeout creates a new GetLogsUsingGETParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetLogsUsingGETParams) SetContext

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

SetContext adds the context to the get logs using g e t params

func (*GetLogsUsingGETParams) SetDispositionType

func (o *GetLogsUsingGETParams) SetDispositionType(dispositionType *string)

SetDispositionType adds the dispositionType to the get logs using g e t params

func (*GetLogsUsingGETParams) SetFolder

func (o *GetLogsUsingGETParams) SetFolder(folder *string)

SetFolder adds the folder to the get logs using g e t params

func (*GetLogsUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get logs using g e t params

func (*GetLogsUsingGETParams) SetPageNumber

func (o *GetLogsUsingGETParams) SetPageNumber(pageNumber *int32)

SetPageNumber adds the pageNumber to the get logs using g e t params

func (*GetLogsUsingGETParams) SetPageSize

func (o *GetLogsUsingGETParams) SetPageSize(pageSize *int32)

SetPageSize adds the pageSize to the get logs using g e t params

func (*GetLogsUsingGETParams) SetTimeout

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

SetTimeout adds the timeout to the get logs using g e t params

func (*GetLogsUsingGETParams) WithContext

WithContext adds the context to the get logs using g e t params

func (*GetLogsUsingGETParams) WithDispositionType

func (o *GetLogsUsingGETParams) WithDispositionType(dispositionType *string) *GetLogsUsingGETParams

WithDispositionType adds the dispositionType to the get logs using g e t params

func (*GetLogsUsingGETParams) WithFolder

func (o *GetLogsUsingGETParams) WithFolder(folder *string) *GetLogsUsingGETParams

WithFolder adds the folder to the get logs using g e t params

func (*GetLogsUsingGETParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get logs using g e t params

func (*GetLogsUsingGETParams) WithPageNumber

func (o *GetLogsUsingGETParams) WithPageNumber(pageNumber *int32) *GetLogsUsingGETParams

WithPageNumber adds the pageNumber to the get logs using g e t params

func (*GetLogsUsingGETParams) WithPageSize

func (o *GetLogsUsingGETParams) WithPageSize(pageSize *int32) *GetLogsUsingGETParams

WithPageSize adds the pageSize to the get logs using g e t params

func (*GetLogsUsingGETParams) WithTimeout

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

WithTimeout adds the timeout to the get logs using g e t params

func (*GetLogsUsingGETParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLogsUsingGETReader

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

GetLogsUsingGETReader is a Reader for the GetLogsUsingGET structure.

func (*GetLogsUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLogsUsingGETUnauthorized

type GetLogsUsingGETUnauthorized struct {
}

GetLogsUsingGETUnauthorized handles this case with default header values.

Unauthorized

func NewGetLogsUsingGETUnauthorized

func NewGetLogsUsingGETUnauthorized() *GetLogsUsingGETUnauthorized

NewGetLogsUsingGETUnauthorized creates a GetLogsUsingGETUnauthorized with default headers values

func (*GetLogsUsingGETUnauthorized) Error

Jump to

Keyboard shortcuts

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