flow

package
v1.999.999-b10 Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: Apache-2.0, BSD-2-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 flow API

func New

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

New creates a new flow API client.

func (*Client) GetFlowLogsByFlowID

func (a *Client) GetFlowLogsByFlowID(params *GetFlowLogsByFlowIDParams) (*GetFlowLogsByFlowIDOK, error)

GetFlowLogsByFlowID gets flow logs by flow id

Flow log operations

func (*Client) GetFlowLogsByResourceCrn

func (a *Client) GetFlowLogsByResourceCrn(params *GetFlowLogsByResourceCrnParams) (*GetFlowLogsByResourceCrnOK, error)

GetFlowLogsByResourceCrn gets flow logs for resource by resource c r n

Flow log operations

func (*Client) GetFlowLogsByResourceName

func (a *Client) GetFlowLogsByResourceName(params *GetFlowLogsByResourceNameParams) (*GetFlowLogsByResourceNameOK, error)

GetFlowLogsByResourceName gets flow logs for resource by resource name

Flow log operations

func (*Client) GetLastFlowByID

func (a *Client) GetLastFlowByID(params *GetLastFlowByIDParams) (*GetLastFlowByIDOK, error)

GetLastFlowByID gets last flow log by flow id

Flow log operations

func (*Client) GetLastFlowByResourceCrn

func (a *Client) GetLastFlowByResourceCrn(params *GetLastFlowByResourceCrnParams) (*GetLastFlowByResourceCrnOK, error)

GetLastFlowByResourceCrn gets last flow log for resource by resource c r n

Flow log operations

func (*Client) GetLastFlowByResourceName

func (a *Client) GetLastFlowByResourceName(params *GetLastFlowByResourceNameParams) (*GetLastFlowByResourceNameOK, error)

GetLastFlowByResourceName gets last flow log for resource by resource name

Flow log operations

func (*Client) HasFlowRunningByChainID

func (a *Client) HasFlowRunningByChainID(params *HasFlowRunningByChainIDParams) (*HasFlowRunningByChainIDOK, error)

HasFlowRunningByChainID checks if there is a running flow for chain id

Flow log operations

func (*Client) HasFlowRunningByFlowID

func (a *Client) HasFlowRunningByFlowID(params *HasFlowRunningByFlowIDParams) (*HasFlowRunningByFlowIDOK, error)

HasFlowRunningByFlowID checks if there is a running flow for flow id

Flow log operations

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type GetFlowLogsByFlowIDOK

type GetFlowLogsByFlowIDOK struct {
	Payload []*model.FlowLogResponse
}

GetFlowLogsByFlowIDOK handles this case with default header values.

successful operation

func NewGetFlowLogsByFlowIDOK

func NewGetFlowLogsByFlowIDOK() *GetFlowLogsByFlowIDOK

NewGetFlowLogsByFlowIDOK creates a GetFlowLogsByFlowIDOK with default headers values

func (*GetFlowLogsByFlowIDOK) Error

func (o *GetFlowLogsByFlowIDOK) Error() string

type GetFlowLogsByFlowIDParams

type GetFlowLogsByFlowIDParams struct {

	/*FlowID*/
	FlowID string

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

GetFlowLogsByFlowIDParams contains all the parameters to send to the API endpoint for the get flow logs by flow Id operation typically these are written to a http.Request

func NewGetFlowLogsByFlowIDParams

func NewGetFlowLogsByFlowIDParams() *GetFlowLogsByFlowIDParams

NewGetFlowLogsByFlowIDParams creates a new GetFlowLogsByFlowIDParams object with the default values initialized.

func NewGetFlowLogsByFlowIDParamsWithContext

func NewGetFlowLogsByFlowIDParamsWithContext(ctx context.Context) *GetFlowLogsByFlowIDParams

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

func NewGetFlowLogsByFlowIDParamsWithHTTPClient

func NewGetFlowLogsByFlowIDParamsWithHTTPClient(client *http.Client) *GetFlowLogsByFlowIDParams

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

func NewGetFlowLogsByFlowIDParamsWithTimeout

func NewGetFlowLogsByFlowIDParamsWithTimeout(timeout time.Duration) *GetFlowLogsByFlowIDParams

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

func (*GetFlowLogsByFlowIDParams) SetContext

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

SetContext adds the context to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) SetFlowID

func (o *GetFlowLogsByFlowIDParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) SetTimeout

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

SetTimeout adds the timeout to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) WithContext

WithContext adds the context to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) WithFlowID

WithFlowID adds the flowID to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) WithTimeout

WithTimeout adds the timeout to the get flow logs by flow Id params

func (*GetFlowLogsByFlowIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFlowLogsByFlowIDReader

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

GetFlowLogsByFlowIDReader is a Reader for the GetFlowLogsByFlowID structure.

func (*GetFlowLogsByFlowIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFlowLogsByResourceCrnOK

type GetFlowLogsByResourceCrnOK struct {
	Payload []*model.FlowLogResponse
}

GetFlowLogsByResourceCrnOK handles this case with default header values.

successful operation

func NewGetFlowLogsByResourceCrnOK

func NewGetFlowLogsByResourceCrnOK() *GetFlowLogsByResourceCrnOK

NewGetFlowLogsByResourceCrnOK creates a GetFlowLogsByResourceCrnOK with default headers values

func (*GetFlowLogsByResourceCrnOK) Error

type GetFlowLogsByResourceCrnParams

type GetFlowLogsByResourceCrnParams struct {

	/*ResourceCrn*/
	ResourceCrn string

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

GetFlowLogsByResourceCrnParams contains all the parameters to send to the API endpoint for the get flow logs by resource crn operation typically these are written to a http.Request

func NewGetFlowLogsByResourceCrnParams

func NewGetFlowLogsByResourceCrnParams() *GetFlowLogsByResourceCrnParams

NewGetFlowLogsByResourceCrnParams creates a new GetFlowLogsByResourceCrnParams object with the default values initialized.

func NewGetFlowLogsByResourceCrnParamsWithContext

func NewGetFlowLogsByResourceCrnParamsWithContext(ctx context.Context) *GetFlowLogsByResourceCrnParams

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

func NewGetFlowLogsByResourceCrnParamsWithHTTPClient

func NewGetFlowLogsByResourceCrnParamsWithHTTPClient(client *http.Client) *GetFlowLogsByResourceCrnParams

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

func NewGetFlowLogsByResourceCrnParamsWithTimeout

func NewGetFlowLogsByResourceCrnParamsWithTimeout(timeout time.Duration) *GetFlowLogsByResourceCrnParams

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

func (*GetFlowLogsByResourceCrnParams) SetContext

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

SetContext adds the context to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) SetResourceCrn

func (o *GetFlowLogsByResourceCrnParams) SetResourceCrn(resourceCrn string)

SetResourceCrn adds the resourceCrn to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) SetTimeout

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

SetTimeout adds the timeout to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) WithContext

WithContext adds the context to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) WithResourceCrn

func (o *GetFlowLogsByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetFlowLogsByResourceCrnParams

WithResourceCrn adds the resourceCrn to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) WithTimeout

WithTimeout adds the timeout to the get flow logs by resource crn params

func (*GetFlowLogsByResourceCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFlowLogsByResourceCrnReader

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

GetFlowLogsByResourceCrnReader is a Reader for the GetFlowLogsByResourceCrn structure.

func (*GetFlowLogsByResourceCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetFlowLogsByResourceNameOK

type GetFlowLogsByResourceNameOK struct {
	Payload []*model.FlowLogResponse
}

GetFlowLogsByResourceNameOK handles this case with default header values.

successful operation

func NewGetFlowLogsByResourceNameOK

func NewGetFlowLogsByResourceNameOK() *GetFlowLogsByResourceNameOK

NewGetFlowLogsByResourceNameOK creates a GetFlowLogsByResourceNameOK with default headers values

func (*GetFlowLogsByResourceNameOK) Error

type GetFlowLogsByResourceNameParams

type GetFlowLogsByResourceNameParams struct {

	/*ResourceName*/
	ResourceName string

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

GetFlowLogsByResourceNameParams contains all the parameters to send to the API endpoint for the get flow logs by resource name operation typically these are written to a http.Request

func NewGetFlowLogsByResourceNameParams

func NewGetFlowLogsByResourceNameParams() *GetFlowLogsByResourceNameParams

NewGetFlowLogsByResourceNameParams creates a new GetFlowLogsByResourceNameParams object with the default values initialized.

func NewGetFlowLogsByResourceNameParamsWithContext

func NewGetFlowLogsByResourceNameParamsWithContext(ctx context.Context) *GetFlowLogsByResourceNameParams

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

func NewGetFlowLogsByResourceNameParamsWithHTTPClient

func NewGetFlowLogsByResourceNameParamsWithHTTPClient(client *http.Client) *GetFlowLogsByResourceNameParams

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

func NewGetFlowLogsByResourceNameParamsWithTimeout

func NewGetFlowLogsByResourceNameParamsWithTimeout(timeout time.Duration) *GetFlowLogsByResourceNameParams

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

func (*GetFlowLogsByResourceNameParams) SetContext

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

SetContext adds the context to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) SetResourceName

func (o *GetFlowLogsByResourceNameParams) SetResourceName(resourceName string)

SetResourceName adds the resourceName to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) SetTimeout

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

SetTimeout adds the timeout to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) WithContext

WithContext adds the context to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) WithResourceName

func (o *GetFlowLogsByResourceNameParams) WithResourceName(resourceName string) *GetFlowLogsByResourceNameParams

WithResourceName adds the resourceName to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) WithTimeout

WithTimeout adds the timeout to the get flow logs by resource name params

func (*GetFlowLogsByResourceNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFlowLogsByResourceNameReader

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

GetFlowLogsByResourceNameReader is a Reader for the GetFlowLogsByResourceName structure.

func (*GetFlowLogsByResourceNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLastFlowByIDOK

type GetLastFlowByIDOK struct {
	Payload *model.FlowLogResponse
}

GetLastFlowByIDOK handles this case with default header values.

successful operation

func NewGetLastFlowByIDOK

func NewGetLastFlowByIDOK() *GetLastFlowByIDOK

NewGetLastFlowByIDOK creates a GetLastFlowByIDOK with default headers values

func (*GetLastFlowByIDOK) Error

func (o *GetLastFlowByIDOK) Error() string

type GetLastFlowByIDParams

type GetLastFlowByIDParams struct {

	/*FlowID*/
	FlowID string

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

GetLastFlowByIDParams contains all the parameters to send to the API endpoint for the get last flow by Id operation typically these are written to a http.Request

func NewGetLastFlowByIDParams

func NewGetLastFlowByIDParams() *GetLastFlowByIDParams

NewGetLastFlowByIDParams creates a new GetLastFlowByIDParams object with the default values initialized.

func NewGetLastFlowByIDParamsWithContext

func NewGetLastFlowByIDParamsWithContext(ctx context.Context) *GetLastFlowByIDParams

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

func NewGetLastFlowByIDParamsWithHTTPClient

func NewGetLastFlowByIDParamsWithHTTPClient(client *http.Client) *GetLastFlowByIDParams

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

func NewGetLastFlowByIDParamsWithTimeout

func NewGetLastFlowByIDParamsWithTimeout(timeout time.Duration) *GetLastFlowByIDParams

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

func (*GetLastFlowByIDParams) SetContext

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

SetContext adds the context to the get last flow by Id params

func (*GetLastFlowByIDParams) SetFlowID

func (o *GetLastFlowByIDParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the get last flow by Id params

func (*GetLastFlowByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get last flow by Id params

func (*GetLastFlowByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get last flow by Id params

func (*GetLastFlowByIDParams) WithContext

WithContext adds the context to the get last flow by Id params

func (*GetLastFlowByIDParams) WithFlowID

func (o *GetLastFlowByIDParams) WithFlowID(flowID string) *GetLastFlowByIDParams

WithFlowID adds the flowID to the get last flow by Id params

func (*GetLastFlowByIDParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get last flow by Id params

func (*GetLastFlowByIDParams) WithTimeout

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

WithTimeout adds the timeout to the get last flow by Id params

func (*GetLastFlowByIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLastFlowByIDReader

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

GetLastFlowByIDReader is a Reader for the GetLastFlowByID structure.

func (*GetLastFlowByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLastFlowByResourceCrnOK

type GetLastFlowByResourceCrnOK struct {
	Payload *model.FlowLogResponse
}

GetLastFlowByResourceCrnOK handles this case with default header values.

successful operation

func NewGetLastFlowByResourceCrnOK

func NewGetLastFlowByResourceCrnOK() *GetLastFlowByResourceCrnOK

NewGetLastFlowByResourceCrnOK creates a GetLastFlowByResourceCrnOK with default headers values

func (*GetLastFlowByResourceCrnOK) Error

type GetLastFlowByResourceCrnParams

type GetLastFlowByResourceCrnParams struct {

	/*ResourceCrn*/
	ResourceCrn string

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

GetLastFlowByResourceCrnParams contains all the parameters to send to the API endpoint for the get last flow by resource crn operation typically these are written to a http.Request

func NewGetLastFlowByResourceCrnParams

func NewGetLastFlowByResourceCrnParams() *GetLastFlowByResourceCrnParams

NewGetLastFlowByResourceCrnParams creates a new GetLastFlowByResourceCrnParams object with the default values initialized.

func NewGetLastFlowByResourceCrnParamsWithContext

func NewGetLastFlowByResourceCrnParamsWithContext(ctx context.Context) *GetLastFlowByResourceCrnParams

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

func NewGetLastFlowByResourceCrnParamsWithHTTPClient

func NewGetLastFlowByResourceCrnParamsWithHTTPClient(client *http.Client) *GetLastFlowByResourceCrnParams

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

func NewGetLastFlowByResourceCrnParamsWithTimeout

func NewGetLastFlowByResourceCrnParamsWithTimeout(timeout time.Duration) *GetLastFlowByResourceCrnParams

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

func (*GetLastFlowByResourceCrnParams) SetContext

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

SetContext adds the context to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) SetResourceCrn

func (o *GetLastFlowByResourceCrnParams) SetResourceCrn(resourceCrn string)

SetResourceCrn adds the resourceCrn to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) SetTimeout

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

SetTimeout adds the timeout to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) WithContext

WithContext adds the context to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) WithResourceCrn

func (o *GetLastFlowByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetLastFlowByResourceCrnParams

WithResourceCrn adds the resourceCrn to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) WithTimeout

WithTimeout adds the timeout to the get last flow by resource crn params

func (*GetLastFlowByResourceCrnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLastFlowByResourceCrnReader

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

GetLastFlowByResourceCrnReader is a Reader for the GetLastFlowByResourceCrn structure.

func (*GetLastFlowByResourceCrnReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLastFlowByResourceNameOK

type GetLastFlowByResourceNameOK struct {
	Payload *model.FlowLogResponse
}

GetLastFlowByResourceNameOK handles this case with default header values.

successful operation

func NewGetLastFlowByResourceNameOK

func NewGetLastFlowByResourceNameOK() *GetLastFlowByResourceNameOK

NewGetLastFlowByResourceNameOK creates a GetLastFlowByResourceNameOK with default headers values

func (*GetLastFlowByResourceNameOK) Error

type GetLastFlowByResourceNameParams

type GetLastFlowByResourceNameParams struct {

	/*ResourceName*/
	ResourceName string

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

GetLastFlowByResourceNameParams contains all the parameters to send to the API endpoint for the get last flow by resource name operation typically these are written to a http.Request

func NewGetLastFlowByResourceNameParams

func NewGetLastFlowByResourceNameParams() *GetLastFlowByResourceNameParams

NewGetLastFlowByResourceNameParams creates a new GetLastFlowByResourceNameParams object with the default values initialized.

func NewGetLastFlowByResourceNameParamsWithContext

func NewGetLastFlowByResourceNameParamsWithContext(ctx context.Context) *GetLastFlowByResourceNameParams

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

func NewGetLastFlowByResourceNameParamsWithHTTPClient

func NewGetLastFlowByResourceNameParamsWithHTTPClient(client *http.Client) *GetLastFlowByResourceNameParams

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

func NewGetLastFlowByResourceNameParamsWithTimeout

func NewGetLastFlowByResourceNameParamsWithTimeout(timeout time.Duration) *GetLastFlowByResourceNameParams

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

func (*GetLastFlowByResourceNameParams) SetContext

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

SetContext adds the context to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) SetResourceName

func (o *GetLastFlowByResourceNameParams) SetResourceName(resourceName string)

SetResourceName adds the resourceName to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) SetTimeout

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

SetTimeout adds the timeout to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) WithContext

WithContext adds the context to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) WithResourceName

func (o *GetLastFlowByResourceNameParams) WithResourceName(resourceName string) *GetLastFlowByResourceNameParams

WithResourceName adds the resourceName to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) WithTimeout

WithTimeout adds the timeout to the get last flow by resource name params

func (*GetLastFlowByResourceNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLastFlowByResourceNameReader

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

GetLastFlowByResourceNameReader is a Reader for the GetLastFlowByResourceName structure.

func (*GetLastFlowByResourceNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HasFlowRunningByChainIDOK

type HasFlowRunningByChainIDOK struct {
	Payload *model.FlowCheckResponse
}

HasFlowRunningByChainIDOK handles this case with default header values.

successful operation

func NewHasFlowRunningByChainIDOK

func NewHasFlowRunningByChainIDOK() *HasFlowRunningByChainIDOK

NewHasFlowRunningByChainIDOK creates a HasFlowRunningByChainIDOK with default headers values

func (*HasFlowRunningByChainIDOK) Error

func (o *HasFlowRunningByChainIDOK) Error() string

type HasFlowRunningByChainIDParams

type HasFlowRunningByChainIDParams struct {

	/*ChainID*/
	ChainID string

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

HasFlowRunningByChainIDParams contains all the parameters to send to the API endpoint for the has flow running by chain Id operation typically these are written to a http.Request

func NewHasFlowRunningByChainIDParams

func NewHasFlowRunningByChainIDParams() *HasFlowRunningByChainIDParams

NewHasFlowRunningByChainIDParams creates a new HasFlowRunningByChainIDParams object with the default values initialized.

func NewHasFlowRunningByChainIDParamsWithContext

func NewHasFlowRunningByChainIDParamsWithContext(ctx context.Context) *HasFlowRunningByChainIDParams

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

func NewHasFlowRunningByChainIDParamsWithHTTPClient

func NewHasFlowRunningByChainIDParamsWithHTTPClient(client *http.Client) *HasFlowRunningByChainIDParams

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

func NewHasFlowRunningByChainIDParamsWithTimeout

func NewHasFlowRunningByChainIDParamsWithTimeout(timeout time.Duration) *HasFlowRunningByChainIDParams

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

func (*HasFlowRunningByChainIDParams) SetChainID

func (o *HasFlowRunningByChainIDParams) SetChainID(chainID string)

SetChainID adds the chainId to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) SetContext

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

SetContext adds the context to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) SetTimeout

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

SetTimeout adds the timeout to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) WithChainID

WithChainID adds the chainID to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) WithContext

WithContext adds the context to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) WithTimeout

WithTimeout adds the timeout to the has flow running by chain Id params

func (*HasFlowRunningByChainIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HasFlowRunningByChainIDReader

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

HasFlowRunningByChainIDReader is a Reader for the HasFlowRunningByChainID structure.

func (*HasFlowRunningByChainIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HasFlowRunningByFlowIDOK

type HasFlowRunningByFlowIDOK struct {
	Payload *model.FlowCheckResponse
}

HasFlowRunningByFlowIDOK handles this case with default header values.

successful operation

func NewHasFlowRunningByFlowIDOK

func NewHasFlowRunningByFlowIDOK() *HasFlowRunningByFlowIDOK

NewHasFlowRunningByFlowIDOK creates a HasFlowRunningByFlowIDOK with default headers values

func (*HasFlowRunningByFlowIDOK) Error

func (o *HasFlowRunningByFlowIDOK) Error() string

type HasFlowRunningByFlowIDParams

type HasFlowRunningByFlowIDParams struct {

	/*FlowID*/
	FlowID string

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

HasFlowRunningByFlowIDParams contains all the parameters to send to the API endpoint for the has flow running by flow Id operation typically these are written to a http.Request

func NewHasFlowRunningByFlowIDParams

func NewHasFlowRunningByFlowIDParams() *HasFlowRunningByFlowIDParams

NewHasFlowRunningByFlowIDParams creates a new HasFlowRunningByFlowIDParams object with the default values initialized.

func NewHasFlowRunningByFlowIDParamsWithContext

func NewHasFlowRunningByFlowIDParamsWithContext(ctx context.Context) *HasFlowRunningByFlowIDParams

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

func NewHasFlowRunningByFlowIDParamsWithHTTPClient

func NewHasFlowRunningByFlowIDParamsWithHTTPClient(client *http.Client) *HasFlowRunningByFlowIDParams

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

func NewHasFlowRunningByFlowIDParamsWithTimeout

func NewHasFlowRunningByFlowIDParamsWithTimeout(timeout time.Duration) *HasFlowRunningByFlowIDParams

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

func (*HasFlowRunningByFlowIDParams) SetContext

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

SetContext adds the context to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) SetFlowID

func (o *HasFlowRunningByFlowIDParams) SetFlowID(flowID string)

SetFlowID adds the flowId to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) SetTimeout

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

SetTimeout adds the timeout to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) WithContext

WithContext adds the context to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) WithFlowID

WithFlowID adds the flowID to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) WithTimeout

WithTimeout adds the timeout to the has flow running by flow Id params

func (*HasFlowRunningByFlowIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HasFlowRunningByFlowIDReader

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

HasFlowRunningByFlowIDReader is a Reader for the HasFlowRunningByFlowID structure.

func (*HasFlowRunningByFlowIDReader) ReadResponse

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