system_grok

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2018 License: BSD-3-Clause 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 system grok API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new system grok API client.

func (*Client) DismissGettingStarted

func (a *Client) DismissGettingStarted(params *DismissGettingStartedParams, authInfo runtime.ClientAuthInfoWriter) (*DismissGettingStartedOK, error)

DismissGettingStarted dismisses auto showing getting started guide for this version

func (*Client) DisplayGettingStarted

func (a *Client) DisplayGettingStarted(params *DisplayGettingStartedParams, authInfo runtime.ClientAuthInfoWriter) (*DisplayGettingStartedOK, error)

DisplayGettingStarted checks whether to display the getting started guide for this version

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DismissGettingStartedOK

type DismissGettingStartedOK struct {
}

DismissGettingStartedOK handles this case with default header values.

No response was specified

func NewDismissGettingStartedOK

func NewDismissGettingStartedOK() *DismissGettingStartedOK

NewDismissGettingStartedOK creates a DismissGettingStartedOK with default headers values

func (*DismissGettingStartedOK) Error

func (o *DismissGettingStartedOK) Error() string

type DismissGettingStartedParams

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

DismissGettingStartedParams contains all the parameters to send to the API endpoint for the dismiss getting started operation typically these are written to a http.Request

func NewDismissGettingStartedParams

func NewDismissGettingStartedParams() *DismissGettingStartedParams

NewDismissGettingStartedParams creates a new DismissGettingStartedParams object with the default values initialized.

func NewDismissGettingStartedParamsWithContext

func NewDismissGettingStartedParamsWithContext(ctx context.Context) *DismissGettingStartedParams

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

func NewDismissGettingStartedParamsWithHTTPClient

func NewDismissGettingStartedParamsWithHTTPClient(client *http.Client) *DismissGettingStartedParams

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

func NewDismissGettingStartedParamsWithTimeout

func NewDismissGettingStartedParamsWithTimeout(timeout time.Duration) *DismissGettingStartedParams

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

func (*DismissGettingStartedParams) SetContext

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

SetContext adds the context to the dismiss getting started params

func (*DismissGettingStartedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the dismiss getting started params

func (*DismissGettingStartedParams) SetTimeout

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

SetTimeout adds the timeout to the dismiss getting started params

func (*DismissGettingStartedParams) WithContext

WithContext adds the context to the dismiss getting started params

func (*DismissGettingStartedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the dismiss getting started params

func (*DismissGettingStartedParams) WithTimeout

WithTimeout adds the timeout to the dismiss getting started params

func (*DismissGettingStartedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DismissGettingStartedReader

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

DismissGettingStartedReader is a Reader for the DismissGettingStarted structure.

func (*DismissGettingStartedReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisplayGettingStartedOK

type DisplayGettingStartedOK struct {
	Payload *models.DisplayGettingStarted
}

DisplayGettingStartedOK handles this case with default header values.

No response was specified

func NewDisplayGettingStartedOK

func NewDisplayGettingStartedOK() *DisplayGettingStartedOK

NewDisplayGettingStartedOK creates a DisplayGettingStartedOK with default headers values

func (*DisplayGettingStartedOK) Error

func (o *DisplayGettingStartedOK) Error() string

type DisplayGettingStartedParams

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

DisplayGettingStartedParams contains all the parameters to send to the API endpoint for the display getting started operation typically these are written to a http.Request

func NewDisplayGettingStartedParams

func NewDisplayGettingStartedParams() *DisplayGettingStartedParams

NewDisplayGettingStartedParams creates a new DisplayGettingStartedParams object with the default values initialized.

func NewDisplayGettingStartedParamsWithContext

func NewDisplayGettingStartedParamsWithContext(ctx context.Context) *DisplayGettingStartedParams

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

func NewDisplayGettingStartedParamsWithHTTPClient

func NewDisplayGettingStartedParamsWithHTTPClient(client *http.Client) *DisplayGettingStartedParams

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

func NewDisplayGettingStartedParamsWithTimeout

func NewDisplayGettingStartedParamsWithTimeout(timeout time.Duration) *DisplayGettingStartedParams

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

func (*DisplayGettingStartedParams) SetContext

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

SetContext adds the context to the display getting started params

func (*DisplayGettingStartedParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the display getting started params

func (*DisplayGettingStartedParams) SetTimeout

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

SetTimeout adds the timeout to the display getting started params

func (*DisplayGettingStartedParams) WithContext

WithContext adds the context to the display getting started params

func (*DisplayGettingStartedParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the display getting started params

func (*DisplayGettingStartedParams) WithTimeout

WithTimeout adds the timeout to the display getting started params

func (*DisplayGettingStartedParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DisplayGettingStartedReader

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

DisplayGettingStartedReader is a Reader for the DisplayGettingStarted structure.

func (*DisplayGettingStartedReader) ReadResponse

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