workflow

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2016 License: MIT Imports: 6 Imported by: 6

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 workflow API

func New

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

New creates a new workflow API client.

func (*Client) DeleteNodesIdentifierWorkflowsActive

DeleteNodesIdentifierWorkflowsActive cancels currently running workflows for specified node

Cancel currently running workflows for specified node

func (*Client) GetNodesIdentifierWorkflows

func (a *Client) GetNodesIdentifierWorkflows(params *GetNodesIdentifierWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*GetNodesIdentifierWorkflowsOK, error)

GetNodesIdentifierWorkflows fetches all workflows for specified node

Fetch all workflows for specified node

func (*Client) GetNodesIdentifierWorkflowsActive

GetNodesIdentifierWorkflowsActive fetches currently running workflows for specified node

Fetch currently running workflows for specified node

func (*Client) GetWorkflows

func (a *Client) GetWorkflows(params *GetWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkflowsOK, error)

GetWorkflows fetches workflows

Fetch workflows

func (*Client) GetWorkflowsInstanceID

func (a *Client) GetWorkflowsInstanceID(params *GetWorkflowsInstanceIDParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkflowsInstanceIDOK, error)

GetWorkflowsInstanceID fetches workflow by instance ID

Fetch workflow by instance ID

func (*Client) GetWorkflowsLibrary

func (a *Client) GetWorkflowsLibrary(params *GetWorkflowsLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkflowsLibraryOK, error)

GetWorkflowsLibrary lists all workflows available to run

List all workflows available to run

func (*Client) GetWorkflowsLibraryInjectableName

GetWorkflowsLibraryInjectableName lists all workflows available to run

List all workflows available to run

func (*Client) GetWorkflowsTasks

func (a *Client) GetWorkflowsTasks(params *GetWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkflowsTasksOK, error)

GetWorkflowsTasks fetches tasks from task library

Fetch tasks from task library

func (*Client) GetWorkflowsTasksLibrary

func (a *Client) GetWorkflowsTasksLibrary(params *GetWorkflowsTasksLibraryParams, authInfo runtime.ClientAuthInfoWriter) (*GetWorkflowsTasksLibraryOK, error)

GetWorkflowsTasksLibrary lists workflow tasks library

List workflow tasks library

func (*Client) PostNodesIdentifierWorkflows

PostNodesIdentifierWorkflows creates workflow for specified node

create workflow for specified node

func (*Client) PostWorkflows

func (a *Client) PostWorkflows(params *PostWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PostWorkflowsOK, error)

PostWorkflows creates an unbound workflow

create an unbound workflow

func (*Client) PutWorkflows

func (a *Client) PutWorkflows(params *PutWorkflowsParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsOK, error)

PutWorkflows defines new workflow

define new workflow

func (*Client) PutWorkflowsTasks

func (a *Client) PutWorkflowsTasks(params *PutWorkflowsTasksParams, authInfo runtime.ClientAuthInfoWriter) (*PutWorkflowsTasksOK, error)

PutWorkflowsTasks adds tasks to task library

Add tasks to task library

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteNodesIdentifierWorkflowsActiveDefault

type DeleteNodesIdentifierWorkflowsActiveDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteNodesIdentifierWorkflowsActiveDefault handles this case with default header values.

Unexpected error

func NewDeleteNodesIdentifierWorkflowsActiveDefault

func NewDeleteNodesIdentifierWorkflowsActiveDefault(code int) *DeleteNodesIdentifierWorkflowsActiveDefault

NewDeleteNodesIdentifierWorkflowsActiveDefault creates a DeleteNodesIdentifierWorkflowsActiveDefault with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveDefault) Code

Code gets the status code for the delete nodes identifier workflows active default response

func (*DeleteNodesIdentifierWorkflowsActiveDefault) Error

type DeleteNodesIdentifierWorkflowsActiveNotFound

type DeleteNodesIdentifierWorkflowsActiveNotFound struct {
	Payload *models.Error
}

DeleteNodesIdentifierWorkflowsActiveNotFound handles this case with default header values.

The node with the identifier was not found

func NewDeleteNodesIdentifierWorkflowsActiveNotFound

func NewDeleteNodesIdentifierWorkflowsActiveNotFound() *DeleteNodesIdentifierWorkflowsActiveNotFound

NewDeleteNodesIdentifierWorkflowsActiveNotFound creates a DeleteNodesIdentifierWorkflowsActiveNotFound with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveNotFound) Error

type DeleteNodesIdentifierWorkflowsActiveOK

type DeleteNodesIdentifierWorkflowsActiveOK struct {
	Payload DeleteNodesIdentifierWorkflowsActiveOKBodyBody
}

DeleteNodesIdentifierWorkflowsActiveOK handles this case with default header values.

Canceled workflows for specified node

func NewDeleteNodesIdentifierWorkflowsActiveOK

func NewDeleteNodesIdentifierWorkflowsActiveOK() *DeleteNodesIdentifierWorkflowsActiveOK

NewDeleteNodesIdentifierWorkflowsActiveOK creates a DeleteNodesIdentifierWorkflowsActiveOK with default headers values

func (*DeleteNodesIdentifierWorkflowsActiveOK) Error

type DeleteNodesIdentifierWorkflowsActiveOKBodyBody

type DeleteNodesIdentifierWorkflowsActiveOKBodyBody interface{}

DeleteNodesIdentifierWorkflowsActiveOKBodyBody delete nodes identifier workflows active o k body body

swagger:model DeleteNodesIdentifierWorkflowsActiveOKBodyBody

type DeleteNodesIdentifierWorkflowsActiveParams

type DeleteNodesIdentifierWorkflowsActiveParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Identifier string
}

DeleteNodesIdentifierWorkflowsActiveParams contains all the parameters to send to the API endpoint for the delete nodes identifier workflows active operation typically these are written to a http.Request

func NewDeleteNodesIdentifierWorkflowsActiveParams

func NewDeleteNodesIdentifierWorkflowsActiveParams() *DeleteNodesIdentifierWorkflowsActiveParams

NewDeleteNodesIdentifierWorkflowsActiveParams creates a new DeleteNodesIdentifierWorkflowsActiveParams object with the default values initialized.

func (*DeleteNodesIdentifierWorkflowsActiveParams) WithIdentifier

WithIdentifier adds the identifier to the delete nodes identifier workflows active params

func (*DeleteNodesIdentifierWorkflowsActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteNodesIdentifierWorkflowsActiveReader

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

DeleteNodesIdentifierWorkflowsActiveReader is a Reader for the DeleteNodesIdentifierWorkflowsActive structure.

func (*DeleteNodesIdentifierWorkflowsActiveReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierWorkflowsActiveDefault

type GetNodesIdentifierWorkflowsActiveDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetNodesIdentifierWorkflowsActiveDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierWorkflowsActiveDefault

func NewGetNodesIdentifierWorkflowsActiveDefault(code int) *GetNodesIdentifierWorkflowsActiveDefault

NewGetNodesIdentifierWorkflowsActiveDefault creates a GetNodesIdentifierWorkflowsActiveDefault with default headers values

func (*GetNodesIdentifierWorkflowsActiveDefault) Code

Code gets the status code for the get nodes identifier workflows active default response

func (*GetNodesIdentifierWorkflowsActiveDefault) Error

type GetNodesIdentifierWorkflowsActiveNotFound

type GetNodesIdentifierWorkflowsActiveNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierWorkflowsActiveNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierWorkflowsActiveNotFound

func NewGetNodesIdentifierWorkflowsActiveNotFound() *GetNodesIdentifierWorkflowsActiveNotFound

NewGetNodesIdentifierWorkflowsActiveNotFound creates a GetNodesIdentifierWorkflowsActiveNotFound with default headers values

func (*GetNodesIdentifierWorkflowsActiveNotFound) Error

type GetNodesIdentifierWorkflowsActiveOK

type GetNodesIdentifierWorkflowsActiveOK struct {
	Payload GetNodesIdentifierWorkflowsActiveOKBodyBody
}

GetNodesIdentifierWorkflowsActiveOK handles this case with default header values.

Fetch currently running workflows for specified node

func NewGetNodesIdentifierWorkflowsActiveOK

func NewGetNodesIdentifierWorkflowsActiveOK() *GetNodesIdentifierWorkflowsActiveOK

NewGetNodesIdentifierWorkflowsActiveOK creates a GetNodesIdentifierWorkflowsActiveOK with default headers values

func (*GetNodesIdentifierWorkflowsActiveOK) Error

type GetNodesIdentifierWorkflowsActiveOKBodyBody

type GetNodesIdentifierWorkflowsActiveOKBodyBody interface{}

GetNodesIdentifierWorkflowsActiveOKBodyBody get nodes identifier workflows active o k body body

swagger:model GetNodesIdentifierWorkflowsActiveOKBodyBody

type GetNodesIdentifierWorkflowsActiveParams

type GetNodesIdentifierWorkflowsActiveParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Identifier string
}

GetNodesIdentifierWorkflowsActiveParams contains all the parameters to send to the API endpoint for the get nodes identifier workflows active operation typically these are written to a http.Request

func NewGetNodesIdentifierWorkflowsActiveParams

func NewGetNodesIdentifierWorkflowsActiveParams() *GetNodesIdentifierWorkflowsActiveParams

NewGetNodesIdentifierWorkflowsActiveParams creates a new GetNodesIdentifierWorkflowsActiveParams object with the default values initialized.

func (*GetNodesIdentifierWorkflowsActiveParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier workflows active params

func (*GetNodesIdentifierWorkflowsActiveParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierWorkflowsActiveReader

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

GetNodesIdentifierWorkflowsActiveReader is a Reader for the GetNodesIdentifierWorkflowsActive structure.

func (*GetNodesIdentifierWorkflowsActiveReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetNodesIdentifierWorkflowsDefault

type GetNodesIdentifierWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetNodesIdentifierWorkflowsDefault handles this case with default header values.

Unexpected error

func NewGetNodesIdentifierWorkflowsDefault

func NewGetNodesIdentifierWorkflowsDefault(code int) *GetNodesIdentifierWorkflowsDefault

NewGetNodesIdentifierWorkflowsDefault creates a GetNodesIdentifierWorkflowsDefault with default headers values

func (*GetNodesIdentifierWorkflowsDefault) Code

Code gets the status code for the get nodes identifier workflows default response

func (*GetNodesIdentifierWorkflowsDefault) Error

type GetNodesIdentifierWorkflowsNotFound

type GetNodesIdentifierWorkflowsNotFound struct {
	Payload *models.Error
}

GetNodesIdentifierWorkflowsNotFound handles this case with default header values.

The node with the identifier was not found

func NewGetNodesIdentifierWorkflowsNotFound

func NewGetNodesIdentifierWorkflowsNotFound() *GetNodesIdentifierWorkflowsNotFound

NewGetNodesIdentifierWorkflowsNotFound creates a GetNodesIdentifierWorkflowsNotFound with default headers values

func (*GetNodesIdentifierWorkflowsNotFound) Error

type GetNodesIdentifierWorkflowsOK

type GetNodesIdentifierWorkflowsOK struct {
	Payload []interface{}
}

GetNodesIdentifierWorkflowsOK handles this case with default header values.

all workflows for specified node, empty object if none exist.

func NewGetNodesIdentifierWorkflowsOK

func NewGetNodesIdentifierWorkflowsOK() *GetNodesIdentifierWorkflowsOK

NewGetNodesIdentifierWorkflowsOK creates a GetNodesIdentifierWorkflowsOK with default headers values

func (*GetNodesIdentifierWorkflowsOK) Error

type GetNodesIdentifierWorkflowsParams

type GetNodesIdentifierWorkflowsParams struct {

	/*Identifier
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Identifier string
}

GetNodesIdentifierWorkflowsParams contains all the parameters to send to the API endpoint for the get nodes identifier workflows operation typically these are written to a http.Request

func NewGetNodesIdentifierWorkflowsParams

func NewGetNodesIdentifierWorkflowsParams() *GetNodesIdentifierWorkflowsParams

NewGetNodesIdentifierWorkflowsParams creates a new GetNodesIdentifierWorkflowsParams object with the default values initialized.

func (*GetNodesIdentifierWorkflowsParams) WithIdentifier

WithIdentifier adds the identifier to the get nodes identifier workflows params

func (*GetNodesIdentifierWorkflowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNodesIdentifierWorkflowsReader

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

GetNodesIdentifierWorkflowsReader is a Reader for the GetNodesIdentifierWorkflows structure.

func (*GetNodesIdentifierWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsDefault

type GetWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsDefault

func NewGetWorkflowsDefault(code int) *GetWorkflowsDefault

NewGetWorkflowsDefault creates a GetWorkflowsDefault with default headers values

func (*GetWorkflowsDefault) Code

func (o *GetWorkflowsDefault) Code() int

Code gets the status code for the get workflows default response

func (*GetWorkflowsDefault) Error

func (o *GetWorkflowsDefault) Error() string

type GetWorkflowsInstanceIDDefault

type GetWorkflowsInstanceIDDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsInstanceIDDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsInstanceIDDefault

func NewGetWorkflowsInstanceIDDefault(code int) *GetWorkflowsInstanceIDDefault

NewGetWorkflowsInstanceIDDefault creates a GetWorkflowsInstanceIDDefault with default headers values

func (*GetWorkflowsInstanceIDDefault) Code

Code gets the status code for the get workflows instance ID default response

func (*GetWorkflowsInstanceIDDefault) Error

type GetWorkflowsInstanceIDOK

type GetWorkflowsInstanceIDOK struct {
	Payload GetWorkflowsInstanceIDOKBodyBody
}

GetWorkflowsInstanceIDOK handles this case with default header values.

Fetch workflows

func NewGetWorkflowsInstanceIDOK

func NewGetWorkflowsInstanceIDOK() *GetWorkflowsInstanceIDOK

NewGetWorkflowsInstanceIDOK creates a GetWorkflowsInstanceIDOK with default headers values

func (*GetWorkflowsInstanceIDOK) Error

func (o *GetWorkflowsInstanceIDOK) Error() string

type GetWorkflowsInstanceIDOKBodyBody

type GetWorkflowsInstanceIDOKBodyBody interface{}

GetWorkflowsInstanceIDOKBodyBody get workflows instance ID o k body body

swagger:model GetWorkflowsInstanceIDOKBodyBody

type GetWorkflowsInstanceIDParams

type GetWorkflowsInstanceIDParams struct {

	/*InstanceID*/
	InstanceID string
}

GetWorkflowsInstanceIDParams contains all the parameters to send to the API endpoint for the get workflows instance ID operation typically these are written to a http.Request

func NewGetWorkflowsInstanceIDParams

func NewGetWorkflowsInstanceIDParams() *GetWorkflowsInstanceIDParams

NewGetWorkflowsInstanceIDParams creates a new GetWorkflowsInstanceIDParams object with the default values initialized.

func (*GetWorkflowsInstanceIDParams) WithInstanceID

func (o *GetWorkflowsInstanceIDParams) WithInstanceID(InstanceID string) *GetWorkflowsInstanceIDParams

WithInstanceID adds the instanceId to the get workflows instance ID params

func (*GetWorkflowsInstanceIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWorkflowsInstanceIDReader

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

GetWorkflowsInstanceIDReader is a Reader for the GetWorkflowsInstanceID structure.

func (*GetWorkflowsInstanceIDReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsLibraryDefault

type GetWorkflowsLibraryDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsLibraryDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsLibraryDefault

func NewGetWorkflowsLibraryDefault(code int) *GetWorkflowsLibraryDefault

NewGetWorkflowsLibraryDefault creates a GetWorkflowsLibraryDefault with default headers values

func (*GetWorkflowsLibraryDefault) Code

func (o *GetWorkflowsLibraryDefault) Code() int

Code gets the status code for the get workflows library default response

func (*GetWorkflowsLibraryDefault) Error

type GetWorkflowsLibraryInjectableNameDefault

type GetWorkflowsLibraryInjectableNameDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsLibraryInjectableNameDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsLibraryInjectableNameDefault

func NewGetWorkflowsLibraryInjectableNameDefault(code int) *GetWorkflowsLibraryInjectableNameDefault

NewGetWorkflowsLibraryInjectableNameDefault creates a GetWorkflowsLibraryInjectableNameDefault with default headers values

func (*GetWorkflowsLibraryInjectableNameDefault) Code

Code gets the status code for the get workflows library injectable name default response

func (*GetWorkflowsLibraryInjectableNameDefault) Error

type GetWorkflowsLibraryInjectableNameOK

type GetWorkflowsLibraryInjectableNameOK struct {
	Payload []interface{}
}

GetWorkflowsLibraryInjectableNameOK handles this case with default header values.

List all workflows available to run

func NewGetWorkflowsLibraryInjectableNameOK

func NewGetWorkflowsLibraryInjectableNameOK() *GetWorkflowsLibraryInjectableNameOK

NewGetWorkflowsLibraryInjectableNameOK creates a GetWorkflowsLibraryInjectableNameOK with default headers values

func (*GetWorkflowsLibraryInjectableNameOK) Error

type GetWorkflowsLibraryInjectableNameParams

type GetWorkflowsLibraryInjectableNameParams struct {

	/*InjectableName*/
	InjectableName string
}

GetWorkflowsLibraryInjectableNameParams contains all the parameters to send to the API endpoint for the get workflows library injectable name operation typically these are written to a http.Request

func NewGetWorkflowsLibraryInjectableNameParams

func NewGetWorkflowsLibraryInjectableNameParams() *GetWorkflowsLibraryInjectableNameParams

NewGetWorkflowsLibraryInjectableNameParams creates a new GetWorkflowsLibraryInjectableNameParams object with the default values initialized.

func (*GetWorkflowsLibraryInjectableNameParams) WithInjectableName

WithInjectableName adds the injectableName to the get workflows library injectable name params

func (*GetWorkflowsLibraryInjectableNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWorkflowsLibraryInjectableNameReader

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

GetWorkflowsLibraryInjectableNameReader is a Reader for the GetWorkflowsLibraryInjectableName structure.

func (*GetWorkflowsLibraryInjectableNameReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsLibraryOK

type GetWorkflowsLibraryOK struct {
	Payload []interface{}
}

GetWorkflowsLibraryOK handles this case with default header values.

List all workflows available to run

func NewGetWorkflowsLibraryOK

func NewGetWorkflowsLibraryOK() *GetWorkflowsLibraryOK

NewGetWorkflowsLibraryOK creates a GetWorkflowsLibraryOK with default headers values

func (*GetWorkflowsLibraryOK) Error

func (o *GetWorkflowsLibraryOK) Error() string

type GetWorkflowsLibraryParams

type GetWorkflowsLibraryParams struct {
}

GetWorkflowsLibraryParams contains all the parameters to send to the API endpoint for the get workflows library operation typically these are written to a http.Request

func NewGetWorkflowsLibraryParams

func NewGetWorkflowsLibraryParams() *GetWorkflowsLibraryParams

NewGetWorkflowsLibraryParams creates a new GetWorkflowsLibraryParams object with the default values initialized.

func (*GetWorkflowsLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWorkflowsLibraryReader

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

GetWorkflowsLibraryReader is a Reader for the GetWorkflowsLibrary structure.

func (*GetWorkflowsLibraryReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsOK

type GetWorkflowsOK struct {
	Payload []interface{}
}

GetWorkflowsOK handles this case with default header values.

Fetch workflows

func NewGetWorkflowsOK

func NewGetWorkflowsOK() *GetWorkflowsOK

NewGetWorkflowsOK creates a GetWorkflowsOK with default headers values

func (*GetWorkflowsOK) Error

func (o *GetWorkflowsOK) Error() string

type GetWorkflowsParams

type GetWorkflowsParams struct {
}

GetWorkflowsParams contains all the parameters to send to the API endpoint for the get workflows operation typically these are written to a http.Request

func NewGetWorkflowsParams

func NewGetWorkflowsParams() *GetWorkflowsParams

NewGetWorkflowsParams creates a new GetWorkflowsParams object with the default values initialized.

func (*GetWorkflowsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetWorkflowsReader

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

GetWorkflowsReader is a Reader for the GetWorkflows structure.

func (*GetWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsTasksDefault

type GetWorkflowsTasksDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsTasksDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsTasksDefault

func NewGetWorkflowsTasksDefault(code int) *GetWorkflowsTasksDefault

NewGetWorkflowsTasksDefault creates a GetWorkflowsTasksDefault with default headers values

func (*GetWorkflowsTasksDefault) Code

func (o *GetWorkflowsTasksDefault) Code() int

Code gets the status code for the get workflows tasks default response

func (*GetWorkflowsTasksDefault) Error

func (o *GetWorkflowsTasksDefault) Error() string

type GetWorkflowsTasksLibraryDefault

type GetWorkflowsTasksLibraryDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

GetWorkflowsTasksLibraryDefault handles this case with default header values.

Unexpected error

func NewGetWorkflowsTasksLibraryDefault

func NewGetWorkflowsTasksLibraryDefault(code int) *GetWorkflowsTasksLibraryDefault

NewGetWorkflowsTasksLibraryDefault creates a GetWorkflowsTasksLibraryDefault with default headers values

func (*GetWorkflowsTasksLibraryDefault) Code

Code gets the status code for the get workflows tasks library default response

func (*GetWorkflowsTasksLibraryDefault) Error

type GetWorkflowsTasksLibraryOK

type GetWorkflowsTasksLibraryOK struct {
	Payload []interface{}
}

GetWorkflowsTasksLibraryOK handles this case with default header values.

List workflow tasks library

func NewGetWorkflowsTasksLibraryOK

func NewGetWorkflowsTasksLibraryOK() *GetWorkflowsTasksLibraryOK

NewGetWorkflowsTasksLibraryOK creates a GetWorkflowsTasksLibraryOK with default headers values

func (*GetWorkflowsTasksLibraryOK) Error

type GetWorkflowsTasksLibraryParams

type GetWorkflowsTasksLibraryParams struct {
}

GetWorkflowsTasksLibraryParams contains all the parameters to send to the API endpoint for the get workflows tasks library operation typically these are written to a http.Request

func NewGetWorkflowsTasksLibraryParams

func NewGetWorkflowsTasksLibraryParams() *GetWorkflowsTasksLibraryParams

NewGetWorkflowsTasksLibraryParams creates a new GetWorkflowsTasksLibraryParams object with the default values initialized.

func (*GetWorkflowsTasksLibraryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWorkflowsTasksLibraryReader

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

GetWorkflowsTasksLibraryReader is a Reader for the GetWorkflowsTasksLibrary structure.

func (*GetWorkflowsTasksLibraryReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetWorkflowsTasksOK

type GetWorkflowsTasksOK struct {
	Payload []interface{}
}

GetWorkflowsTasksOK handles this case with default header values.

Fetch tasks from task library

func NewGetWorkflowsTasksOK

func NewGetWorkflowsTasksOK() *GetWorkflowsTasksOK

NewGetWorkflowsTasksOK creates a GetWorkflowsTasksOK with default headers values

func (*GetWorkflowsTasksOK) Error

func (o *GetWorkflowsTasksOK) Error() string

type GetWorkflowsTasksParams

type GetWorkflowsTasksParams struct {
}

GetWorkflowsTasksParams contains all the parameters to send to the API endpoint for the get workflows tasks operation typically these are written to a http.Request

func NewGetWorkflowsTasksParams

func NewGetWorkflowsTasksParams() *GetWorkflowsTasksParams

NewGetWorkflowsTasksParams creates a new GetWorkflowsTasksParams object with the default values initialized.

func (*GetWorkflowsTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWorkflowsTasksReader

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

GetWorkflowsTasksReader is a Reader for the GetWorkflowsTasks structure.

func (*GetWorkflowsTasksReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesIdentifierWorkflowsCreated

type PostNodesIdentifierWorkflowsCreated struct {
	Payload PostNodesIdentifierWorkflowsCreatedBodyBody
}

PostNodesIdentifierWorkflowsCreated handles this case with default header values.

the workflow that was created

func NewPostNodesIdentifierWorkflowsCreated

func NewPostNodesIdentifierWorkflowsCreated() *PostNodesIdentifierWorkflowsCreated

NewPostNodesIdentifierWorkflowsCreated creates a PostNodesIdentifierWorkflowsCreated with default headers values

func (*PostNodesIdentifierWorkflowsCreated) Error

type PostNodesIdentifierWorkflowsCreatedBodyBody

type PostNodesIdentifierWorkflowsCreatedBodyBody interface{}

PostNodesIdentifierWorkflowsCreatedBodyBody post nodes identifier workflows created body body

swagger:model PostNodesIdentifierWorkflowsCreatedBodyBody

type PostNodesIdentifierWorkflowsDefault

type PostNodesIdentifierWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PostNodesIdentifierWorkflowsDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierWorkflowsDefault

func NewPostNodesIdentifierWorkflowsDefault(code int) *PostNodesIdentifierWorkflowsDefault

NewPostNodesIdentifierWorkflowsDefault creates a PostNodesIdentifierWorkflowsDefault with default headers values

func (*PostNodesIdentifierWorkflowsDefault) Code

Code gets the status code for the post nodes identifier workflows default response

func (*PostNodesIdentifierWorkflowsDefault) Error

type PostNodesIdentifierWorkflowsNotFound

type PostNodesIdentifierWorkflowsNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierWorkflowsNotFound handles this case with default header values.

The node with the identifier was not found

func NewPostNodesIdentifierWorkflowsNotFound

func NewPostNodesIdentifierWorkflowsNotFound() *PostNodesIdentifierWorkflowsNotFound

NewPostNodesIdentifierWorkflowsNotFound creates a PostNodesIdentifierWorkflowsNotFound with default headers values

func (*PostNodesIdentifierWorkflowsNotFound) Error

type PostNodesIdentifierWorkflowsParams

type PostNodesIdentifierWorkflowsParams struct {

	/*Body*/
	Body interface{}
	/*Identifier
	  The node unique identifier


	*/
	Identifier string
	/*Name
	  The injectable Graph name


	*/
	Name string
}

PostNodesIdentifierWorkflowsParams contains all the parameters to send to the API endpoint for the post nodes identifier workflows operation typically these are written to a http.Request

func NewPostNodesIdentifierWorkflowsParams

func NewPostNodesIdentifierWorkflowsParams() *PostNodesIdentifierWorkflowsParams

NewPostNodesIdentifierWorkflowsParams creates a new PostNodesIdentifierWorkflowsParams object with the default values initialized.

func (*PostNodesIdentifierWorkflowsParams) WithBody

WithBody adds the body to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WithIdentifier

WithIdentifier adds the identifier to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WithName

WithName adds the name to the post nodes identifier workflows params

func (*PostNodesIdentifierWorkflowsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierWorkflowsReader

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

PostNodesIdentifierWorkflowsReader is a Reader for the PostNodesIdentifierWorkflows structure.

func (*PostNodesIdentifierWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostWorkflowsDefault

type PostWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PostWorkflowsDefault handles this case with default header values.

Unexpected error

func NewPostWorkflowsDefault

func NewPostWorkflowsDefault(code int) *PostWorkflowsDefault

NewPostWorkflowsDefault creates a PostWorkflowsDefault with default headers values

func (*PostWorkflowsDefault) Code

func (o *PostWorkflowsDefault) Code() int

Code gets the status code for the post workflows default response

func (*PostWorkflowsDefault) Error

func (o *PostWorkflowsDefault) Error() string

type PostWorkflowsOK

type PostWorkflowsOK struct {
	Payload PostWorkflowsOKBodyBody
}

PostWorkflowsOK handles this case with default header values.

the workflow that was created

func NewPostWorkflowsOK

func NewPostWorkflowsOK() *PostWorkflowsOK

NewPostWorkflowsOK creates a PostWorkflowsOK with default headers values

func (*PostWorkflowsOK) Error

func (o *PostWorkflowsOK) Error() string

type PostWorkflowsOKBodyBody

type PostWorkflowsOKBodyBody interface{}

PostWorkflowsOKBodyBody post workflows o k body body

swagger:model PostWorkflowsOKBodyBody

type PostWorkflowsParams

type PostWorkflowsParams struct {

	/*Body*/
	Body interface{}
	/*Name
	  The injectable Graph name


	*/
	Name string
}

PostWorkflowsParams contains all the parameters to send to the API endpoint for the post workflows operation typically these are written to a http.Request

func NewPostWorkflowsParams

func NewPostWorkflowsParams() *PostWorkflowsParams

NewPostWorkflowsParams creates a new PostWorkflowsParams object with the default values initialized.

func (*PostWorkflowsParams) WithBody

func (o *PostWorkflowsParams) WithBody(Body interface{}) *PostWorkflowsParams

WithBody adds the body to the post workflows params

func (*PostWorkflowsParams) WithName

func (o *PostWorkflowsParams) WithName(Name string) *PostWorkflowsParams

WithName adds the name to the post workflows params

func (*PostWorkflowsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostWorkflowsReader

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

PostWorkflowsReader is a Reader for the PostWorkflows structure.

func (*PostWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PutWorkflowsDefault

type PutWorkflowsDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutWorkflowsDefault handles this case with default header values.

Upload failed

func NewPutWorkflowsDefault

func NewPutWorkflowsDefault(code int) *PutWorkflowsDefault

NewPutWorkflowsDefault creates a PutWorkflowsDefault with default headers values

func (*PutWorkflowsDefault) Code

func (o *PutWorkflowsDefault) Code() int

Code gets the status code for the put workflows default response

func (*PutWorkflowsDefault) Error

func (o *PutWorkflowsDefault) Error() string

type PutWorkflowsInternalServerError

type PutWorkflowsInternalServerError struct {
	Payload *models.Error
}

PutWorkflowsInternalServerError handles this case with default header values.

Error problem was encountered, workflow was not written.

func NewPutWorkflowsInternalServerError

func NewPutWorkflowsInternalServerError() *PutWorkflowsInternalServerError

NewPutWorkflowsInternalServerError creates a PutWorkflowsInternalServerError with default headers values

func (*PutWorkflowsInternalServerError) Error

type PutWorkflowsOK

type PutWorkflowsOK struct {
	Payload PutWorkflowsOKBodyBody
}

PutWorkflowsOK handles this case with default header values.

Fetch workflows

func NewPutWorkflowsOK

func NewPutWorkflowsOK() *PutWorkflowsOK

NewPutWorkflowsOK creates a PutWorkflowsOK with default headers values

func (*PutWorkflowsOK) Error

func (o *PutWorkflowsOK) Error() string

type PutWorkflowsOKBodyBody

type PutWorkflowsOKBodyBody interface{}

PutWorkflowsOKBodyBody put workflows o k body body

swagger:model PutWorkflowsOKBodyBody

type PutWorkflowsParams

type PutWorkflowsParams struct {

	/*Body*/
	Body interface{}
}

PutWorkflowsParams contains all the parameters to send to the API endpoint for the put workflows operation typically these are written to a http.Request

func NewPutWorkflowsParams

func NewPutWorkflowsParams() *PutWorkflowsParams

NewPutWorkflowsParams creates a new PutWorkflowsParams object with the default values initialized.

func (*PutWorkflowsParams) WithBody

func (o *PutWorkflowsParams) WithBody(Body interface{}) *PutWorkflowsParams

WithBody adds the body to the put workflows params

func (*PutWorkflowsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutWorkflowsReader

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

PutWorkflowsReader is a Reader for the PutWorkflows structure.

func (*PutWorkflowsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PutWorkflowsTasksDefault

type PutWorkflowsTasksDefault struct {
	Payload *models.Error
	// contains filtered or unexported fields
}

PutWorkflowsTasksDefault handles this case with default header values.

Upload failed

func NewPutWorkflowsTasksDefault

func NewPutWorkflowsTasksDefault(code int) *PutWorkflowsTasksDefault

NewPutWorkflowsTasksDefault creates a PutWorkflowsTasksDefault with default headers values

func (*PutWorkflowsTasksDefault) Code

func (o *PutWorkflowsTasksDefault) Code() int

Code gets the status code for the put workflows tasks default response

func (*PutWorkflowsTasksDefault) Error

func (o *PutWorkflowsTasksDefault) Error() string

type PutWorkflowsTasksInternalServerError

type PutWorkflowsTasksInternalServerError struct {
	Payload *models.Error
}

PutWorkflowsTasksInternalServerError handles this case with default header values.

Error problem was encountered, task was not written.

func NewPutWorkflowsTasksInternalServerError

func NewPutWorkflowsTasksInternalServerError() *PutWorkflowsTasksInternalServerError

NewPutWorkflowsTasksInternalServerError creates a PutWorkflowsTasksInternalServerError with default headers values

func (*PutWorkflowsTasksInternalServerError) Error

type PutWorkflowsTasksOK

type PutWorkflowsTasksOK struct {
	Payload PutWorkflowsTasksOKBodyBody
}

PutWorkflowsTasksOK handles this case with default header values.

Add tasks to task library

func NewPutWorkflowsTasksOK

func NewPutWorkflowsTasksOK() *PutWorkflowsTasksOK

NewPutWorkflowsTasksOK creates a PutWorkflowsTasksOK with default headers values

func (*PutWorkflowsTasksOK) Error

func (o *PutWorkflowsTasksOK) Error() string

type PutWorkflowsTasksOKBodyBody

type PutWorkflowsTasksOKBodyBody interface{}

PutWorkflowsTasksOKBodyBody put workflows tasks o k body body

swagger:model PutWorkflowsTasksOKBodyBody

type PutWorkflowsTasksParams

type PutWorkflowsTasksParams struct {

	/*Body*/
	Body interface{}
}

PutWorkflowsTasksParams contains all the parameters to send to the API endpoint for the put workflows tasks operation typically these are written to a http.Request

func NewPutWorkflowsTasksParams

func NewPutWorkflowsTasksParams() *PutWorkflowsTasksParams

NewPutWorkflowsTasksParams creates a new PutWorkflowsTasksParams object with the default values initialized.

func (*PutWorkflowsTasksParams) WithBody

func (o *PutWorkflowsTasksParams) WithBody(Body interface{}) *PutWorkflowsTasksParams

WithBody adds the body to the put workflows tasks params

func (*PutWorkflowsTasksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutWorkflowsTasksReader

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

PutWorkflowsTasksReader is a Reader for the PutWorkflowsTasks structure.

func (*PutWorkflowsTasksReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

Jump to

Keyboard shortcuts

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