Documentation ¶
Index ¶
- type Client
- func (a *Client) GetFlowLogsByFlowID(params *GetFlowLogsByFlowIDParams) (*GetFlowLogsByFlowIDOK, error)
- func (a *Client) GetFlowLogsByResourceCrn(params *GetFlowLogsByResourceCrnParams) (*GetFlowLogsByResourceCrnOK, error)
- func (a *Client) GetFlowLogsByResourceName(params *GetFlowLogsByResourceNameParams) (*GetFlowLogsByResourceNameOK, error)
- func (a *Client) GetLastFlowByID(params *GetLastFlowByIDParams) (*GetLastFlowByIDOK, error)
- func (a *Client) GetLastFlowByResourceCrn(params *GetLastFlowByResourceCrnParams) (*GetLastFlowByResourceCrnOK, error)
- func (a *Client) GetLastFlowByResourceName(params *GetLastFlowByResourceNameParams) (*GetLastFlowByResourceNameOK, error)
- func (a *Client) HasFlowRunningByChainID(params *HasFlowRunningByChainIDParams) (*HasFlowRunningByChainIDOK, error)
- func (a *Client) HasFlowRunningByFlowID(params *HasFlowRunningByFlowIDParams) (*HasFlowRunningByFlowIDOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type GetFlowLogsByFlowIDOK
- type GetFlowLogsByFlowIDParams
- func NewGetFlowLogsByFlowIDParams() *GetFlowLogsByFlowIDParams
- func NewGetFlowLogsByFlowIDParamsWithContext(ctx context.Context) *GetFlowLogsByFlowIDParams
- func NewGetFlowLogsByFlowIDParamsWithHTTPClient(client *http.Client) *GetFlowLogsByFlowIDParams
- func NewGetFlowLogsByFlowIDParamsWithTimeout(timeout time.Duration) *GetFlowLogsByFlowIDParams
- func (o *GetFlowLogsByFlowIDParams) SetContext(ctx context.Context)
- func (o *GetFlowLogsByFlowIDParams) SetFlowID(flowID string)
- func (o *GetFlowLogsByFlowIDParams) SetHTTPClient(client *http.Client)
- func (o *GetFlowLogsByFlowIDParams) SetTimeout(timeout time.Duration)
- func (o *GetFlowLogsByFlowIDParams) WithContext(ctx context.Context) *GetFlowLogsByFlowIDParams
- func (o *GetFlowLogsByFlowIDParams) WithFlowID(flowID string) *GetFlowLogsByFlowIDParams
- func (o *GetFlowLogsByFlowIDParams) WithHTTPClient(client *http.Client) *GetFlowLogsByFlowIDParams
- func (o *GetFlowLogsByFlowIDParams) WithTimeout(timeout time.Duration) *GetFlowLogsByFlowIDParams
- func (o *GetFlowLogsByFlowIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFlowLogsByFlowIDReader
- type GetFlowLogsByResourceCrnOK
- type GetFlowLogsByResourceCrnParams
- func NewGetFlowLogsByResourceCrnParams() *GetFlowLogsByResourceCrnParams
- func NewGetFlowLogsByResourceCrnParamsWithContext(ctx context.Context) *GetFlowLogsByResourceCrnParams
- func NewGetFlowLogsByResourceCrnParamsWithHTTPClient(client *http.Client) *GetFlowLogsByResourceCrnParams
- func NewGetFlowLogsByResourceCrnParamsWithTimeout(timeout time.Duration) *GetFlowLogsByResourceCrnParams
- func (o *GetFlowLogsByResourceCrnParams) SetContext(ctx context.Context)
- func (o *GetFlowLogsByResourceCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetFlowLogsByResourceCrnParams) SetResourceCrn(resourceCrn string)
- func (o *GetFlowLogsByResourceCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetFlowLogsByResourceCrnParams) WithContext(ctx context.Context) *GetFlowLogsByResourceCrnParams
- func (o *GetFlowLogsByResourceCrnParams) WithHTTPClient(client *http.Client) *GetFlowLogsByResourceCrnParams
- func (o *GetFlowLogsByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetFlowLogsByResourceCrnParams
- func (o *GetFlowLogsByResourceCrnParams) WithTimeout(timeout time.Duration) *GetFlowLogsByResourceCrnParams
- func (o *GetFlowLogsByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFlowLogsByResourceCrnReader
- type GetFlowLogsByResourceNameOK
- type GetFlowLogsByResourceNameParams
- func NewGetFlowLogsByResourceNameParams() *GetFlowLogsByResourceNameParams
- func NewGetFlowLogsByResourceNameParamsWithContext(ctx context.Context) *GetFlowLogsByResourceNameParams
- func NewGetFlowLogsByResourceNameParamsWithHTTPClient(client *http.Client) *GetFlowLogsByResourceNameParams
- func NewGetFlowLogsByResourceNameParamsWithTimeout(timeout time.Duration) *GetFlowLogsByResourceNameParams
- func (o *GetFlowLogsByResourceNameParams) SetContext(ctx context.Context)
- func (o *GetFlowLogsByResourceNameParams) SetHTTPClient(client *http.Client)
- func (o *GetFlowLogsByResourceNameParams) SetResourceName(resourceName string)
- func (o *GetFlowLogsByResourceNameParams) SetTimeout(timeout time.Duration)
- func (o *GetFlowLogsByResourceNameParams) WithContext(ctx context.Context) *GetFlowLogsByResourceNameParams
- func (o *GetFlowLogsByResourceNameParams) WithHTTPClient(client *http.Client) *GetFlowLogsByResourceNameParams
- func (o *GetFlowLogsByResourceNameParams) WithResourceName(resourceName string) *GetFlowLogsByResourceNameParams
- func (o *GetFlowLogsByResourceNameParams) WithTimeout(timeout time.Duration) *GetFlowLogsByResourceNameParams
- func (o *GetFlowLogsByResourceNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFlowLogsByResourceNameReader
- type GetLastFlowByIDOK
- type GetLastFlowByIDParams
- func NewGetLastFlowByIDParams() *GetLastFlowByIDParams
- func NewGetLastFlowByIDParamsWithContext(ctx context.Context) *GetLastFlowByIDParams
- func NewGetLastFlowByIDParamsWithHTTPClient(client *http.Client) *GetLastFlowByIDParams
- func NewGetLastFlowByIDParamsWithTimeout(timeout time.Duration) *GetLastFlowByIDParams
- func (o *GetLastFlowByIDParams) SetContext(ctx context.Context)
- func (o *GetLastFlowByIDParams) SetFlowID(flowID string)
- func (o *GetLastFlowByIDParams) SetHTTPClient(client *http.Client)
- func (o *GetLastFlowByIDParams) SetTimeout(timeout time.Duration)
- func (o *GetLastFlowByIDParams) WithContext(ctx context.Context) *GetLastFlowByIDParams
- func (o *GetLastFlowByIDParams) WithFlowID(flowID string) *GetLastFlowByIDParams
- func (o *GetLastFlowByIDParams) WithHTTPClient(client *http.Client) *GetLastFlowByIDParams
- func (o *GetLastFlowByIDParams) WithTimeout(timeout time.Duration) *GetLastFlowByIDParams
- func (o *GetLastFlowByIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLastFlowByIDReader
- type GetLastFlowByResourceCrnOK
- type GetLastFlowByResourceCrnParams
- func NewGetLastFlowByResourceCrnParams() *GetLastFlowByResourceCrnParams
- func NewGetLastFlowByResourceCrnParamsWithContext(ctx context.Context) *GetLastFlowByResourceCrnParams
- func NewGetLastFlowByResourceCrnParamsWithHTTPClient(client *http.Client) *GetLastFlowByResourceCrnParams
- func NewGetLastFlowByResourceCrnParamsWithTimeout(timeout time.Duration) *GetLastFlowByResourceCrnParams
- func (o *GetLastFlowByResourceCrnParams) SetContext(ctx context.Context)
- func (o *GetLastFlowByResourceCrnParams) SetHTTPClient(client *http.Client)
- func (o *GetLastFlowByResourceCrnParams) SetResourceCrn(resourceCrn string)
- func (o *GetLastFlowByResourceCrnParams) SetTimeout(timeout time.Duration)
- func (o *GetLastFlowByResourceCrnParams) WithContext(ctx context.Context) *GetLastFlowByResourceCrnParams
- func (o *GetLastFlowByResourceCrnParams) WithHTTPClient(client *http.Client) *GetLastFlowByResourceCrnParams
- func (o *GetLastFlowByResourceCrnParams) WithResourceCrn(resourceCrn string) *GetLastFlowByResourceCrnParams
- func (o *GetLastFlowByResourceCrnParams) WithTimeout(timeout time.Duration) *GetLastFlowByResourceCrnParams
- func (o *GetLastFlowByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLastFlowByResourceCrnReader
- type GetLastFlowByResourceNameOK
- type GetLastFlowByResourceNameParams
- func NewGetLastFlowByResourceNameParams() *GetLastFlowByResourceNameParams
- func NewGetLastFlowByResourceNameParamsWithContext(ctx context.Context) *GetLastFlowByResourceNameParams
- func NewGetLastFlowByResourceNameParamsWithHTTPClient(client *http.Client) *GetLastFlowByResourceNameParams
- func NewGetLastFlowByResourceNameParamsWithTimeout(timeout time.Duration) *GetLastFlowByResourceNameParams
- func (o *GetLastFlowByResourceNameParams) SetContext(ctx context.Context)
- func (o *GetLastFlowByResourceNameParams) SetHTTPClient(client *http.Client)
- func (o *GetLastFlowByResourceNameParams) SetResourceName(resourceName string)
- func (o *GetLastFlowByResourceNameParams) SetTimeout(timeout time.Duration)
- func (o *GetLastFlowByResourceNameParams) WithContext(ctx context.Context) *GetLastFlowByResourceNameParams
- func (o *GetLastFlowByResourceNameParams) WithHTTPClient(client *http.Client) *GetLastFlowByResourceNameParams
- func (o *GetLastFlowByResourceNameParams) WithResourceName(resourceName string) *GetLastFlowByResourceNameParams
- func (o *GetLastFlowByResourceNameParams) WithTimeout(timeout time.Duration) *GetLastFlowByResourceNameParams
- func (o *GetLastFlowByResourceNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetLastFlowByResourceNameReader
- type HasFlowRunningByChainIDOK
- type HasFlowRunningByChainIDParams
- func NewHasFlowRunningByChainIDParams() *HasFlowRunningByChainIDParams
- func NewHasFlowRunningByChainIDParamsWithContext(ctx context.Context) *HasFlowRunningByChainIDParams
- func NewHasFlowRunningByChainIDParamsWithHTTPClient(client *http.Client) *HasFlowRunningByChainIDParams
- func NewHasFlowRunningByChainIDParamsWithTimeout(timeout time.Duration) *HasFlowRunningByChainIDParams
- func (o *HasFlowRunningByChainIDParams) SetChainID(chainID string)
- func (o *HasFlowRunningByChainIDParams) SetContext(ctx context.Context)
- func (o *HasFlowRunningByChainIDParams) SetHTTPClient(client *http.Client)
- func (o *HasFlowRunningByChainIDParams) SetTimeout(timeout time.Duration)
- func (o *HasFlowRunningByChainIDParams) WithChainID(chainID string) *HasFlowRunningByChainIDParams
- func (o *HasFlowRunningByChainIDParams) WithContext(ctx context.Context) *HasFlowRunningByChainIDParams
- func (o *HasFlowRunningByChainIDParams) WithHTTPClient(client *http.Client) *HasFlowRunningByChainIDParams
- func (o *HasFlowRunningByChainIDParams) WithTimeout(timeout time.Duration) *HasFlowRunningByChainIDParams
- func (o *HasFlowRunningByChainIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HasFlowRunningByChainIDReader
- type HasFlowRunningByFlowIDOK
- type HasFlowRunningByFlowIDParams
- func NewHasFlowRunningByFlowIDParams() *HasFlowRunningByFlowIDParams
- func NewHasFlowRunningByFlowIDParamsWithContext(ctx context.Context) *HasFlowRunningByFlowIDParams
- func NewHasFlowRunningByFlowIDParamsWithHTTPClient(client *http.Client) *HasFlowRunningByFlowIDParams
- func NewHasFlowRunningByFlowIDParamsWithTimeout(timeout time.Duration) *HasFlowRunningByFlowIDParams
- func (o *HasFlowRunningByFlowIDParams) SetContext(ctx context.Context)
- func (o *HasFlowRunningByFlowIDParams) SetFlowID(flowID string)
- func (o *HasFlowRunningByFlowIDParams) SetHTTPClient(client *http.Client)
- func (o *HasFlowRunningByFlowIDParams) SetTimeout(timeout time.Duration)
- func (o *HasFlowRunningByFlowIDParams) WithContext(ctx context.Context) *HasFlowRunningByFlowIDParams
- func (o *HasFlowRunningByFlowIDParams) WithFlowID(flowID string) *HasFlowRunningByFlowIDParams
- func (o *HasFlowRunningByFlowIDParams) WithHTTPClient(client *http.Client) *HasFlowRunningByFlowIDParams
- func (o *HasFlowRunningByFlowIDParams) WithTimeout(timeout time.Duration) *HasFlowRunningByFlowIDParams
- func (o *HasFlowRunningByFlowIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type HasFlowRunningByFlowIDReader
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 ¶
func (o *GetFlowLogsByFlowIDParams) WithContext(ctx context.Context) *GetFlowLogsByFlowIDParams
WithContext adds the context to the get flow logs by flow Id params
func (*GetFlowLogsByFlowIDParams) WithFlowID ¶
func (o *GetFlowLogsByFlowIDParams) WithFlowID(flowID string) *GetFlowLogsByFlowIDParams
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 ¶
func (o *GetFlowLogsByFlowIDParams) WithTimeout(timeout time.Duration) *GetFlowLogsByFlowIDParams
WithTimeout adds the timeout to the get flow logs by flow Id params
func (*GetFlowLogsByFlowIDParams) WriteToRequest ¶
func (o *GetFlowLogsByFlowIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetFlowLogsByResourceCrnOK) Error() string
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 ¶
func (o *GetFlowLogsByResourceCrnParams) WithContext(ctx context.Context) *GetFlowLogsByResourceCrnParams
WithContext adds the context to the get flow logs by resource crn params
func (*GetFlowLogsByResourceCrnParams) WithHTTPClient ¶
func (o *GetFlowLogsByResourceCrnParams) WithHTTPClient(client *http.Client) *GetFlowLogsByResourceCrnParams
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 ¶
func (o *GetFlowLogsByResourceCrnParams) WithTimeout(timeout time.Duration) *GetFlowLogsByResourceCrnParams
WithTimeout adds the timeout to the get flow logs by resource crn params
func (*GetFlowLogsByResourceCrnParams) WriteToRequest ¶
func (o *GetFlowLogsByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetFlowLogsByResourceNameOK) Error() string
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 ¶
func (o *GetFlowLogsByResourceNameParams) WithContext(ctx context.Context) *GetFlowLogsByResourceNameParams
WithContext adds the context to the get flow logs by resource name params
func (*GetFlowLogsByResourceNameParams) WithHTTPClient ¶
func (o *GetFlowLogsByResourceNameParams) WithHTTPClient(client *http.Client) *GetFlowLogsByResourceNameParams
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 ¶
func (o *GetFlowLogsByResourceNameParams) WithTimeout(timeout time.Duration) *GetFlowLogsByResourceNameParams
WithTimeout adds the timeout to the get flow logs by resource name params
func (*GetFlowLogsByResourceNameParams) WriteToRequest ¶
func (o *GetFlowLogsByResourceNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetLastFlowByIDParams) WithContext(ctx context.Context) *GetLastFlowByIDParams
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 ¶
func (o *GetLastFlowByResourceCrnOK) Error() string
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 ¶
func (o *GetLastFlowByResourceCrnParams) WithContext(ctx context.Context) *GetLastFlowByResourceCrnParams
WithContext adds the context to the get last flow by resource crn params
func (*GetLastFlowByResourceCrnParams) WithHTTPClient ¶
func (o *GetLastFlowByResourceCrnParams) WithHTTPClient(client *http.Client) *GetLastFlowByResourceCrnParams
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 ¶
func (o *GetLastFlowByResourceCrnParams) WithTimeout(timeout time.Duration) *GetLastFlowByResourceCrnParams
WithTimeout adds the timeout to the get last flow by resource crn params
func (*GetLastFlowByResourceCrnParams) WriteToRequest ¶
func (o *GetLastFlowByResourceCrnParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *GetLastFlowByResourceNameOK) Error() string
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 ¶
func (o *GetLastFlowByResourceNameParams) WithContext(ctx context.Context) *GetLastFlowByResourceNameParams
WithContext adds the context to the get last flow by resource name params
func (*GetLastFlowByResourceNameParams) WithHTTPClient ¶
func (o *GetLastFlowByResourceNameParams) WithHTTPClient(client *http.Client) *GetLastFlowByResourceNameParams
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 ¶
func (o *GetLastFlowByResourceNameParams) WithTimeout(timeout time.Duration) *GetLastFlowByResourceNameParams
WithTimeout adds the timeout to the get last flow by resource name params
func (*GetLastFlowByResourceNameParams) WriteToRequest ¶
func (o *GetLastFlowByResourceNameParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *HasFlowRunningByChainIDParams) WithChainID(chainID string) *HasFlowRunningByChainIDParams
WithChainID adds the chainID to the has flow running by chain Id params
func (*HasFlowRunningByChainIDParams) WithContext ¶
func (o *HasFlowRunningByChainIDParams) WithContext(ctx context.Context) *HasFlowRunningByChainIDParams
WithContext adds the context to the has flow running by chain Id params
func (*HasFlowRunningByChainIDParams) WithHTTPClient ¶
func (o *HasFlowRunningByChainIDParams) WithHTTPClient(client *http.Client) *HasFlowRunningByChainIDParams
WithHTTPClient adds the HTTPClient to the has flow running by chain Id params
func (*HasFlowRunningByChainIDParams) WithTimeout ¶
func (o *HasFlowRunningByChainIDParams) WithTimeout(timeout time.Duration) *HasFlowRunningByChainIDParams
WithTimeout adds the timeout to the has flow running by chain Id params
func (*HasFlowRunningByChainIDParams) WriteToRequest ¶
func (o *HasFlowRunningByChainIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *HasFlowRunningByFlowIDParams) WithContext(ctx context.Context) *HasFlowRunningByFlowIDParams
WithContext adds the context to the has flow running by flow Id params
func (*HasFlowRunningByFlowIDParams) WithFlowID ¶
func (o *HasFlowRunningByFlowIDParams) WithFlowID(flowID string) *HasFlowRunningByFlowIDParams
WithFlowID adds the flowID to the has flow running by flow Id params
func (*HasFlowRunningByFlowIDParams) WithHTTPClient ¶
func (o *HasFlowRunningByFlowIDParams) WithHTTPClient(client *http.Client) *HasFlowRunningByFlowIDParams
WithHTTPClient adds the HTTPClient to the has flow running by flow Id params
func (*HasFlowRunningByFlowIDParams) WithTimeout ¶
func (o *HasFlowRunningByFlowIDParams) WithTimeout(timeout time.Duration) *HasFlowRunningByFlowIDParams
WithTimeout adds the timeout to the has flow running by flow Id params
func (*HasFlowRunningByFlowIDParams) WriteToRequest ¶
func (o *HasFlowRunningByFlowIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- flow_client.go
- get_flow_logs_by_flow_id_parameters.go
- get_flow_logs_by_flow_id_responses.go
- get_flow_logs_by_resource_crn_parameters.go
- get_flow_logs_by_resource_crn_responses.go
- get_flow_logs_by_resource_name_parameters.go
- get_flow_logs_by_resource_name_responses.go
- get_last_flow_by_id_parameters.go
- get_last_flow_by_id_responses.go
- get_last_flow_by_resource_crn_parameters.go
- get_last_flow_by_resource_crn_responses.go
- get_last_flow_by_resource_name_parameters.go
- get_last_flow_by_resource_name_responses.go
- has_flow_running_by_chain_id_parameters.go
- has_flow_running_by_chain_id_responses.go
- has_flow_running_by_flow_id_parameters.go
- has_flow_running_by_flow_id_responses.go