post

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: 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 post API

func New

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

New creates a new post API client.

func (*Client) PostLookups

func (a *Client) PostLookups(params *PostLookupsParams, authInfo runtime.ClientAuthInfoWriter) (*PostLookupsOK, error)

PostLookups finds all

put all

func (*Client) PostLookupsID

func (a *Client) PostLookupsID(params *PostLookupsIDParams, authInfo runtime.ClientAuthInfoWriter) (*PostLookupsIDOK, error)

PostLookupsID posts id

post id

func (*Client) PostNodes

func (a *Client) PostNodes(params *PostNodesParams, authInfo runtime.ClientAuthInfoWriter) (*PostNodesCreated, error)

PostNodes posts

post

func (*Client) PostNodesIdentifierObm

PostNodesIdentifierObm sets the obm settings associated with a node

set he obm settings associated with a node.

func (*Client) PostNodesIdentifierObmIdentify

PostNodesIdentifierObmIdentify enables or disable identify light on node through o b m if supported

Enable or disable identify light on node through OBM (if supported)

func (*Client) PostNodesIdentifierWorkflows

PostNodesIdentifierWorkflows creates workflow for specified node

create workflow for specified node

func (*Client) PostNodesMacaddressDhcpWhitelist

PostNodesMacaddressDhcpWhitelist adds a whitelist of specified mac address

Add a whitelist of specified mac address

func (*Client) PostSkus

func (a *Client) PostSkus(params *PostSkusParams, authInfo runtime.ClientAuthInfoWriter) (*PostSkusOK, error)

PostSkus creates a sku

create a sku

func (*Client) PostTags

func (a *Client) PostTags(params *PostTagsParams, authInfo runtime.ClientAuthInfoWriter) (*PostTagsCreated, error)

PostTags posts tag

create new tag

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) PutFilesFileidentifier

PutFilesFileidentifier puts file based on filename

Put file based on filename, returns the uuid of the stored file.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type PostLookupsDefault

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

PostLookupsDefault handles this case with default header values.

Unexpected error

func NewPostLookupsDefault

func NewPostLookupsDefault(code int) *PostLookupsDefault

NewPostLookupsDefault creates a PostLookupsDefault with default headers values

func (*PostLookupsDefault) Code

func (o *PostLookupsDefault) Code() int

Code gets the status code for the post lookups default response

func (*PostLookupsDefault) Error

func (o *PostLookupsDefault) Error() string

type PostLookupsIDDefault

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

PostLookupsIDDefault handles this case with default header values.

Unexpected error

func NewPostLookupsIDDefault

func NewPostLookupsIDDefault(code int) *PostLookupsIDDefault

NewPostLookupsIDDefault creates a PostLookupsIDDefault with default headers values

func (*PostLookupsIDDefault) Code

func (o *PostLookupsIDDefault) Code() int

Code gets the status code for the post lookups ID default response

func (*PostLookupsIDDefault) Error

func (o *PostLookupsIDDefault) Error() string

type PostLookupsIDOK

type PostLookupsIDOK struct {
	Payload PostLookupsIDOKBodyBody
}

PostLookupsIDOK handles this case with default header values.

waterline response

func NewPostLookupsIDOK

func NewPostLookupsIDOK() *PostLookupsIDOK

NewPostLookupsIDOK creates a PostLookupsIDOK with default headers values

func (*PostLookupsIDOK) Error

func (o *PostLookupsIDOK) Error() string

type PostLookupsIDOKBodyBody

type PostLookupsIDOKBodyBody interface{}

PostLookupsIDOKBodyBody post lookups ID o k body body

swagger:model PostLookupsIDOKBodyBody

type PostLookupsIDParams

type PostLookupsIDParams struct {

	/*Content
	  foo

	*/
	Content interface{}
	/*ID
	  id of thing to lookup

	*/
	ID string
}

PostLookupsIDParams contains all the parameters to send to the API endpoint for the post lookups ID operation typically these are written to a http.Request

func NewPostLookupsIDParams

func NewPostLookupsIDParams() *PostLookupsIDParams

NewPostLookupsIDParams creates a new PostLookupsIDParams object with the default values initialized.

func (*PostLookupsIDParams) WithContent

func (o *PostLookupsIDParams) WithContent(Content interface{}) *PostLookupsIDParams

WithContent adds the content to the post lookups ID params

func (*PostLookupsIDParams) WithID

WithID adds the id to the post lookups ID params

func (*PostLookupsIDParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostLookupsIDReader

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

PostLookupsIDReader is a Reader for the PostLookupsID structure.

func (*PostLookupsIDReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostLookupsOK

type PostLookupsOK struct {
	Payload PostLookupsOKBodyBody
}

PostLookupsOK handles this case with default header values.

waterline response

func NewPostLookupsOK

func NewPostLookupsOK() *PostLookupsOK

NewPostLookupsOK creates a PostLookupsOK with default headers values

func (*PostLookupsOK) Error

func (o *PostLookupsOK) Error() string

type PostLookupsOKBodyBody

type PostLookupsOKBodyBody interface{}

PostLookupsOKBodyBody post lookups o k body body

swagger:model PostLookupsOKBodyBody

type PostLookupsParams

type PostLookupsParams struct {

	/*Content
	  foo

	*/
	Content interface{}
}

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

func NewPostLookupsParams

func NewPostLookupsParams() *PostLookupsParams

NewPostLookupsParams creates a new PostLookupsParams object with the default values initialized.

func (*PostLookupsParams) WithContent

func (o *PostLookupsParams) WithContent(Content interface{}) *PostLookupsParams

WithContent adds the content to the post lookups params

func (*PostLookupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostLookupsReader

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

PostLookupsReader is a Reader for the PostLookups structure.

func (*PostLookupsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesCreated

type PostNodesCreated struct {
	Payload PostNodesCreatedBodyBody
}

PostNodesCreated handles this case with default header values.

waterline response

func NewPostNodesCreated

func NewPostNodesCreated() *PostNodesCreated

NewPostNodesCreated creates a PostNodesCreated with default headers values

func (*PostNodesCreated) Error

func (o *PostNodesCreated) Error() string

type PostNodesCreatedBodyBody

type PostNodesCreatedBodyBody interface{}

PostNodesCreatedBodyBody post nodes created body body

swagger:model PostNodesCreatedBodyBody

type PostNodesDefault

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

PostNodesDefault handles this case with default header values.

Unexpected error

func NewPostNodesDefault

func NewPostNodesDefault(code int) *PostNodesDefault

NewPostNodesDefault creates a PostNodesDefault with default headers values

func (*PostNodesDefault) Code

func (o *PostNodesDefault) Code() int

Code gets the status code for the post nodes default response

func (*PostNodesDefault) Error

func (o *PostNodesDefault) Error() string

type PostNodesIdentifierObmCreated

type PostNodesIdentifierObmCreated struct {
}

PostNodesIdentifierObmCreated handles this case with default header values.

obm settings accepted

func NewPostNodesIdentifierObmCreated

func NewPostNodesIdentifierObmCreated() *PostNodesIdentifierObmCreated

NewPostNodesIdentifierObmCreated creates a PostNodesIdentifierObmCreated with default headers values

func (*PostNodesIdentifierObmCreated) Error

type PostNodesIdentifierObmDefault

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

PostNodesIdentifierObmDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierObmDefault

func NewPostNodesIdentifierObmDefault(code int) *PostNodesIdentifierObmDefault

NewPostNodesIdentifierObmDefault creates a PostNodesIdentifierObmDefault with default headers values

func (*PostNodesIdentifierObmDefault) Code

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

func (*PostNodesIdentifierObmDefault) Error

type PostNodesIdentifierObmIdentifyCreated

type PostNodesIdentifierObmIdentifyCreated struct {
}

PostNodesIdentifierObmIdentifyCreated handles this case with default header values.

obm settings accepted

func NewPostNodesIdentifierObmIdentifyCreated

func NewPostNodesIdentifierObmIdentifyCreated() *PostNodesIdentifierObmIdentifyCreated

NewPostNodesIdentifierObmIdentifyCreated creates a PostNodesIdentifierObmIdentifyCreated with default headers values

func (*PostNodesIdentifierObmIdentifyCreated) Error

type PostNodesIdentifierObmIdentifyDefault

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

PostNodesIdentifierObmIdentifyDefault handles this case with default header values.

Unexpected error

func NewPostNodesIdentifierObmIdentifyDefault

func NewPostNodesIdentifierObmIdentifyDefault(code int) *PostNodesIdentifierObmIdentifyDefault

NewPostNodesIdentifierObmIdentifyDefault creates a PostNodesIdentifierObmIdentifyDefault with default headers values

func (*PostNodesIdentifierObmIdentifyDefault) Code

Code gets the status code for the post nodes identifier obm identify default response

func (*PostNodesIdentifierObmIdentifyDefault) Error

type PostNodesIdentifierObmIdentifyNotFound

type PostNodesIdentifierObmIdentifyNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierObmIdentifyNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewPostNodesIdentifierObmIdentifyNotFound

func NewPostNodesIdentifierObmIdentifyNotFound() *PostNodesIdentifierObmIdentifyNotFound

NewPostNodesIdentifierObmIdentifyNotFound creates a PostNodesIdentifierObmIdentifyNotFound with default headers values

func (*PostNodesIdentifierObmIdentifyNotFound) Error

type PostNodesIdentifierObmIdentifyParams

type PostNodesIdentifierObmIdentifyParams struct {

	/*Body
	  obm settings to apply.


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


	*/
	Identifier string
}

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

func NewPostNodesIdentifierObmIdentifyParams

func NewPostNodesIdentifierObmIdentifyParams() *PostNodesIdentifierObmIdentifyParams

NewPostNodesIdentifierObmIdentifyParams creates a new PostNodesIdentifierObmIdentifyParams object with the default values initialized.

func (*PostNodesIdentifierObmIdentifyParams) WithBody

WithBody adds the body to the post nodes identifier obm identify params

func (*PostNodesIdentifierObmIdentifyParams) WithIdentifier

WithIdentifier adds the identifier to the post nodes identifier obm identify params

func (*PostNodesIdentifierObmIdentifyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierObmIdentifyReader

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

PostNodesIdentifierObmIdentifyReader is a Reader for the PostNodesIdentifierObmIdentify structure.

func (*PostNodesIdentifierObmIdentifyReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesIdentifierObmNotFound

type PostNodesIdentifierObmNotFound struct {
	Payload *models.Error
}

PostNodesIdentifierObmNotFound handles this case with default header values.

The node with the identifier was not found or has no obm settings.

func NewPostNodesIdentifierObmNotFound

func NewPostNodesIdentifierObmNotFound() *PostNodesIdentifierObmNotFound

NewPostNodesIdentifierObmNotFound creates a PostNodesIdentifierObmNotFound with default headers values

func (*PostNodesIdentifierObmNotFound) Error

type PostNodesIdentifierObmParams

type PostNodesIdentifierObmParams struct {

	/*Body
	  obm settings to apply.


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


	*/
	Identifier string
}

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

func NewPostNodesIdentifierObmParams

func NewPostNodesIdentifierObmParams() *PostNodesIdentifierObmParams

NewPostNodesIdentifierObmParams creates a new PostNodesIdentifierObmParams object with the default values initialized.

func (*PostNodesIdentifierObmParams) WithBody

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

WithBody adds the body to the post nodes identifier obm params

func (*PostNodesIdentifierObmParams) WithIdentifier

func (o *PostNodesIdentifierObmParams) WithIdentifier(Identifier string) *PostNodesIdentifierObmParams

WithIdentifier adds the identifier to the post nodes identifier obm params

func (*PostNodesIdentifierObmParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesIdentifierObmReader

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

PostNodesIdentifierObmReader is a Reader for the PostNodesIdentifierObm structure.

func (*PostNodesIdentifierObmReader) ReadResponse

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

type PostNodesMacaddressDhcpWhitelistCreated struct {
	Payload PostNodesMacaddressDhcpWhitelistCreatedBodyBody
}

PostNodesMacaddressDhcpWhitelistCreated handles this case with default header values.

the add was successful and it returns the whitelist

func NewPostNodesMacaddressDhcpWhitelistCreated

func NewPostNodesMacaddressDhcpWhitelistCreated() *PostNodesMacaddressDhcpWhitelistCreated

NewPostNodesMacaddressDhcpWhitelistCreated creates a PostNodesMacaddressDhcpWhitelistCreated with default headers values

func (*PostNodesMacaddressDhcpWhitelistCreated) Error

type PostNodesMacaddressDhcpWhitelistCreatedBodyBody

type PostNodesMacaddressDhcpWhitelistCreatedBodyBody interface{}

PostNodesMacaddressDhcpWhitelistCreatedBodyBody post nodes macaddress dhcp whitelist created body body

swagger:model PostNodesMacaddressDhcpWhitelistCreatedBodyBody

type PostNodesMacaddressDhcpWhitelistDefault

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

PostNodesMacaddressDhcpWhitelistDefault handles this case with default header values.

Unexpected error

func NewPostNodesMacaddressDhcpWhitelistDefault

func NewPostNodesMacaddressDhcpWhitelistDefault(code int) *PostNodesMacaddressDhcpWhitelistDefault

NewPostNodesMacaddressDhcpWhitelistDefault creates a PostNodesMacaddressDhcpWhitelistDefault with default headers values

func (*PostNodesMacaddressDhcpWhitelistDefault) Code

Code gets the status code for the post nodes macaddress dhcp whitelist default response

func (*PostNodesMacaddressDhcpWhitelistDefault) Error

type PostNodesMacaddressDhcpWhitelistNotFound

type PostNodesMacaddressDhcpWhitelistNotFound struct {
	Payload *models.Error
}

PostNodesMacaddressDhcpWhitelistNotFound handles this case with default header values.

The node with the identifier was not found

func NewPostNodesMacaddressDhcpWhitelistNotFound

func NewPostNodesMacaddressDhcpWhitelistNotFound() *PostNodesMacaddressDhcpWhitelistNotFound

NewPostNodesMacaddressDhcpWhitelistNotFound creates a PostNodesMacaddressDhcpWhitelistNotFound with default headers values

func (*PostNodesMacaddressDhcpWhitelistNotFound) Error

type PostNodesMacaddressDhcpWhitelistParams

type PostNodesMacaddressDhcpWhitelistParams struct {

	/*Body*/
	Body interface{}
	/*Macaddress
	  Mac addresses and unique aliases to identify the node by, |
	expect a string or an array of strings.


	*/
	Macaddress string
}

PostNodesMacaddressDhcpWhitelistParams contains all the parameters to send to the API endpoint for the post nodes macaddress dhcp whitelist operation typically these are written to a http.Request

func NewPostNodesMacaddressDhcpWhitelistParams

func NewPostNodesMacaddressDhcpWhitelistParams() *PostNodesMacaddressDhcpWhitelistParams

NewPostNodesMacaddressDhcpWhitelistParams creates a new PostNodesMacaddressDhcpWhitelistParams object with the default values initialized.

func (*PostNodesMacaddressDhcpWhitelistParams) WithBody

WithBody adds the body to the post nodes macaddress dhcp whitelist params

func (*PostNodesMacaddressDhcpWhitelistParams) WithMacaddress

WithMacaddress adds the macaddress to the post nodes macaddress dhcp whitelist params

func (*PostNodesMacaddressDhcpWhitelistParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostNodesMacaddressDhcpWhitelistReader

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

PostNodesMacaddressDhcpWhitelistReader is a Reader for the PostNodesMacaddressDhcpWhitelist structure.

func (*PostNodesMacaddressDhcpWhitelistReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostNodesParams

type PostNodesParams struct {

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


	*/
	Identifiers interface{}
}

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

func NewPostNodesParams

func NewPostNodesParams() *PostNodesParams

NewPostNodesParams creates a new PostNodesParams object with the default values initialized.

func (*PostNodesParams) WithIdentifiers

func (o *PostNodesParams) WithIdentifiers(Identifiers interface{}) *PostNodesParams

WithIdentifiers adds the identifiers to the post nodes params

func (*PostNodesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostNodesReader

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

PostNodesReader is a Reader for the PostNodes structure.

func (*PostNodesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostSkusDefault

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

PostSkusDefault handles this case with default header values.

Unexpected error

func NewPostSkusDefault

func NewPostSkusDefault(code int) *PostSkusDefault

NewPostSkusDefault creates a PostSkusDefault with default headers values

func (*PostSkusDefault) Code

func (o *PostSkusDefault) Code() int

Code gets the status code for the post skus default response

func (*PostSkusDefault) Error

func (o *PostSkusDefault) Error() string

type PostSkusInternalServerError

type PostSkusInternalServerError struct {
	Payload *models.Error
}

PostSkusInternalServerError handles this case with default header values.

Upload failed.

func NewPostSkusInternalServerError

func NewPostSkusInternalServerError() *PostSkusInternalServerError

NewPostSkusInternalServerError creates a PostSkusInternalServerError with default headers values

func (*PostSkusInternalServerError) Error

type PostSkusOK

type PostSkusOK struct {
	Payload PostSkusOKBodyBody
}

PostSkusOK handles this case with default header values.

sku to create

func NewPostSkusOK

func NewPostSkusOK() *PostSkusOK

NewPostSkusOK creates a PostSkusOK with default headers values

func (*PostSkusOK) Error

func (o *PostSkusOK) Error() string

type PostSkusOKBodyBody

type PostSkusOKBodyBody interface{}

PostSkusOKBodyBody post skus o k body body

swagger:model PostSkusOKBodyBody

type PostSkusParams

type PostSkusParams struct {
}

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

func NewPostSkusParams

func NewPostSkusParams() *PostSkusParams

NewPostSkusParams creates a new PostSkusParams object with the default values initialized.

func (*PostSkusParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostSkusReader

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

PostSkusReader is a Reader for the PostSkus structure.

func (*PostSkusReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type PostTagsConflict

type PostTagsConflict struct {
	Payload *models.Error
}

PostTagsConflict handles this case with default header values.

tag already exists

func NewPostTagsConflict

func NewPostTagsConflict() *PostTagsConflict

NewPostTagsConflict creates a PostTagsConflict with default headers values

func (*PostTagsConflict) Error

func (o *PostTagsConflict) Error() string

type PostTagsCreated

type PostTagsCreated struct {
}

PostTagsCreated handles this case with default header values.

tag accepted successfully

func NewPostTagsCreated

func NewPostTagsCreated() *PostTagsCreated

NewPostTagsCreated creates a PostTagsCreated with default headers values

func (*PostTagsCreated) Error

func (o *PostTagsCreated) Error() string

type PostTagsDefault

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

PostTagsDefault handles this case with default header values.

Unexpected error

func NewPostTagsDefault

func NewPostTagsDefault(code int) *PostTagsDefault

NewPostTagsDefault creates a PostTagsDefault with default headers values

func (*PostTagsDefault) Code

func (o *PostTagsDefault) Code() int

Code gets the status code for the post tags default response

func (*PostTagsDefault) Error

func (o *PostTagsDefault) Error() string

type PostTagsParams

type PostTagsParams struct {

	/*Body*/
	Body interface{}
}

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

func NewPostTagsParams

func NewPostTagsParams() *PostTagsParams

NewPostTagsParams creates a new PostTagsParams object with the default values initialized.

func (*PostTagsParams) WithBody

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

WithBody adds the body to the post tags params

func (*PostTagsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PostTagsReader

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

PostTagsReader is a Reader for the PostTags structure.

func (*PostTagsReader) ReadResponse

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

type PutFilesFileidentifierCreated struct {
	Payload string
}

PutFilesFileidentifierCreated handles this case with default header values.

Ready.

func NewPutFilesFileidentifierCreated

func NewPutFilesFileidentifierCreated() *PutFilesFileidentifierCreated

NewPutFilesFileidentifierCreated creates a PutFilesFileidentifierCreated with default headers values

func (*PutFilesFileidentifierCreated) Error

type PutFilesFileidentifierDefault

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

PutFilesFileidentifierDefault handles this case with default header values.

Unexpected error

func NewPutFilesFileidentifierDefault

func NewPutFilesFileidentifierDefault(code int) *PutFilesFileidentifierDefault

NewPutFilesFileidentifierDefault creates a PutFilesFileidentifierDefault with default headers values

func (*PutFilesFileidentifierDefault) Code

Code gets the status code for the put files fileidentifier default response

func (*PutFilesFileidentifierDefault) Error

type PutFilesFileidentifierInternalServerError

type PutFilesFileidentifierInternalServerError struct {
	Payload *models.Error
}

PutFilesFileidentifierInternalServerError handles this case with default header values.

Failure serving file request.

func NewPutFilesFileidentifierInternalServerError

func NewPutFilesFileidentifierInternalServerError() *PutFilesFileidentifierInternalServerError

NewPutFilesFileidentifierInternalServerError creates a PutFilesFileidentifierInternalServerError with default headers values

func (*PutFilesFileidentifierInternalServerError) Error

type PutFilesFileidentifierOK

type PutFilesFileidentifierOK struct {
	Payload PutFilesFileidentifierOKBodyBody
}

PutFilesFileidentifierOK handles this case with default header values.

The file was stored

func NewPutFilesFileidentifierOK

func NewPutFilesFileidentifierOK() *PutFilesFileidentifierOK

NewPutFilesFileidentifierOK creates a PutFilesFileidentifierOK with default headers values

func (*PutFilesFileidentifierOK) Error

func (o *PutFilesFileidentifierOK) Error() string

type PutFilesFileidentifierOKBodyBody

type PutFilesFileidentifierOKBodyBody interface{}

PutFilesFileidentifierOKBodyBody put files fileidentifier o k body body

swagger:model PutFilesFileidentifierOKBodyBody

type PutFilesFileidentifierParams

type PutFilesFileidentifierParams struct {

	/*Fileidentifier
	  filename of the file you want to store

	*/
	Fileidentifier string
}

PutFilesFileidentifierParams contains all the parameters to send to the API endpoint for the put files fileidentifier operation typically these are written to a http.Request

func NewPutFilesFileidentifierParams

func NewPutFilesFileidentifierParams() *PutFilesFileidentifierParams

NewPutFilesFileidentifierParams creates a new PutFilesFileidentifierParams object with the default values initialized.

func (*PutFilesFileidentifierParams) WithFileidentifier

func (o *PutFilesFileidentifierParams) WithFileidentifier(Fileidentifier string) *PutFilesFileidentifierParams

WithFileidentifier adds the fileidentifier to the put files fileidentifier params

func (*PutFilesFileidentifierParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutFilesFileidentifierReader

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

PutFilesFileidentifierReader is a Reader for the PutFilesFileidentifier structure.

func (*PutFilesFileidentifierReader) ReadResponse

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