Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) Start(params *StartParams, authInfo runtime.ClientAuthInfoWriter) (*StartOK, error) + func (a *Client) Stop(params *StopParams, authInfo runtime.ClientAuthInfoWriter) (*StopOK, error) + type StartNotFound struct + func NewStartNotFound() *StartNotFound + func (o *StartNotFound) Error() string + type StartOK struct + Payload *models.InputCreated + func NewStartOK() *StartOK + func (o *StartOK) Error() string + type StartParams struct + Context context.Context + HTTPClient *http.Client + InputID string + func NewStartParams() *StartParams + func NewStartParamsWithContext(ctx context.Context) *StartParams + func NewStartParamsWithHTTPClient(client *http.Client) *StartParams + func NewStartParamsWithTimeout(timeout time.Duration) *StartParams + func (o *StartParams) SetContext(ctx context.Context) + func (o *StartParams) SetHTTPClient(client *http.Client) + func (o *StartParams) SetInputID(inputID string) + func (o *StartParams) SetTimeout(timeout time.Duration) + func (o *StartParams) WithContext(ctx context.Context) *StartParams + func (o *StartParams) WithHTTPClient(client *http.Client) *StartParams + func (o *StartParams) WithInputID(inputID string) *StartParams + func (o *StartParams) WithTimeout(timeout time.Duration) *StartParams + func (o *StartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StartReader struct + func (o *StartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type StopNotFound struct + func NewStopNotFound() *StopNotFound + func (o *StopNotFound) Error() string + type StopOK struct + Payload *models.InputDeleted + func NewStopOK() *StopOK + func (o *StopOK) Error() string + type StopParams struct + Context context.Context + HTTPClient *http.Client + InputID string + func NewStopParams() *StopParams + func NewStopParamsWithContext(ctx context.Context) *StopParams + func NewStopParamsWithHTTPClient(client *http.Client) *StopParams + func NewStopParamsWithTimeout(timeout time.Duration) *StopParams + func (o *StopParams) SetContext(ctx context.Context) + func (o *StopParams) SetHTTPClient(client *http.Client) + func (o *StopParams) SetInputID(inputID string) + func (o *StopParams) SetTimeout(timeout time.Duration) + func (o *StopParams) WithContext(ctx context.Context) *StopParams + func (o *StopParams) WithHTTPClient(client *http.Client) *StopParams + func (o *StopParams) WithInputID(inputID string) *StopParams + func (o *StopParams) WithTimeout(timeout time.Duration) *StopParams + func (o *StopParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type StopReader struct + func (o *StopReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)