operations

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2016 License: MIT Imports: 7 Imported by: 11

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

func New

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

New creates a new operations API client.

func (*Client) ConfigureDNSForSite

func (a *Client) ConfigureDNSForSite(params *ConfigureDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*ConfigureDNSForSiteOK, error)

ConfigureDNSForSite configure DNS for site API

func (*Client) CreateHookBySiteID

func (a *Client) CreateHookBySiteID(params *CreateHookBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*CreateHookBySiteIDCreated, error)

CreateHookBySiteID create hook by site Id API

func (*Client) CreateSite

func (a *Client) CreateSite(params *CreateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteCreated, error)

CreateSite create site API

func (*Client) CreateSiteDeploy

func (a *Client) CreateSiteDeploy(params *CreateSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteDeployOK, error)

CreateSiteDeploy create site deploy API

func (*Client) CreateSiteSnippet

func (a *Client) CreateSiteSnippet(params *CreateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSiteSnippetCreated, error)

CreateSiteSnippet create site snippet API

func (*Client) DeleteHookBySiteID

DeleteHookBySiteID delete hook by site Id API

func (*Client) DeleteSite

func (a *Client) DeleteSite(params *DeleteSiteParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteOK, error)

DeleteSite delete site API

func (*Client) DeleteSiteSnippet

func (a *Client) DeleteSiteSnippet(params *DeleteSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSiteSnippetNoContent, error)

DeleteSiteSnippet delete site snippet API

func (*Client) GetDNSForSite

func (a *Client) GetDNSForSite(params *GetDNSForSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetDNSForSiteOK, error)

GetDNSForSite get DNS for site API

func (*Client) GetSite

func (a *Client) GetSite(params *GetSiteParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteOK, error)

GetSite get site API

func (*Client) GetSiteDeploy

func (a *Client) GetSiteDeploy(params *GetSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteDeployOK, error)

GetSiteDeploy get site deploy API

func (*Client) GetSiteFileByPathName

func (a *Client) GetSiteFileByPathName(params *GetSiteFileByPathNameParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteFileByPathNameOK, error)

GetSiteFileByPathName get site file by path name API

func (*Client) GetSiteMetadata

func (a *Client) GetSiteMetadata(params *GetSiteMetadataParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteMetadataOK, error)

GetSiteMetadata get site metadata API

func (*Client) GetSiteSnippet

func (a *Client) GetSiteSnippet(params *GetSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*GetSiteSnippetOK, error)

GetSiteSnippet get site snippet API

func (*Client) ListFormSubmissions

func (a *Client) ListFormSubmissions(params *ListFormSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormSubmissionsOK, error)

ListFormSubmissions list form submissions API

func (*Client) ListForms

func (a *Client) ListForms(params *ListFormsParams, authInfo runtime.ClientAuthInfoWriter) (*ListFormsOK, error)

ListForms list forms API

func (*Client) ListHookTypes

func (a *Client) ListHookTypes(params *ListHookTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListHookTypesOK, error)

ListHookTypes list hook types API

func (*Client) ListHooksBySiteID

func (a *Client) ListHooksBySiteID(params *ListHooksBySiteIDParams, authInfo runtime.ClientAuthInfoWriter) (*ListHooksBySiteIDOK, error)

ListHooksBySiteID list hooks by site Id API

func (*Client) ListSiteDeploys

func (a *Client) ListSiteDeploys(params *ListSiteDeploysParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteDeploysOK, error)

ListSiteDeploys list site deploys API

func (*Client) ListSiteFiles

func (a *Client) ListSiteFiles(params *ListSiteFilesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFilesOK, error)

ListSiteFiles list site files API

func (*Client) ListSiteForms

func (a *Client) ListSiteForms(params *ListSiteFormsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteFormsOK, error)

ListSiteForms list site forms API

func (*Client) ListSiteSnippets

func (a *Client) ListSiteSnippets(params *ListSiteSnippetsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSnippetsOK, error)

ListSiteSnippets list site snippets API

func (*Client) ListSiteSubmissions

func (a *Client) ListSiteSubmissions(params *ListSiteSubmissionsParams, authInfo runtime.ClientAuthInfoWriter) (*ListSiteSubmissionsOK, error)

ListSiteSubmissions list site submissions API

func (*Client) ListSites

func (a *Client) ListSites(params *ListSitesParams, authInfo runtime.ClientAuthInfoWriter) (*ListSitesOK, error)

ListSites list sites API

func (*Client) ProvisionSiteTLSCertificate

func (a *Client) ProvisionSiteTLSCertificate(params *ProvisionSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ProvisionSiteTLSCertificateOK, error)

ProvisionSiteTLSCertificate provision site TLS certificate API

func (*Client) RestoreSiteDeploy

func (a *Client) RestoreSiteDeploy(params *RestoreSiteDeployParams, authInfo runtime.ClientAuthInfoWriter) (*RestoreSiteDeployCreated, error)

RestoreSiteDeploy restore site deploy API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ShowSiteTLSCertificate

func (a *Client) ShowSiteTLSCertificate(params *ShowSiteTLSCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ShowSiteTLSCertificateOK, error)

ShowSiteTLSCertificate show site TLS certificate API

func (*Client) UpdateSite

func (a *Client) UpdateSite(params *UpdateSiteParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteOK, error)

UpdateSite update site API

func (*Client) UpdateSiteMetadata

UpdateSiteMetadata update site metadata API

func (*Client) UpdateSiteSnippet

func (a *Client) UpdateSiteSnippet(params *UpdateSiteSnippetParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSiteSnippetNoContent, error)

UpdateSiteSnippet update site snippet API

func (*Client) UploadDeployFile

func (a *Client) UploadDeployFile(params *UploadDeployFileParams, authInfo runtime.ClientAuthInfoWriter) (*UploadDeployFileOK, error)

UploadDeployFile upload deploy file API

type ConfigureDNSForSiteDefault

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

ConfigureDNSForSiteDefault handles this case with default header values.

error

func NewConfigureDNSForSiteDefault

func NewConfigureDNSForSiteDefault(code int) *ConfigureDNSForSiteDefault

NewConfigureDNSForSiteDefault creates a ConfigureDNSForSiteDefault with default headers values

func (*ConfigureDNSForSiteDefault) Code

func (o *ConfigureDNSForSiteDefault) Code() int

Code gets the status code for the configure DNS for site default response

func (*ConfigureDNSForSiteDefault) Error

type ConfigureDNSForSiteOK

type ConfigureDNSForSiteOK struct {
	Payload []*models.DNSZone
}

ConfigureDNSForSiteOK handles this case with default header values.

OK

func NewConfigureDNSForSiteOK

func NewConfigureDNSForSiteOK() *ConfigureDNSForSiteOK

NewConfigureDNSForSiteOK creates a ConfigureDNSForSiteOK with default headers values

func (*ConfigureDNSForSiteOK) Error

func (o *ConfigureDNSForSiteOK) Error() string

type ConfigureDNSForSiteParams

type ConfigureDNSForSiteParams struct {

	/*SiteID*/
	SiteID string
}

ConfigureDNSForSiteParams contains all the parameters to send to the API endpoint for the configure DNS for site operation typically these are written to a http.Request

func NewConfigureDNSForSiteParams

func NewConfigureDNSForSiteParams() *ConfigureDNSForSiteParams

NewConfigureDNSForSiteParams creates a new ConfigureDNSForSiteParams object with the default values initialized.

func (*ConfigureDNSForSiteParams) WithSiteID

WithSiteID adds the siteId to the configure DNS for site params

func (*ConfigureDNSForSiteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ConfigureDNSForSiteReader

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

ConfigureDNSForSiteReader is a Reader for the ConfigureDNSForSite structure.

func (*ConfigureDNSForSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type CreateHookBySiteIDCreated

type CreateHookBySiteIDCreated struct {
	Payload *models.Hook
}

CreateHookBySiteIDCreated handles this case with default header values.

OK

func NewCreateHookBySiteIDCreated

func NewCreateHookBySiteIDCreated() *CreateHookBySiteIDCreated

NewCreateHookBySiteIDCreated creates a CreateHookBySiteIDCreated with default headers values

func (*CreateHookBySiteIDCreated) Error

func (o *CreateHookBySiteIDCreated) Error() string

type CreateHookBySiteIDDefault

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

CreateHookBySiteIDDefault handles this case with default header values.

error

func NewCreateHookBySiteIDDefault

func NewCreateHookBySiteIDDefault(code int) *CreateHookBySiteIDDefault

NewCreateHookBySiteIDDefault creates a CreateHookBySiteIDDefault with default headers values

func (*CreateHookBySiteIDDefault) Code

func (o *CreateHookBySiteIDDefault) Code() int

Code gets the status code for the create hook by site Id default response

func (*CreateHookBySiteIDDefault) Error

func (o *CreateHookBySiteIDDefault) Error() string

type CreateHookBySiteIDParams

type CreateHookBySiteIDParams struct {

	/*Hook*/
	Hook *models.Hook
}

CreateHookBySiteIDParams contains all the parameters to send to the API endpoint for the create hook by site Id operation typically these are written to a http.Request

func NewCreateHookBySiteIDParams

func NewCreateHookBySiteIDParams() *CreateHookBySiteIDParams

NewCreateHookBySiteIDParams creates a new CreateHookBySiteIDParams object with the default values initialized.

func (*CreateHookBySiteIDParams) WithHook

WithHook adds the hook to the create hook by site Id params

func (*CreateHookBySiteIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateHookBySiteIDReader

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

CreateHookBySiteIDReader is a Reader for the CreateHookBySiteID structure.

func (*CreateHookBySiteIDReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type CreateSiteCreated

type CreateSiteCreated struct {
	Payload *models.Site
}

CreateSiteCreated handles this case with default header values.

Created

func NewCreateSiteCreated

func NewCreateSiteCreated() *CreateSiteCreated

NewCreateSiteCreated creates a CreateSiteCreated with default headers values

func (*CreateSiteCreated) Error

func (o *CreateSiteCreated) Error() string

type CreateSiteDefault

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

CreateSiteDefault handles this case with default header values.

error

func NewCreateSiteDefault

func NewCreateSiteDefault(code int) *CreateSiteDefault

NewCreateSiteDefault creates a CreateSiteDefault with default headers values

func (*CreateSiteDefault) Code

func (o *CreateSiteDefault) Code() int

Code gets the status code for the create site default response

func (*CreateSiteDefault) Error

func (o *CreateSiteDefault) Error() string

type CreateSiteDeployDefault

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

CreateSiteDeployDefault handles this case with default header values.

error

func NewCreateSiteDeployDefault

func NewCreateSiteDeployDefault(code int) *CreateSiteDeployDefault

NewCreateSiteDeployDefault creates a CreateSiteDeployDefault with default headers values

func (*CreateSiteDeployDefault) Code

func (o *CreateSiteDeployDefault) Code() int

Code gets the status code for the create site deploy default response

func (*CreateSiteDeployDefault) Error

func (o *CreateSiteDeployDefault) Error() string

type CreateSiteDeployOK

type CreateSiteDeployOK struct {
	Payload *models.Deploy
}

CreateSiteDeployOK handles this case with default header values.

OK

func NewCreateSiteDeployOK

func NewCreateSiteDeployOK() *CreateSiteDeployOK

NewCreateSiteDeployOK creates a CreateSiteDeployOK with default headers values

func (*CreateSiteDeployOK) Error

func (o *CreateSiteDeployOK) Error() string

type CreateSiteDeployParams

type CreateSiteDeployParams struct {

	/*Deploy*/
	Deploy *models.DeployFiles
	/*SiteID*/
	SiteID string
}

CreateSiteDeployParams contains all the parameters to send to the API endpoint for the create site deploy operation typically these are written to a http.Request

func NewCreateSiteDeployParams

func NewCreateSiteDeployParams() *CreateSiteDeployParams

NewCreateSiteDeployParams creates a new CreateSiteDeployParams object with the default values initialized.

func (*CreateSiteDeployParams) WithDeploy

WithDeploy adds the deploy to the create site deploy params

func (*CreateSiteDeployParams) WithSiteID

func (o *CreateSiteDeployParams) WithSiteID(SiteID string) *CreateSiteDeployParams

WithSiteID adds the siteId to the create site deploy params

func (*CreateSiteDeployParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSiteDeployReader

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

CreateSiteDeployReader is a Reader for the CreateSiteDeploy structure.

func (*CreateSiteDeployReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type CreateSiteParams

type CreateSiteParams struct {

	/*ConfigureDNS*/
	ConfigureDNS *bool
	/*Site*/
	Site *models.Site
}

CreateSiteParams contains all the parameters to send to the API endpoint for the create site operation typically these are written to a http.Request

func NewCreateSiteParams

func NewCreateSiteParams() *CreateSiteParams

NewCreateSiteParams creates a new CreateSiteParams object with the default values initialized.

func (*CreateSiteParams) WithConfigureDNS

func (o *CreateSiteParams) WithConfigureDNS(ConfigureDNS *bool) *CreateSiteParams

WithConfigureDNS adds the configureDns to the create site params

func (*CreateSiteParams) WithSite

func (o *CreateSiteParams) WithSite(Site *models.Site) *CreateSiteParams

WithSite adds the site to the create site params

func (*CreateSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateSiteReader

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

CreateSiteReader is a Reader for the CreateSite structure.

func (*CreateSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type CreateSiteSnippetCreated

type CreateSiteSnippetCreated struct {
	Payload *models.Snippet
}

CreateSiteSnippetCreated handles this case with default header values.

OK

func NewCreateSiteSnippetCreated

func NewCreateSiteSnippetCreated() *CreateSiteSnippetCreated

NewCreateSiteSnippetCreated creates a CreateSiteSnippetCreated with default headers values

func (*CreateSiteSnippetCreated) Error

func (o *CreateSiteSnippetCreated) Error() string

type CreateSiteSnippetDefault

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

CreateSiteSnippetDefault handles this case with default header values.

error

func NewCreateSiteSnippetDefault

func NewCreateSiteSnippetDefault(code int) *CreateSiteSnippetDefault

NewCreateSiteSnippetDefault creates a CreateSiteSnippetDefault with default headers values

func (*CreateSiteSnippetDefault) Code

func (o *CreateSiteSnippetDefault) Code() int

Code gets the status code for the create site snippet default response

func (*CreateSiteSnippetDefault) Error

func (o *CreateSiteSnippetDefault) Error() string

type CreateSiteSnippetParams

type CreateSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*Snippet*/
	Snippet *models.Snippet
}

CreateSiteSnippetParams contains all the parameters to send to the API endpoint for the create site snippet operation typically these are written to a http.Request

func NewCreateSiteSnippetParams

func NewCreateSiteSnippetParams() *CreateSiteSnippetParams

NewCreateSiteSnippetParams creates a new CreateSiteSnippetParams object with the default values initialized.

func (*CreateSiteSnippetParams) WithSiteID

WithSiteID adds the siteId to the create site snippet params

func (*CreateSiteSnippetParams) WithSnippet

WithSnippet adds the snippet to the create site snippet params

func (*CreateSiteSnippetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSiteSnippetReader

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

CreateSiteSnippetReader is a Reader for the CreateSiteSnippet structure.

func (*CreateSiteSnippetReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteHookBySiteIDNoContent

type DeleteHookBySiteIDNoContent struct {
}

DeleteHookBySiteIDNoContent handles this case with default header values.

No content

func NewDeleteHookBySiteIDNoContent

func NewDeleteHookBySiteIDNoContent() *DeleteHookBySiteIDNoContent

NewDeleteHookBySiteIDNoContent creates a DeleteHookBySiteIDNoContent with default headers values

func (*DeleteHookBySiteIDNoContent) Error

type DeleteHookBySiteIDParams

type DeleteHookBySiteIDParams struct {

	/*HookID*/
	HookID string
}

DeleteHookBySiteIDParams contains all the parameters to send to the API endpoint for the delete hook by site Id operation typically these are written to a http.Request

func NewDeleteHookBySiteIDParams

func NewDeleteHookBySiteIDParams() *DeleteHookBySiteIDParams

NewDeleteHookBySiteIDParams creates a new DeleteHookBySiteIDParams object with the default values initialized.

func (*DeleteHookBySiteIDParams) WithHookID

WithHookID adds the hookId to the delete hook by site Id params

func (*DeleteHookBySiteIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteHookBySiteIDReader

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

DeleteHookBySiteIDReader is a Reader for the DeleteHookBySiteID structure.

func (*DeleteHookBySiteIDReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteSiteDefault

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

DeleteSiteDefault handles this case with default header values.

error

func NewDeleteSiteDefault

func NewDeleteSiteDefault(code int) *DeleteSiteDefault

NewDeleteSiteDefault creates a DeleteSiteDefault with default headers values

func (*DeleteSiteDefault) Code

func (o *DeleteSiteDefault) Code() int

Code gets the status code for the delete site default response

func (*DeleteSiteDefault) Error

func (o *DeleteSiteDefault) Error() string

type DeleteSiteOK

type DeleteSiteOK struct {
}

DeleteSiteOK handles this case with default header values.

OK

func NewDeleteSiteOK

func NewDeleteSiteOK() *DeleteSiteOK

NewDeleteSiteOK creates a DeleteSiteOK with default headers values

func (*DeleteSiteOK) Error

func (o *DeleteSiteOK) Error() string

type DeleteSiteParams

type DeleteSiteParams struct {

	/*SiteID*/
	SiteID string
}

DeleteSiteParams contains all the parameters to send to the API endpoint for the delete site operation typically these are written to a http.Request

func NewDeleteSiteParams

func NewDeleteSiteParams() *DeleteSiteParams

NewDeleteSiteParams creates a new DeleteSiteParams object with the default values initialized.

func (*DeleteSiteParams) WithSiteID

func (o *DeleteSiteParams) WithSiteID(SiteID string) *DeleteSiteParams

WithSiteID adds the siteId to the delete site params

func (*DeleteSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteSiteReader

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

DeleteSiteReader is a Reader for the DeleteSite structure.

func (*DeleteSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type DeleteSiteSnippetDefault

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

DeleteSiteSnippetDefault handles this case with default header values.

error

func NewDeleteSiteSnippetDefault

func NewDeleteSiteSnippetDefault(code int) *DeleteSiteSnippetDefault

NewDeleteSiteSnippetDefault creates a DeleteSiteSnippetDefault with default headers values

func (*DeleteSiteSnippetDefault) Code

func (o *DeleteSiteSnippetDefault) Code() int

Code gets the status code for the delete site snippet default response

func (*DeleteSiteSnippetDefault) Error

func (o *DeleteSiteSnippetDefault) Error() string

type DeleteSiteSnippetNoContent

type DeleteSiteSnippetNoContent struct {
}

DeleteSiteSnippetNoContent handles this case with default header values.

No content

func NewDeleteSiteSnippetNoContent

func NewDeleteSiteSnippetNoContent() *DeleteSiteSnippetNoContent

NewDeleteSiteSnippetNoContent creates a DeleteSiteSnippetNoContent with default headers values

func (*DeleteSiteSnippetNoContent) Error

type DeleteSiteSnippetParams

type DeleteSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*SnippetID*/
	SnippetID string
}

DeleteSiteSnippetParams contains all the parameters to send to the API endpoint for the delete site snippet operation typically these are written to a http.Request

func NewDeleteSiteSnippetParams

func NewDeleteSiteSnippetParams() *DeleteSiteSnippetParams

NewDeleteSiteSnippetParams creates a new DeleteSiteSnippetParams object with the default values initialized.

func (*DeleteSiteSnippetParams) WithSiteID

WithSiteID adds the siteId to the delete site snippet params

func (*DeleteSiteSnippetParams) WithSnippetID

func (o *DeleteSiteSnippetParams) WithSnippetID(SnippetID string) *DeleteSiteSnippetParams

WithSnippetID adds the snippetId to the delete site snippet params

func (*DeleteSiteSnippetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSiteSnippetReader

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

DeleteSiteSnippetReader is a Reader for the DeleteSiteSnippet structure.

func (*DeleteSiteSnippetReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetDNSForSiteDefault

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

GetDNSForSiteDefault handles this case with default header values.

error

func NewGetDNSForSiteDefault

func NewGetDNSForSiteDefault(code int) *GetDNSForSiteDefault

NewGetDNSForSiteDefault creates a GetDNSForSiteDefault with default headers values

func (*GetDNSForSiteDefault) Code

func (o *GetDNSForSiteDefault) Code() int

Code gets the status code for the get DNS for site default response

func (*GetDNSForSiteDefault) Error

func (o *GetDNSForSiteDefault) Error() string

type GetDNSForSiteOK

type GetDNSForSiteOK struct {
	Payload []*models.DNSZone
}

GetDNSForSiteOK handles this case with default header values.

OK

func NewGetDNSForSiteOK

func NewGetDNSForSiteOK() *GetDNSForSiteOK

NewGetDNSForSiteOK creates a GetDNSForSiteOK with default headers values

func (*GetDNSForSiteOK) Error

func (o *GetDNSForSiteOK) Error() string

type GetDNSForSiteParams

type GetDNSForSiteParams struct {

	/*SiteID*/
	SiteID string
}

GetDNSForSiteParams contains all the parameters to send to the API endpoint for the get DNS for site operation typically these are written to a http.Request

func NewGetDNSForSiteParams

func NewGetDNSForSiteParams() *GetDNSForSiteParams

NewGetDNSForSiteParams creates a new GetDNSForSiteParams object with the default values initialized.

func (*GetDNSForSiteParams) WithSiteID

func (o *GetDNSForSiteParams) WithSiteID(SiteID string) *GetDNSForSiteParams

WithSiteID adds the siteId to the get DNS for site params

func (*GetDNSForSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDNSForSiteReader

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

GetDNSForSiteReader is a Reader for the GetDNSForSite structure.

func (*GetDNSForSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSiteDefault

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

GetSiteDefault handles this case with default header values.

error

func NewGetSiteDefault

func NewGetSiteDefault(code int) *GetSiteDefault

NewGetSiteDefault creates a GetSiteDefault with default headers values

func (*GetSiteDefault) Code

func (o *GetSiteDefault) Code() int

Code gets the status code for the get site default response

func (*GetSiteDefault) Error

func (o *GetSiteDefault) Error() string

type GetSiteDeployDefault

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

GetSiteDeployDefault handles this case with default header values.

error

func NewGetSiteDeployDefault

func NewGetSiteDeployDefault(code int) *GetSiteDeployDefault

NewGetSiteDeployDefault creates a GetSiteDeployDefault with default headers values

func (*GetSiteDeployDefault) Code

func (o *GetSiteDeployDefault) Code() int

Code gets the status code for the get site deploy default response

func (*GetSiteDeployDefault) Error

func (o *GetSiteDeployDefault) Error() string

type GetSiteDeployOK

type GetSiteDeployOK struct {
	Payload *models.Deploy
}

GetSiteDeployOK handles this case with default header values.

OK

func NewGetSiteDeployOK

func NewGetSiteDeployOK() *GetSiteDeployOK

NewGetSiteDeployOK creates a GetSiteDeployOK with default headers values

func (*GetSiteDeployOK) Error

func (o *GetSiteDeployOK) Error() string

type GetSiteDeployParams

type GetSiteDeployParams struct {

	/*DeployID*/
	DeployID string
	/*SiteID*/
	SiteID string
}

GetSiteDeployParams contains all the parameters to send to the API endpoint for the get site deploy operation typically these are written to a http.Request

func NewGetSiteDeployParams

func NewGetSiteDeployParams() *GetSiteDeployParams

NewGetSiteDeployParams creates a new GetSiteDeployParams object with the default values initialized.

func (*GetSiteDeployParams) WithDeployID

func (o *GetSiteDeployParams) WithDeployID(DeployID string) *GetSiteDeployParams

WithDeployID adds the deployId to the get site deploy params

func (*GetSiteDeployParams) WithSiteID

func (o *GetSiteDeployParams) WithSiteID(SiteID string) *GetSiteDeployParams

WithSiteID adds the siteId to the get site deploy params

func (*GetSiteDeployParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSiteDeployReader

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

GetSiteDeployReader is a Reader for the GetSiteDeploy structure.

func (*GetSiteDeployReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSiteFileByPathNameDefault

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

GetSiteFileByPathNameDefault handles this case with default header values.

error

func NewGetSiteFileByPathNameDefault

func NewGetSiteFileByPathNameDefault(code int) *GetSiteFileByPathNameDefault

NewGetSiteFileByPathNameDefault creates a GetSiteFileByPathNameDefault with default headers values

func (*GetSiteFileByPathNameDefault) Code

Code gets the status code for the get site file by path name default response

func (*GetSiteFileByPathNameDefault) Error

type GetSiteFileByPathNameOK

type GetSiteFileByPathNameOK struct {
	Payload *models.File
}

GetSiteFileByPathNameOK handles this case with default header values.

OK

func NewGetSiteFileByPathNameOK

func NewGetSiteFileByPathNameOK() *GetSiteFileByPathNameOK

NewGetSiteFileByPathNameOK creates a GetSiteFileByPathNameOK with default headers values

func (*GetSiteFileByPathNameOK) Error

func (o *GetSiteFileByPathNameOK) Error() string

type GetSiteFileByPathNameParams

type GetSiteFileByPathNameParams struct {

	/*FilePath*/
	FilePath string
	/*SiteID*/
	SiteID string
}

GetSiteFileByPathNameParams contains all the parameters to send to the API endpoint for the get site file by path name operation typically these are written to a http.Request

func NewGetSiteFileByPathNameParams

func NewGetSiteFileByPathNameParams() *GetSiteFileByPathNameParams

NewGetSiteFileByPathNameParams creates a new GetSiteFileByPathNameParams object with the default values initialized.

func (*GetSiteFileByPathNameParams) WithFilePath

WithFilePath adds the filePath to the get site file by path name params

func (*GetSiteFileByPathNameParams) WithSiteID

WithSiteID adds the siteId to the get site file by path name params

func (*GetSiteFileByPathNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSiteFileByPathNameReader

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

GetSiteFileByPathNameReader is a Reader for the GetSiteFileByPathName structure.

func (*GetSiteFileByPathNameReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSiteMetadataDefault

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

GetSiteMetadataDefault handles this case with default header values.

error

func NewGetSiteMetadataDefault

func NewGetSiteMetadataDefault(code int) *GetSiteMetadataDefault

NewGetSiteMetadataDefault creates a GetSiteMetadataDefault with default headers values

func (*GetSiteMetadataDefault) Code

func (o *GetSiteMetadataDefault) Code() int

Code gets the status code for the get site metadata default response

func (*GetSiteMetadataDefault) Error

func (o *GetSiteMetadataDefault) Error() string

type GetSiteMetadataOK

type GetSiteMetadataOK struct {
	Payload models.Metadata
}

GetSiteMetadataOK handles this case with default header values.

OK

func NewGetSiteMetadataOK

func NewGetSiteMetadataOK() *GetSiteMetadataOK

NewGetSiteMetadataOK creates a GetSiteMetadataOK with default headers values

func (*GetSiteMetadataOK) Error

func (o *GetSiteMetadataOK) Error() string

type GetSiteMetadataParams

type GetSiteMetadataParams struct {

	/*SiteID*/
	SiteID string
}

GetSiteMetadataParams contains all the parameters to send to the API endpoint for the get site metadata operation typically these are written to a http.Request

func NewGetSiteMetadataParams

func NewGetSiteMetadataParams() *GetSiteMetadataParams

NewGetSiteMetadataParams creates a new GetSiteMetadataParams object with the default values initialized.

func (*GetSiteMetadataParams) WithSiteID

func (o *GetSiteMetadataParams) WithSiteID(SiteID string) *GetSiteMetadataParams

WithSiteID adds the siteId to the get site metadata params

func (*GetSiteMetadataParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSiteMetadataReader

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

GetSiteMetadataReader is a Reader for the GetSiteMetadata structure.

func (*GetSiteMetadataReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSiteOK

type GetSiteOK struct {
	Payload *models.Site
}

GetSiteOK handles this case with default header values.

OK

func NewGetSiteOK

func NewGetSiteOK() *GetSiteOK

NewGetSiteOK creates a GetSiteOK with default headers values

func (*GetSiteOK) Error

func (o *GetSiteOK) Error() string

type GetSiteParams

type GetSiteParams struct {

	/*SiteID*/
	SiteID string
}

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

func NewGetSiteParams

func NewGetSiteParams() *GetSiteParams

NewGetSiteParams creates a new GetSiteParams object with the default values initialized.

func (*GetSiteParams) WithSiteID

func (o *GetSiteParams) WithSiteID(SiteID string) *GetSiteParams

WithSiteID adds the siteId to the get site params

func (*GetSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSiteReader

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

GetSiteReader is a Reader for the GetSite structure.

func (*GetSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type GetSiteSnippetDefault

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

GetSiteSnippetDefault handles this case with default header values.

error

func NewGetSiteSnippetDefault

func NewGetSiteSnippetDefault(code int) *GetSiteSnippetDefault

NewGetSiteSnippetDefault creates a GetSiteSnippetDefault with default headers values

func (*GetSiteSnippetDefault) Code

func (o *GetSiteSnippetDefault) Code() int

Code gets the status code for the get site snippet default response

func (*GetSiteSnippetDefault) Error

func (o *GetSiteSnippetDefault) Error() string

type GetSiteSnippetOK

type GetSiteSnippetOK struct {
	Payload *models.Snippet
}

GetSiteSnippetOK handles this case with default header values.

OK

func NewGetSiteSnippetOK

func NewGetSiteSnippetOK() *GetSiteSnippetOK

NewGetSiteSnippetOK creates a GetSiteSnippetOK with default headers values

func (*GetSiteSnippetOK) Error

func (o *GetSiteSnippetOK) Error() string

type GetSiteSnippetParams

type GetSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*SnippetID*/
	SnippetID string
}

GetSiteSnippetParams contains all the parameters to send to the API endpoint for the get site snippet operation typically these are written to a http.Request

func NewGetSiteSnippetParams

func NewGetSiteSnippetParams() *GetSiteSnippetParams

NewGetSiteSnippetParams creates a new GetSiteSnippetParams object with the default values initialized.

func (*GetSiteSnippetParams) WithSiteID

func (o *GetSiteSnippetParams) WithSiteID(SiteID string) *GetSiteSnippetParams

WithSiteID adds the siteId to the get site snippet params

func (*GetSiteSnippetParams) WithSnippetID

func (o *GetSiteSnippetParams) WithSnippetID(SnippetID string) *GetSiteSnippetParams

WithSnippetID adds the snippetId to the get site snippet params

func (*GetSiteSnippetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSiteSnippetReader

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

GetSiteSnippetReader is a Reader for the GetSiteSnippet structure.

func (*GetSiteSnippetReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListFormSubmissionsDefault

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

ListFormSubmissionsDefault handles this case with default header values.

error

func NewListFormSubmissionsDefault

func NewListFormSubmissionsDefault(code int) *ListFormSubmissionsDefault

NewListFormSubmissionsDefault creates a ListFormSubmissionsDefault with default headers values

func (*ListFormSubmissionsDefault) Code

func (o *ListFormSubmissionsDefault) Code() int

Code gets the status code for the list form submissions default response

func (*ListFormSubmissionsDefault) Error

type ListFormSubmissionsOK

type ListFormSubmissionsOK struct {
	Payload []*models.Submission
}

ListFormSubmissionsOK handles this case with default header values.

OK

func NewListFormSubmissionsOK

func NewListFormSubmissionsOK() *ListFormSubmissionsOK

NewListFormSubmissionsOK creates a ListFormSubmissionsOK with default headers values

func (*ListFormSubmissionsOK) Error

func (o *ListFormSubmissionsOK) Error() string

type ListFormSubmissionsParams

type ListFormSubmissionsParams struct {

	/*FormID*/
	FormID string
}

ListFormSubmissionsParams contains all the parameters to send to the API endpoint for the list form submissions operation typically these are written to a http.Request

func NewListFormSubmissionsParams

func NewListFormSubmissionsParams() *ListFormSubmissionsParams

NewListFormSubmissionsParams creates a new ListFormSubmissionsParams object with the default values initialized.

func (*ListFormSubmissionsParams) WithFormID

WithFormID adds the formId to the list form submissions params

func (*ListFormSubmissionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListFormSubmissionsReader

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

ListFormSubmissionsReader is a Reader for the ListFormSubmissions structure.

func (*ListFormSubmissionsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListFormsDefault

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

ListFormsDefault handles this case with default header values.

error

func NewListFormsDefault

func NewListFormsDefault(code int) *ListFormsDefault

NewListFormsDefault creates a ListFormsDefault with default headers values

func (*ListFormsDefault) Code

func (o *ListFormsDefault) Code() int

Code gets the status code for the list forms default response

func (*ListFormsDefault) Error

func (o *ListFormsDefault) Error() string

type ListFormsOK

type ListFormsOK struct {
	Payload []*models.Form
}

ListFormsOK handles this case with default header values.

OK

func NewListFormsOK

func NewListFormsOK() *ListFormsOK

NewListFormsOK creates a ListFormsOK with default headers values

func (*ListFormsOK) Error

func (o *ListFormsOK) Error() string

type ListFormsParams

type ListFormsParams struct {
}

ListFormsParams contains all the parameters to send to the API endpoint for the list forms operation typically these are written to a http.Request

func NewListFormsParams

func NewListFormsParams() *ListFormsParams

NewListFormsParams creates a new ListFormsParams object with the default values initialized.

func (*ListFormsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListFormsReader

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

ListFormsReader is a Reader for the ListForms structure.

func (*ListFormsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListHookTypesDefault

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

ListHookTypesDefault handles this case with default header values.

error

func NewListHookTypesDefault

func NewListHookTypesDefault(code int) *ListHookTypesDefault

NewListHookTypesDefault creates a ListHookTypesDefault with default headers values

func (*ListHookTypesDefault) Code

func (o *ListHookTypesDefault) Code() int

Code gets the status code for the list hook types default response

func (*ListHookTypesDefault) Error

func (o *ListHookTypesDefault) Error() string

type ListHookTypesOK

type ListHookTypesOK struct {
	Payload []*models.HookType
}

ListHookTypesOK handles this case with default header values.

OK

func NewListHookTypesOK

func NewListHookTypesOK() *ListHookTypesOK

NewListHookTypesOK creates a ListHookTypesOK with default headers values

func (*ListHookTypesOK) Error

func (o *ListHookTypesOK) Error() string

type ListHookTypesParams

type ListHookTypesParams struct {
}

ListHookTypesParams contains all the parameters to send to the API endpoint for the list hook types operation typically these are written to a http.Request

func NewListHookTypesParams

func NewListHookTypesParams() *ListHookTypesParams

NewListHookTypesParams creates a new ListHookTypesParams object with the default values initialized.

func (*ListHookTypesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListHookTypesReader

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

ListHookTypesReader is a Reader for the ListHookTypes structure.

func (*ListHookTypesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListHooksBySiteIDDefault

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

ListHooksBySiteIDDefault handles this case with default header values.

error

func NewListHooksBySiteIDDefault

func NewListHooksBySiteIDDefault(code int) *ListHooksBySiteIDDefault

NewListHooksBySiteIDDefault creates a ListHooksBySiteIDDefault with default headers values

func (*ListHooksBySiteIDDefault) Code

func (o *ListHooksBySiteIDDefault) Code() int

Code gets the status code for the list hooks by site Id default response

func (*ListHooksBySiteIDDefault) Error

func (o *ListHooksBySiteIDDefault) Error() string

type ListHooksBySiteIDOK

type ListHooksBySiteIDOK struct {
	Payload []*models.Hook
}

ListHooksBySiteIDOK handles this case with default header values.

OK

func NewListHooksBySiteIDOK

func NewListHooksBySiteIDOK() *ListHooksBySiteIDOK

NewListHooksBySiteIDOK creates a ListHooksBySiteIDOK with default headers values

func (*ListHooksBySiteIDOK) Error

func (o *ListHooksBySiteIDOK) Error() string

type ListHooksBySiteIDParams

type ListHooksBySiteIDParams struct {

	/*SiteID*/
	SiteID string
}

ListHooksBySiteIDParams contains all the parameters to send to the API endpoint for the list hooks by site Id operation typically these are written to a http.Request

func NewListHooksBySiteIDParams

func NewListHooksBySiteIDParams() *ListHooksBySiteIDParams

NewListHooksBySiteIDParams creates a new ListHooksBySiteIDParams object with the default values initialized.

func (*ListHooksBySiteIDParams) WithSiteID

WithSiteID adds the siteId to the list hooks by site Id params

func (*ListHooksBySiteIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListHooksBySiteIDReader

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

ListHooksBySiteIDReader is a Reader for the ListHooksBySiteID structure.

func (*ListHooksBySiteIDReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSiteDeploysDefault

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

ListSiteDeploysDefault handles this case with default header values.

error

func NewListSiteDeploysDefault

func NewListSiteDeploysDefault(code int) *ListSiteDeploysDefault

NewListSiteDeploysDefault creates a ListSiteDeploysDefault with default headers values

func (*ListSiteDeploysDefault) Code

func (o *ListSiteDeploysDefault) Code() int

Code gets the status code for the list site deploys default response

func (*ListSiteDeploysDefault) Error

func (o *ListSiteDeploysDefault) Error() string

type ListSiteDeploysOK

type ListSiteDeploysOK struct {
	Payload []*models.Deploy
}

ListSiteDeploysOK handles this case with default header values.

OK

func NewListSiteDeploysOK

func NewListSiteDeploysOK() *ListSiteDeploysOK

NewListSiteDeploysOK creates a ListSiteDeploysOK with default headers values

func (*ListSiteDeploysOK) Error

func (o *ListSiteDeploysOK) Error() string

type ListSiteDeploysParams

type ListSiteDeploysParams struct {

	/*SiteID*/
	SiteID string
}

ListSiteDeploysParams contains all the parameters to send to the API endpoint for the list site deploys operation typically these are written to a http.Request

func NewListSiteDeploysParams

func NewListSiteDeploysParams() *ListSiteDeploysParams

NewListSiteDeploysParams creates a new ListSiteDeploysParams object with the default values initialized.

func (*ListSiteDeploysParams) WithSiteID

func (o *ListSiteDeploysParams) WithSiteID(SiteID string) *ListSiteDeploysParams

WithSiteID adds the siteId to the list site deploys params

func (*ListSiteDeploysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListSiteDeploysReader

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

ListSiteDeploysReader is a Reader for the ListSiteDeploys structure.

func (*ListSiteDeploysReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSiteFilesDefault

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

ListSiteFilesDefault handles this case with default header values.

error

func NewListSiteFilesDefault

func NewListSiteFilesDefault(code int) *ListSiteFilesDefault

NewListSiteFilesDefault creates a ListSiteFilesDefault with default headers values

func (*ListSiteFilesDefault) Code

func (o *ListSiteFilesDefault) Code() int

Code gets the status code for the list site files default response

func (*ListSiteFilesDefault) Error

func (o *ListSiteFilesDefault) Error() string

type ListSiteFilesOK

type ListSiteFilesOK struct {
	Payload []*models.File
}

ListSiteFilesOK handles this case with default header values.

OK

func NewListSiteFilesOK

func NewListSiteFilesOK() *ListSiteFilesOK

NewListSiteFilesOK creates a ListSiteFilesOK with default headers values

func (*ListSiteFilesOK) Error

func (o *ListSiteFilesOK) Error() string

type ListSiteFilesParams

type ListSiteFilesParams struct {

	/*SiteID*/
	SiteID string
}

ListSiteFilesParams contains all the parameters to send to the API endpoint for the list site files operation typically these are written to a http.Request

func NewListSiteFilesParams

func NewListSiteFilesParams() *ListSiteFilesParams

NewListSiteFilesParams creates a new ListSiteFilesParams object with the default values initialized.

func (*ListSiteFilesParams) WithSiteID

func (o *ListSiteFilesParams) WithSiteID(SiteID string) *ListSiteFilesParams

WithSiteID adds the siteId to the list site files params

func (*ListSiteFilesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListSiteFilesReader

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

ListSiteFilesReader is a Reader for the ListSiteFiles structure.

func (*ListSiteFilesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSiteFormsDefault

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

ListSiteFormsDefault handles this case with default header values.

error

func NewListSiteFormsDefault

func NewListSiteFormsDefault(code int) *ListSiteFormsDefault

NewListSiteFormsDefault creates a ListSiteFormsDefault with default headers values

func (*ListSiteFormsDefault) Code

func (o *ListSiteFormsDefault) Code() int

Code gets the status code for the list site forms default response

func (*ListSiteFormsDefault) Error

func (o *ListSiteFormsDefault) Error() string

type ListSiteFormsOK

type ListSiteFormsOK struct {
	Payload []*models.Form
}

ListSiteFormsOK handles this case with default header values.

OK

func NewListSiteFormsOK

func NewListSiteFormsOK() *ListSiteFormsOK

NewListSiteFormsOK creates a ListSiteFormsOK with default headers values

func (*ListSiteFormsOK) Error

func (o *ListSiteFormsOK) Error() string

type ListSiteFormsParams

type ListSiteFormsParams struct {

	/*SiteID*/
	SiteID string
}

ListSiteFormsParams contains all the parameters to send to the API endpoint for the list site forms operation typically these are written to a http.Request

func NewListSiteFormsParams

func NewListSiteFormsParams() *ListSiteFormsParams

NewListSiteFormsParams creates a new ListSiteFormsParams object with the default values initialized.

func (*ListSiteFormsParams) WithSiteID

func (o *ListSiteFormsParams) WithSiteID(SiteID string) *ListSiteFormsParams

WithSiteID adds the siteId to the list site forms params

func (*ListSiteFormsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListSiteFormsReader

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

ListSiteFormsReader is a Reader for the ListSiteForms structure.

func (*ListSiteFormsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSiteSnippetsDefault

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

ListSiteSnippetsDefault handles this case with default header values.

error

func NewListSiteSnippetsDefault

func NewListSiteSnippetsDefault(code int) *ListSiteSnippetsDefault

NewListSiteSnippetsDefault creates a ListSiteSnippetsDefault with default headers values

func (*ListSiteSnippetsDefault) Code

func (o *ListSiteSnippetsDefault) Code() int

Code gets the status code for the list site snippets default response

func (*ListSiteSnippetsDefault) Error

func (o *ListSiteSnippetsDefault) Error() string

type ListSiteSnippetsOK

type ListSiteSnippetsOK struct {
	Payload []*models.Snippet
}

ListSiteSnippetsOK handles this case with default header values.

OK

func NewListSiteSnippetsOK

func NewListSiteSnippetsOK() *ListSiteSnippetsOK

NewListSiteSnippetsOK creates a ListSiteSnippetsOK with default headers values

func (*ListSiteSnippetsOK) Error

func (o *ListSiteSnippetsOK) Error() string

type ListSiteSnippetsParams

type ListSiteSnippetsParams struct {

	/*SiteID*/
	SiteID string
}

ListSiteSnippetsParams contains all the parameters to send to the API endpoint for the list site snippets operation typically these are written to a http.Request

func NewListSiteSnippetsParams

func NewListSiteSnippetsParams() *ListSiteSnippetsParams

NewListSiteSnippetsParams creates a new ListSiteSnippetsParams object with the default values initialized.

func (*ListSiteSnippetsParams) WithSiteID

func (o *ListSiteSnippetsParams) WithSiteID(SiteID string) *ListSiteSnippetsParams

WithSiteID adds the siteId to the list site snippets params

func (*ListSiteSnippetsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSiteSnippetsReader

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

ListSiteSnippetsReader is a Reader for the ListSiteSnippets structure.

func (*ListSiteSnippetsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSiteSubmissionsDefault

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

ListSiteSubmissionsDefault handles this case with default header values.

error

func NewListSiteSubmissionsDefault

func NewListSiteSubmissionsDefault(code int) *ListSiteSubmissionsDefault

NewListSiteSubmissionsDefault creates a ListSiteSubmissionsDefault with default headers values

func (*ListSiteSubmissionsDefault) Code

func (o *ListSiteSubmissionsDefault) Code() int

Code gets the status code for the list site submissions default response

func (*ListSiteSubmissionsDefault) Error

type ListSiteSubmissionsOK

type ListSiteSubmissionsOK struct {
	Payload []*models.Submission
}

ListSiteSubmissionsOK handles this case with default header values.

OK

func NewListSiteSubmissionsOK

func NewListSiteSubmissionsOK() *ListSiteSubmissionsOK

NewListSiteSubmissionsOK creates a ListSiteSubmissionsOK with default headers values

func (*ListSiteSubmissionsOK) Error

func (o *ListSiteSubmissionsOK) Error() string

type ListSiteSubmissionsParams

type ListSiteSubmissionsParams struct {

	/*SiteID*/
	SiteID string
}

ListSiteSubmissionsParams contains all the parameters to send to the API endpoint for the list site submissions operation typically these are written to a http.Request

func NewListSiteSubmissionsParams

func NewListSiteSubmissionsParams() *ListSiteSubmissionsParams

NewListSiteSubmissionsParams creates a new ListSiteSubmissionsParams object with the default values initialized.

func (*ListSiteSubmissionsParams) WithSiteID

WithSiteID adds the siteId to the list site submissions params

func (*ListSiteSubmissionsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListSiteSubmissionsReader

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

ListSiteSubmissionsReader is a Reader for the ListSiteSubmissions structure.

func (*ListSiteSubmissionsReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ListSitesDefault

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

ListSitesDefault handles this case with default header values.

error

func NewListSitesDefault

func NewListSitesDefault(code int) *ListSitesDefault

NewListSitesDefault creates a ListSitesDefault with default headers values

func (*ListSitesDefault) Code

func (o *ListSitesDefault) Code() int

Code gets the status code for the list sites default response

func (*ListSitesDefault) Error

func (o *ListSitesDefault) Error() string

type ListSitesOK

type ListSitesOK struct {
	Payload []*models.Site
}

ListSitesOK handles this case with default header values.

OK

func NewListSitesOK

func NewListSitesOK() *ListSitesOK

NewListSitesOK creates a ListSitesOK with default headers values

func (*ListSitesOK) Error

func (o *ListSitesOK) Error() string

type ListSitesParams

type ListSitesParams struct {
}

ListSitesParams contains all the parameters to send to the API endpoint for the list sites operation typically these are written to a http.Request

func NewListSitesParams

func NewListSitesParams() *ListSitesParams

NewListSitesParams creates a new ListSitesParams object with the default values initialized.

func (*ListSitesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListSitesReader

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

ListSitesReader is a Reader for the ListSites structure.

func (*ListSitesReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ProvisionSiteSSLDefault

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

ProvisionSiteSSLDefault handles this case with default header values.

error

func NewProvisionSiteSSLDefault

func NewProvisionSiteSSLDefault(code int) *ProvisionSiteSSLDefault

NewProvisionSiteSSLDefault creates a ProvisionSiteSSLDefault with default headers values

func (*ProvisionSiteSSLDefault) Code

func (o *ProvisionSiteSSLDefault) Code() int

Code gets the status code for the provision site s s l default response

func (*ProvisionSiteSSLDefault) Error

func (o *ProvisionSiteSSLDefault) Error() string

type ProvisionSiteSSLOK

type ProvisionSiteSSLOK struct {
}

ProvisionSiteSSLOK handles this case with default header values.

OK

func NewProvisionSiteSSLOK

func NewProvisionSiteSSLOK() *ProvisionSiteSSLOK

NewProvisionSiteSSLOK creates a ProvisionSiteSSLOK with default headers values

func (*ProvisionSiteSSLOK) Error

func (o *ProvisionSiteSSLOK) Error() string

type ProvisionSiteSSLParams

type ProvisionSiteSSLParams struct {

	/*CaCertificates*/
	CaCertificates *string
	/*Certificate*/
	Certificate *string
	/*Key*/
	Key *string
	/*SiteID*/
	SiteID string
}

ProvisionSiteSSLParams contains all the parameters to send to the API endpoint for the provision site s s l operation typically these are written to a http.Request

func NewProvisionSiteSSLParams

func NewProvisionSiteSSLParams() *ProvisionSiteSSLParams

NewProvisionSiteSSLParams creates a new ProvisionSiteSSLParams object with the default values initialized.

func (*ProvisionSiteSSLParams) WithCaCertificates

func (o *ProvisionSiteSSLParams) WithCaCertificates(CaCertificates *string) *ProvisionSiteSSLParams

WithCaCertificates adds the caCertificates to the provision site s s l params

func (*ProvisionSiteSSLParams) WithCertificate

func (o *ProvisionSiteSSLParams) WithCertificate(Certificate *string) *ProvisionSiteSSLParams

WithCertificate adds the certificate to the provision site s s l params

func (*ProvisionSiteSSLParams) WithKey

WithKey adds the key to the provision site s s l params

func (*ProvisionSiteSSLParams) WithSiteID

func (o *ProvisionSiteSSLParams) WithSiteID(SiteID string) *ProvisionSiteSSLParams

WithSiteID adds the siteId to the provision site s s l params

func (*ProvisionSiteSSLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProvisionSiteSSLReader

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

ProvisionSiteSSLReader is a Reader for the ProvisionSiteSSL structure.

func (*ProvisionSiteSSLReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ProvisionSiteTLSCertificateDefault

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

ProvisionSiteTLSCertificateDefault handles this case with default header values.

error

func NewProvisionSiteTLSCertificateDefault

func NewProvisionSiteTLSCertificateDefault(code int) *ProvisionSiteTLSCertificateDefault

NewProvisionSiteTLSCertificateDefault creates a ProvisionSiteTLSCertificateDefault with default headers values

func (*ProvisionSiteTLSCertificateDefault) Code

Code gets the status code for the provision site TLS certificate default response

func (*ProvisionSiteTLSCertificateDefault) Error

type ProvisionSiteTLSCertificateOK

type ProvisionSiteTLSCertificateOK struct {
	Payload *models.SniCertificate
}

ProvisionSiteTLSCertificateOK handles this case with default header values.

OK

func NewProvisionSiteTLSCertificateOK

func NewProvisionSiteTLSCertificateOK() *ProvisionSiteTLSCertificateOK

NewProvisionSiteTLSCertificateOK creates a ProvisionSiteTLSCertificateOK with default headers values

func (*ProvisionSiteTLSCertificateOK) Error

type ProvisionSiteTLSCertificateParams

type ProvisionSiteTLSCertificateParams struct {

	/*CaCertificates*/
	CaCertificates *string
	/*Certificate*/
	Certificate *string
	/*Key*/
	Key *string
	/*SiteID*/
	SiteID string
}

ProvisionSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the provision site TLS certificate operation typically these are written to a http.Request

func NewProvisionSiteTLSCertificateParams

func NewProvisionSiteTLSCertificateParams() *ProvisionSiteTLSCertificateParams

NewProvisionSiteTLSCertificateParams creates a new ProvisionSiteTLSCertificateParams object with the default values initialized.

func (*ProvisionSiteTLSCertificateParams) WithCaCertificates

func (o *ProvisionSiteTLSCertificateParams) WithCaCertificates(CaCertificates *string) *ProvisionSiteTLSCertificateParams

WithCaCertificates adds the caCertificates to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithCertificate

WithCertificate adds the certificate to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithKey

WithKey adds the key to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WithSiteID

WithSiteID adds the siteId to the provision site TLS certificate params

func (*ProvisionSiteTLSCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ProvisionSiteTLSCertificateReader

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

ProvisionSiteTLSCertificateReader is a Reader for the ProvisionSiteTLSCertificate structure.

func (*ProvisionSiteTLSCertificateReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type RestoreSiteDeployCreated

type RestoreSiteDeployCreated struct {
	Payload *models.Deploy
}

RestoreSiteDeployCreated handles this case with default header values.

Created

func NewRestoreSiteDeployCreated

func NewRestoreSiteDeployCreated() *RestoreSiteDeployCreated

NewRestoreSiteDeployCreated creates a RestoreSiteDeployCreated with default headers values

func (*RestoreSiteDeployCreated) Error

func (o *RestoreSiteDeployCreated) Error() string

type RestoreSiteDeployDefault

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

RestoreSiteDeployDefault handles this case with default header values.

error

func NewRestoreSiteDeployDefault

func NewRestoreSiteDeployDefault(code int) *RestoreSiteDeployDefault

NewRestoreSiteDeployDefault creates a RestoreSiteDeployDefault with default headers values

func (*RestoreSiteDeployDefault) Code

func (o *RestoreSiteDeployDefault) Code() int

Code gets the status code for the restore site deploy default response

func (*RestoreSiteDeployDefault) Error

func (o *RestoreSiteDeployDefault) Error() string

type RestoreSiteDeployParams

type RestoreSiteDeployParams struct {

	/*DeployID*/
	DeployID string
	/*SiteID*/
	SiteID string
}

RestoreSiteDeployParams contains all the parameters to send to the API endpoint for the restore site deploy operation typically these are written to a http.Request

func NewRestoreSiteDeployParams

func NewRestoreSiteDeployParams() *RestoreSiteDeployParams

NewRestoreSiteDeployParams creates a new RestoreSiteDeployParams object with the default values initialized.

func (*RestoreSiteDeployParams) WithDeployID

func (o *RestoreSiteDeployParams) WithDeployID(DeployID string) *RestoreSiteDeployParams

WithDeployID adds the deployId to the restore site deploy params

func (*RestoreSiteDeployParams) WithSiteID

WithSiteID adds the siteId to the restore site deploy params

func (*RestoreSiteDeployParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type RestoreSiteDeployReader

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

RestoreSiteDeployReader is a Reader for the RestoreSiteDeploy structure.

func (*RestoreSiteDeployReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type ShowSiteTLSCertificateDefault

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

ShowSiteTLSCertificateDefault handles this case with default header values.

error

func NewShowSiteTLSCertificateDefault

func NewShowSiteTLSCertificateDefault(code int) *ShowSiteTLSCertificateDefault

NewShowSiteTLSCertificateDefault creates a ShowSiteTLSCertificateDefault with default headers values

func (*ShowSiteTLSCertificateDefault) Code

Code gets the status code for the show site TLS certificate default response

func (*ShowSiteTLSCertificateDefault) Error

type ShowSiteTLSCertificateOK

type ShowSiteTLSCertificateOK struct {
	Payload *models.SniCertificate
}

ShowSiteTLSCertificateOK handles this case with default header values.

OK

func NewShowSiteTLSCertificateOK

func NewShowSiteTLSCertificateOK() *ShowSiteTLSCertificateOK

NewShowSiteTLSCertificateOK creates a ShowSiteTLSCertificateOK with default headers values

func (*ShowSiteTLSCertificateOK) Error

func (o *ShowSiteTLSCertificateOK) Error() string

type ShowSiteTLSCertificateParams

type ShowSiteTLSCertificateParams struct {

	/*SiteID*/
	SiteID string
}

ShowSiteTLSCertificateParams contains all the parameters to send to the API endpoint for the show site TLS certificate operation typically these are written to a http.Request

func NewShowSiteTLSCertificateParams

func NewShowSiteTLSCertificateParams() *ShowSiteTLSCertificateParams

NewShowSiteTLSCertificateParams creates a new ShowSiteTLSCertificateParams object with the default values initialized.

func (*ShowSiteTLSCertificateParams) WithSiteID

WithSiteID adds the siteId to the show site TLS certificate params

func (*ShowSiteTLSCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ShowSiteTLSCertificateReader

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

ShowSiteTLSCertificateReader is a Reader for the ShowSiteTLSCertificate structure.

func (*ShowSiteTLSCertificateReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type UpdateSiteDefault

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

UpdateSiteDefault handles this case with default header values.

error

func NewUpdateSiteDefault

func NewUpdateSiteDefault(code int) *UpdateSiteDefault

NewUpdateSiteDefault creates a UpdateSiteDefault with default headers values

func (*UpdateSiteDefault) Code

func (o *UpdateSiteDefault) Code() int

Code gets the status code for the update site default response

func (*UpdateSiteDefault) Error

func (o *UpdateSiteDefault) Error() string

type UpdateSiteMetadataDefault

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

UpdateSiteMetadataDefault handles this case with default header values.

error

func NewUpdateSiteMetadataDefault

func NewUpdateSiteMetadataDefault(code int) *UpdateSiteMetadataDefault

NewUpdateSiteMetadataDefault creates a UpdateSiteMetadataDefault with default headers values

func (*UpdateSiteMetadataDefault) Code

func (o *UpdateSiteMetadataDefault) Code() int

Code gets the status code for the update site metadata default response

func (*UpdateSiteMetadataDefault) Error

func (o *UpdateSiteMetadataDefault) Error() string

type UpdateSiteMetadataNoContent

type UpdateSiteMetadataNoContent struct {
}

UpdateSiteMetadataNoContent handles this case with default header values.

No content

func NewUpdateSiteMetadataNoContent

func NewUpdateSiteMetadataNoContent() *UpdateSiteMetadataNoContent

NewUpdateSiteMetadataNoContent creates a UpdateSiteMetadataNoContent with default headers values

func (*UpdateSiteMetadataNoContent) Error

type UpdateSiteMetadataParams

type UpdateSiteMetadataParams struct {

	/*Metadata*/
	Metadata models.Metadata
	/*SiteID*/
	SiteID string
}

UpdateSiteMetadataParams contains all the parameters to send to the API endpoint for the update site metadata operation typically these are written to a http.Request

func NewUpdateSiteMetadataParams

func NewUpdateSiteMetadataParams() *UpdateSiteMetadataParams

NewUpdateSiteMetadataParams creates a new UpdateSiteMetadataParams object with the default values initialized.

func (*UpdateSiteMetadataParams) WithMetadata

WithMetadata adds the metadata to the update site metadata params

func (*UpdateSiteMetadataParams) WithSiteID

WithSiteID adds the siteId to the update site metadata params

func (*UpdateSiteMetadataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSiteMetadataReader

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

UpdateSiteMetadataReader is a Reader for the UpdateSiteMetadata structure.

func (*UpdateSiteMetadataReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type UpdateSiteOK

type UpdateSiteOK struct {
	Payload *models.Site
}

UpdateSiteOK handles this case with default header values.

OK

func NewUpdateSiteOK

func NewUpdateSiteOK() *UpdateSiteOK

NewUpdateSiteOK creates a UpdateSiteOK with default headers values

func (*UpdateSiteOK) Error

func (o *UpdateSiteOK) Error() string

type UpdateSiteParams

type UpdateSiteParams struct {

	/*Site*/
	Site *models.Site
	/*SiteID*/
	SiteID string
}

UpdateSiteParams contains all the parameters to send to the API endpoint for the update site operation typically these are written to a http.Request

func NewUpdateSiteParams

func NewUpdateSiteParams() *UpdateSiteParams

NewUpdateSiteParams creates a new UpdateSiteParams object with the default values initialized.

func (*UpdateSiteParams) WithSite

func (o *UpdateSiteParams) WithSite(Site *models.Site) *UpdateSiteParams

WithSite adds the site to the update site params

func (*UpdateSiteParams) WithSiteID

func (o *UpdateSiteParams) WithSiteID(SiteID string) *UpdateSiteParams

WithSiteID adds the siteId to the update site params

func (*UpdateSiteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type UpdateSiteReader

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

UpdateSiteReader is a Reader for the UpdateSite structure.

func (*UpdateSiteReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type UpdateSiteSnippetDefault

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

UpdateSiteSnippetDefault handles this case with default header values.

error

func NewUpdateSiteSnippetDefault

func NewUpdateSiteSnippetDefault(code int) *UpdateSiteSnippetDefault

NewUpdateSiteSnippetDefault creates a UpdateSiteSnippetDefault with default headers values

func (*UpdateSiteSnippetDefault) Code

func (o *UpdateSiteSnippetDefault) Code() int

Code gets the status code for the update site snippet default response

func (*UpdateSiteSnippetDefault) Error

func (o *UpdateSiteSnippetDefault) Error() string

type UpdateSiteSnippetNoContent

type UpdateSiteSnippetNoContent struct {
}

UpdateSiteSnippetNoContent handles this case with default header values.

No content

func NewUpdateSiteSnippetNoContent

func NewUpdateSiteSnippetNoContent() *UpdateSiteSnippetNoContent

NewUpdateSiteSnippetNoContent creates a UpdateSiteSnippetNoContent with default headers values

func (*UpdateSiteSnippetNoContent) Error

type UpdateSiteSnippetParams

type UpdateSiteSnippetParams struct {

	/*SiteID*/
	SiteID string
	/*Snippet*/
	Snippet *models.Snippet
	/*SnippetID*/
	SnippetID string
}

UpdateSiteSnippetParams contains all the parameters to send to the API endpoint for the update site snippet operation typically these are written to a http.Request

func NewUpdateSiteSnippetParams

func NewUpdateSiteSnippetParams() *UpdateSiteSnippetParams

NewUpdateSiteSnippetParams creates a new UpdateSiteSnippetParams object with the default values initialized.

func (*UpdateSiteSnippetParams) WithSiteID

WithSiteID adds the siteId to the update site snippet params

func (*UpdateSiteSnippetParams) WithSnippet

WithSnippet adds the snippet to the update site snippet params

func (*UpdateSiteSnippetParams) WithSnippetID

func (o *UpdateSiteSnippetParams) WithSnippetID(SnippetID string) *UpdateSiteSnippetParams

WithSnippetID adds the snippetId to the update site snippet params

func (*UpdateSiteSnippetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateSiteSnippetReader

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

UpdateSiteSnippetReader is a Reader for the UpdateSiteSnippet structure.

func (*UpdateSiteSnippetReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

type UploadDeployFileDefault

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

UploadDeployFileDefault handles this case with default header values.

error

func NewUploadDeployFileDefault

func NewUploadDeployFileDefault(code int) *UploadDeployFileDefault

NewUploadDeployFileDefault creates a UploadDeployFileDefault with default headers values

func (*UploadDeployFileDefault) Code

func (o *UploadDeployFileDefault) Code() int

Code gets the status code for the upload deploy file default response

func (*UploadDeployFileDefault) Error

func (o *UploadDeployFileDefault) Error() string

type UploadDeployFileOK

type UploadDeployFileOK struct {
	Payload *models.File
}

UploadDeployFileOK handles this case with default header values.

OK

func NewUploadDeployFileOK

func NewUploadDeployFileOK() *UploadDeployFileOK

NewUploadDeployFileOK creates a UploadDeployFileOK with default headers values

func (*UploadDeployFileOK) Error

func (o *UploadDeployFileOK) Error() string

type UploadDeployFileParams

type UploadDeployFileParams struct {

	/*DeployID*/
	DeployID string
	/*FileBody*/
	FileBody io.ReadCloser
	/*Path*/
	Path string
}

UploadDeployFileParams contains all the parameters to send to the API endpoint for the upload deploy file operation typically these are written to a http.Request

func NewUploadDeployFileParams

func NewUploadDeployFileParams() *UploadDeployFileParams

NewUploadDeployFileParams creates a new UploadDeployFileParams object with the default values initialized.

func (*UploadDeployFileParams) WithDeployID

func (o *UploadDeployFileParams) WithDeployID(DeployID string) *UploadDeployFileParams

WithDeployID adds the deployId to the upload deploy file params

func (*UploadDeployFileParams) WithFileBody

func (o *UploadDeployFileParams) WithFileBody(FileBody io.ReadCloser) *UploadDeployFileParams

WithFileBody adds the fileBody to the upload deploy file params

func (*UploadDeployFileParams) WithPath

WithPath adds the path to the upload deploy file params

func (*UploadDeployFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UploadDeployFileReader

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

UploadDeployFileReader is a Reader for the UploadDeployFile structure.

func (*UploadDeployFileReader) ReadResponse

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

ReadResponse reads a server response into the recieved o.

Source Files

Jump to

Keyboard shortcuts

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