Documentation ¶
Index ¶
- type AddRootOK
- type AddRootParams
- func (o *AddRootParams) SetBody(body *models.VcsRoot)
- func (o *AddRootParams) SetContext(ctx context.Context)
- func (o *AddRootParams) SetFields(fields *string)
- func (o *AddRootParams) SetHTTPClient(client *http.Client)
- func (o *AddRootParams) SetTimeout(timeout time.Duration)
- func (o *AddRootParams) WithBody(body *models.VcsRoot) *AddRootParams
- func (o *AddRootParams) WithContext(ctx context.Context) *AddRootParams
- func (o *AddRootParams) WithFields(fields *string) *AddRootParams
- func (o *AddRootParams) WithHTTPClient(client *http.Client) *AddRootParams
- func (o *AddRootParams) WithTimeout(timeout time.Duration) *AddRootParams
- func (o *AddRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddRootReader
- type ChangePropertiesOK
- type ChangePropertiesParams
- func NewChangePropertiesParams() *ChangePropertiesParams
- func NewChangePropertiesParamsWithContext(ctx context.Context) *ChangePropertiesParams
- func NewChangePropertiesParamsWithHTTPClient(client *http.Client) *ChangePropertiesParams
- func NewChangePropertiesParamsWithTimeout(timeout time.Duration) *ChangePropertiesParams
- func (o *ChangePropertiesParams) SetBody(body *models.Properties)
- func (o *ChangePropertiesParams) SetContext(ctx context.Context)
- func (o *ChangePropertiesParams) SetFields(fields *string)
- func (o *ChangePropertiesParams) SetHTTPClient(client *http.Client)
- func (o *ChangePropertiesParams) SetTimeout(timeout time.Duration)
- func (o *ChangePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ChangePropertiesParams) WithBody(body *models.Properties) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WithContext(ctx context.Context) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WithFields(fields *string) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WithHTTPClient(client *http.Client) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WithTimeout(timeout time.Duration) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ChangePropertiesParams
- func (o *ChangePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ChangePropertiesReader
- type Client
- func (a *Client) AddRoot(params *AddRootParams, authInfo runtime.ClientAuthInfoWriter) (*AddRootOK, error)
- func (a *Client) ChangeProperties(params *ChangePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ChangePropertiesOK, error)
- func (a *Client) DeleteAllProperties(params *DeleteAllPropertiesParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *Client) DeleteParameter(params *DeleteParameterParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *Client) DeleteRoot(params *DeleteRootParams, authInfo runtime.ClientAuthInfoWriter) error
- func (a *Client) GetSettingsFile(params *GetSettingsFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetSettingsFileOK, error)
- func (a *Client) PutParameter(params *PutParameterParams, authInfo runtime.ClientAuthInfoWriter) (*PutParameterOK, error)
- func (a *Client) ServeField(params *ServeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeFieldOK, error)
- func (a *Client) ServeInstanceField(params *ServeInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstanceFieldOK, error)
- func (a *Client) ServeProperties(params *ServePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertiesOK, error)
- func (a *Client) ServeProperty(params *ServePropertyParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertyOK, error)
- func (a *Client) ServeRoot(params *ServeRootParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootOK, error)
- func (a *Client) ServeRootInstance(params *ServeRootInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstanceOK, error)
- func (a *Client) ServeRootInstanceProperties(params *ServeRootInstancePropertiesParams, ...) (*ServeRootInstancePropertiesOK, error)
- func (a *Client) ServeRootInstances(params *ServeRootInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstancesOK, error)
- func (a *Client) ServeRoots(params *ServeRootsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootsOK, error)
- func (a *Client) SetField(params *SetFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetFieldOK, error)
- func (a *Client) SetInstanceField(params *SetInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetInstanceFieldOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type DeleteAllPropertiesDefault
- type DeleteAllPropertiesParams
- func NewDeleteAllPropertiesParams() *DeleteAllPropertiesParams
- func NewDeleteAllPropertiesParamsWithContext(ctx context.Context) *DeleteAllPropertiesParams
- func NewDeleteAllPropertiesParamsWithHTTPClient(client *http.Client) *DeleteAllPropertiesParams
- func NewDeleteAllPropertiesParamsWithTimeout(timeout time.Duration) *DeleteAllPropertiesParams
- func (o *DeleteAllPropertiesParams) SetContext(ctx context.Context)
- func (o *DeleteAllPropertiesParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAllPropertiesParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAllPropertiesParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *DeleteAllPropertiesParams) WithContext(ctx context.Context) *DeleteAllPropertiesParams
- func (o *DeleteAllPropertiesParams) WithHTTPClient(client *http.Client) *DeleteAllPropertiesParams
- func (o *DeleteAllPropertiesParams) WithTimeout(timeout time.Duration) *DeleteAllPropertiesParams
- func (o *DeleteAllPropertiesParams) WithVcsRootLocator(vcsRootLocator string) *DeleteAllPropertiesParams
- func (o *DeleteAllPropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAllPropertiesReader
- type DeleteParameterDefault
- type DeleteParameterParams
- func NewDeleteParameterParams() *DeleteParameterParams
- func NewDeleteParameterParamsWithContext(ctx context.Context) *DeleteParameterParams
- func NewDeleteParameterParamsWithHTTPClient(client *http.Client) *DeleteParameterParams
- func NewDeleteParameterParamsWithTimeout(timeout time.Duration) *DeleteParameterParams
- func (o *DeleteParameterParams) SetContext(ctx context.Context)
- func (o *DeleteParameterParams) SetHTTPClient(client *http.Client)
- func (o *DeleteParameterParams) SetName(name string)
- func (o *DeleteParameterParams) SetTimeout(timeout time.Duration)
- func (o *DeleteParameterParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *DeleteParameterParams) WithContext(ctx context.Context) *DeleteParameterParams
- func (o *DeleteParameterParams) WithHTTPClient(client *http.Client) *DeleteParameterParams
- func (o *DeleteParameterParams) WithName(name string) *DeleteParameterParams
- func (o *DeleteParameterParams) WithTimeout(timeout time.Duration) *DeleteParameterParams
- func (o *DeleteParameterParams) WithVcsRootLocator(vcsRootLocator string) *DeleteParameterParams
- func (o *DeleteParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteParameterReader
- type DeleteRootDefault
- type DeleteRootParams
- func (o *DeleteRootParams) SetContext(ctx context.Context)
- func (o *DeleteRootParams) SetHTTPClient(client *http.Client)
- func (o *DeleteRootParams) SetTimeout(timeout time.Duration)
- func (o *DeleteRootParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *DeleteRootParams) WithContext(ctx context.Context) *DeleteRootParams
- func (o *DeleteRootParams) WithHTTPClient(client *http.Client) *DeleteRootParams
- func (o *DeleteRootParams) WithTimeout(timeout time.Duration) *DeleteRootParams
- func (o *DeleteRootParams) WithVcsRootLocator(vcsRootLocator string) *DeleteRootParams
- func (o *DeleteRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteRootReader
- type GetSettingsFileOK
- type GetSettingsFileParams
- func NewGetSettingsFileParams() *GetSettingsFileParams
- func NewGetSettingsFileParamsWithContext(ctx context.Context) *GetSettingsFileParams
- func NewGetSettingsFileParamsWithHTTPClient(client *http.Client) *GetSettingsFileParams
- func NewGetSettingsFileParamsWithTimeout(timeout time.Duration) *GetSettingsFileParams
- func (o *GetSettingsFileParams) SetContext(ctx context.Context)
- func (o *GetSettingsFileParams) SetHTTPClient(client *http.Client)
- func (o *GetSettingsFileParams) SetTimeout(timeout time.Duration)
- func (o *GetSettingsFileParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *GetSettingsFileParams) WithContext(ctx context.Context) *GetSettingsFileParams
- func (o *GetSettingsFileParams) WithHTTPClient(client *http.Client) *GetSettingsFileParams
- func (o *GetSettingsFileParams) WithTimeout(timeout time.Duration) *GetSettingsFileParams
- func (o *GetSettingsFileParams) WithVcsRootLocator(vcsRootLocator string) *GetSettingsFileParams
- func (o *GetSettingsFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSettingsFileReader
- type PutParameterOK
- type PutParameterParams
- func (o *PutParameterParams) SetBody(body string)
- func (o *PutParameterParams) SetContext(ctx context.Context)
- func (o *PutParameterParams) SetHTTPClient(client *http.Client)
- func (o *PutParameterParams) SetName(name string)
- func (o *PutParameterParams) SetTimeout(timeout time.Duration)
- func (o *PutParameterParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *PutParameterParams) WithBody(body string) *PutParameterParams
- func (o *PutParameterParams) WithContext(ctx context.Context) *PutParameterParams
- func (o *PutParameterParams) WithHTTPClient(client *http.Client) *PutParameterParams
- func (o *PutParameterParams) WithName(name string) *PutParameterParams
- func (o *PutParameterParams) WithTimeout(timeout time.Duration) *PutParameterParams
- func (o *PutParameterParams) WithVcsRootLocator(vcsRootLocator string) *PutParameterParams
- func (o *PutParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutParameterReader
- type ServeFieldOK
- type ServeFieldParams
- func (o *ServeFieldParams) SetContext(ctx context.Context)
- func (o *ServeFieldParams) SetField(field string)
- func (o *ServeFieldParams) SetHTTPClient(client *http.Client)
- func (o *ServeFieldParams) SetTimeout(timeout time.Duration)
- func (o *ServeFieldParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeFieldParams) WithContext(ctx context.Context) *ServeFieldParams
- func (o *ServeFieldParams) WithField(field string) *ServeFieldParams
- func (o *ServeFieldParams) WithHTTPClient(client *http.Client) *ServeFieldParams
- func (o *ServeFieldParams) WithTimeout(timeout time.Duration) *ServeFieldParams
- func (o *ServeFieldParams) WithVcsRootLocator(vcsRootLocator string) *ServeFieldParams
- func (o *ServeFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeFieldReader
- type ServeInstanceFieldOK
- type ServeInstanceFieldParams
- func NewServeInstanceFieldParams() *ServeInstanceFieldParams
- func NewServeInstanceFieldParamsWithContext(ctx context.Context) *ServeInstanceFieldParams
- func NewServeInstanceFieldParamsWithHTTPClient(client *http.Client) *ServeInstanceFieldParams
- func NewServeInstanceFieldParamsWithTimeout(timeout time.Duration) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) SetContext(ctx context.Context)
- func (o *ServeInstanceFieldParams) SetField(field string)
- func (o *ServeInstanceFieldParams) SetHTTPClient(client *http.Client)
- func (o *ServeInstanceFieldParams) SetTimeout(timeout time.Duration)
- func (o *ServeInstanceFieldParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
- func (o *ServeInstanceFieldParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeInstanceFieldParams) WithContext(ctx context.Context) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WithField(field string) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WithHTTPClient(client *http.Client) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WithTimeout(timeout time.Duration) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WithVcsRootLocator(vcsRootLocator string) *ServeInstanceFieldParams
- func (o *ServeInstanceFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeInstanceFieldReader
- type ServePropertiesOK
- type ServePropertiesParams
- func NewServePropertiesParams() *ServePropertiesParams
- func NewServePropertiesParamsWithContext(ctx context.Context) *ServePropertiesParams
- func NewServePropertiesParamsWithHTTPClient(client *http.Client) *ServePropertiesParams
- func NewServePropertiesParamsWithTimeout(timeout time.Duration) *ServePropertiesParams
- func (o *ServePropertiesParams) SetContext(ctx context.Context)
- func (o *ServePropertiesParams) SetFields(fields *string)
- func (o *ServePropertiesParams) SetHTTPClient(client *http.Client)
- func (o *ServePropertiesParams) SetTimeout(timeout time.Duration)
- func (o *ServePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServePropertiesParams) WithContext(ctx context.Context) *ServePropertiesParams
- func (o *ServePropertiesParams) WithFields(fields *string) *ServePropertiesParams
- func (o *ServePropertiesParams) WithHTTPClient(client *http.Client) *ServePropertiesParams
- func (o *ServePropertiesParams) WithTimeout(timeout time.Duration) *ServePropertiesParams
- func (o *ServePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ServePropertiesParams
- func (o *ServePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServePropertiesReader
- type ServePropertyOK
- type ServePropertyParams
- func (o *ServePropertyParams) SetContext(ctx context.Context)
- func (o *ServePropertyParams) SetHTTPClient(client *http.Client)
- func (o *ServePropertyParams) SetName(name string)
- func (o *ServePropertyParams) SetTimeout(timeout time.Duration)
- func (o *ServePropertyParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServePropertyParams) WithContext(ctx context.Context) *ServePropertyParams
- func (o *ServePropertyParams) WithHTTPClient(client *http.Client) *ServePropertyParams
- func (o *ServePropertyParams) WithName(name string) *ServePropertyParams
- func (o *ServePropertyParams) WithTimeout(timeout time.Duration) *ServePropertyParams
- func (o *ServePropertyParams) WithVcsRootLocator(vcsRootLocator string) *ServePropertyParams
- func (o *ServePropertyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServePropertyReader
- type ServeRootInstanceOK
- type ServeRootInstanceParams
- func NewServeRootInstanceParams() *ServeRootInstanceParams
- func NewServeRootInstanceParamsWithContext(ctx context.Context) *ServeRootInstanceParams
- func NewServeRootInstanceParamsWithHTTPClient(client *http.Client) *ServeRootInstanceParams
- func NewServeRootInstanceParamsWithTimeout(timeout time.Duration) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) SetContext(ctx context.Context)
- func (o *ServeRootInstanceParams) SetFields(fields *string)
- func (o *ServeRootInstanceParams) SetHTTPClient(client *http.Client)
- func (o *ServeRootInstanceParams) SetTimeout(timeout time.Duration)
- func (o *ServeRootInstanceParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
- func (o *ServeRootInstanceParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeRootInstanceParams) WithContext(ctx context.Context) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WithFields(fields *string) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WithHTTPClient(client *http.Client) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WithTimeout(timeout time.Duration) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstanceParams
- func (o *ServeRootInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeRootInstancePropertiesOK
- type ServeRootInstancePropertiesParams
- func NewServeRootInstancePropertiesParams() *ServeRootInstancePropertiesParams
- func NewServeRootInstancePropertiesParamsWithContext(ctx context.Context) *ServeRootInstancePropertiesParams
- func NewServeRootInstancePropertiesParamsWithHTTPClient(client *http.Client) *ServeRootInstancePropertiesParams
- func NewServeRootInstancePropertiesParamsWithTimeout(timeout time.Duration) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) SetContext(ctx context.Context)
- func (o *ServeRootInstancePropertiesParams) SetFields(fields *string)
- func (o *ServeRootInstancePropertiesParams) SetHTTPClient(client *http.Client)
- func (o *ServeRootInstancePropertiesParams) SetTimeout(timeout time.Duration)
- func (o *ServeRootInstancePropertiesParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
- func (o *ServeRootInstancePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeRootInstancePropertiesParams) WithContext(ctx context.Context) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WithFields(fields *string) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WithHTTPClient(client *http.Client) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WithTimeout(timeout time.Duration) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstancePropertiesParams
- func (o *ServeRootInstancePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeRootInstancePropertiesReader
- type ServeRootInstanceReader
- type ServeRootInstancesOK
- type ServeRootInstancesParams
- func NewServeRootInstancesParams() *ServeRootInstancesParams
- func NewServeRootInstancesParamsWithContext(ctx context.Context) *ServeRootInstancesParams
- func NewServeRootInstancesParamsWithHTTPClient(client *http.Client) *ServeRootInstancesParams
- func NewServeRootInstancesParamsWithTimeout(timeout time.Duration) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) SetContext(ctx context.Context)
- func (o *ServeRootInstancesParams) SetFields(fields *string)
- func (o *ServeRootInstancesParams) SetHTTPClient(client *http.Client)
- func (o *ServeRootInstancesParams) SetTimeout(timeout time.Duration)
- func (o *ServeRootInstancesParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeRootInstancesParams) WithContext(ctx context.Context) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) WithFields(fields *string) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) WithHTTPClient(client *http.Client) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) WithTimeout(timeout time.Duration) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstancesParams
- func (o *ServeRootInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeRootInstancesReader
- type ServeRootOK
- type ServeRootParams
- func (o *ServeRootParams) SetContext(ctx context.Context)
- func (o *ServeRootParams) SetFields(fields *string)
- func (o *ServeRootParams) SetHTTPClient(client *http.Client)
- func (o *ServeRootParams) SetTimeout(timeout time.Duration)
- func (o *ServeRootParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *ServeRootParams) WithContext(ctx context.Context) *ServeRootParams
- func (o *ServeRootParams) WithFields(fields *string) *ServeRootParams
- func (o *ServeRootParams) WithHTTPClient(client *http.Client) *ServeRootParams
- func (o *ServeRootParams) WithTimeout(timeout time.Duration) *ServeRootParams
- func (o *ServeRootParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootParams
- func (o *ServeRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeRootReader
- type ServeRootsOK
- type ServeRootsParams
- func (o *ServeRootsParams) SetContext(ctx context.Context)
- func (o *ServeRootsParams) SetFields(fields *string)
- func (o *ServeRootsParams) SetHTTPClient(client *http.Client)
- func (o *ServeRootsParams) SetLocator(locator *string)
- func (o *ServeRootsParams) SetTimeout(timeout time.Duration)
- func (o *ServeRootsParams) WithContext(ctx context.Context) *ServeRootsParams
- func (o *ServeRootsParams) WithFields(fields *string) *ServeRootsParams
- func (o *ServeRootsParams) WithHTTPClient(client *http.Client) *ServeRootsParams
- func (o *ServeRootsParams) WithLocator(locator *string) *ServeRootsParams
- func (o *ServeRootsParams) WithTimeout(timeout time.Duration) *ServeRootsParams
- func (o *ServeRootsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ServeRootsReader
- type SetFieldOK
- type SetFieldParams
- func (o *SetFieldParams) SetBody(body string)
- func (o *SetFieldParams) SetContext(ctx context.Context)
- func (o *SetFieldParams) SetField(field string)
- func (o *SetFieldParams) SetHTTPClient(client *http.Client)
- func (o *SetFieldParams) SetTimeout(timeout time.Duration)
- func (o *SetFieldParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *SetFieldParams) WithBody(body string) *SetFieldParams
- func (o *SetFieldParams) WithContext(ctx context.Context) *SetFieldParams
- func (o *SetFieldParams) WithField(field string) *SetFieldParams
- func (o *SetFieldParams) WithHTTPClient(client *http.Client) *SetFieldParams
- func (o *SetFieldParams) WithTimeout(timeout time.Duration) *SetFieldParams
- func (o *SetFieldParams) WithVcsRootLocator(vcsRootLocator string) *SetFieldParams
- func (o *SetFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetFieldReader
- type SetInstanceFieldOK
- type SetInstanceFieldParams
- func NewSetInstanceFieldParams() *SetInstanceFieldParams
- func NewSetInstanceFieldParamsWithContext(ctx context.Context) *SetInstanceFieldParams
- func NewSetInstanceFieldParamsWithHTTPClient(client *http.Client) *SetInstanceFieldParams
- func NewSetInstanceFieldParamsWithTimeout(timeout time.Duration) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) SetBody(body string)
- func (o *SetInstanceFieldParams) SetContext(ctx context.Context)
- func (o *SetInstanceFieldParams) SetField(field string)
- func (o *SetInstanceFieldParams) SetHTTPClient(client *http.Client)
- func (o *SetInstanceFieldParams) SetTimeout(timeout time.Duration)
- func (o *SetInstanceFieldParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
- func (o *SetInstanceFieldParams) SetVcsRootLocator(vcsRootLocator string)
- func (o *SetInstanceFieldParams) WithBody(body string) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithContext(ctx context.Context) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithField(field string) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithHTTPClient(client *http.Client) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithTimeout(timeout time.Duration) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WithVcsRootLocator(vcsRootLocator string) *SetInstanceFieldParams
- func (o *SetInstanceFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SetInstanceFieldReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddRootOK ¶
AddRootOK handles this case with default header values.
successful operation
func NewAddRootOK ¶
func NewAddRootOK() *AddRootOK
NewAddRootOK creates a AddRootOK with default headers values
func (*AddRootOK) GetPayload ¶
type AddRootParams ¶
type AddRootParams struct { /*Body*/ Body *models.VcsRoot /*Fields*/ Fields *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddRootParams contains all the parameters to send to the API endpoint for the add root operation typically these are written to a http.Request
func NewAddRootParams ¶
func NewAddRootParams() *AddRootParams
NewAddRootParams creates a new AddRootParams object with the default values initialized.
func NewAddRootParamsWithContext ¶
func NewAddRootParamsWithContext(ctx context.Context) *AddRootParams
NewAddRootParamsWithContext creates a new AddRootParams object with the default values initialized, and the ability to set a context for a request
func NewAddRootParamsWithHTTPClient ¶
func NewAddRootParamsWithHTTPClient(client *http.Client) *AddRootParams
NewAddRootParamsWithHTTPClient creates a new AddRootParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddRootParamsWithTimeout ¶
func NewAddRootParamsWithTimeout(timeout time.Duration) *AddRootParams
NewAddRootParamsWithTimeout creates a new AddRootParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddRootParams) SetBody ¶
func (o *AddRootParams) SetBody(body *models.VcsRoot)
SetBody adds the body to the add root params
func (*AddRootParams) SetContext ¶
func (o *AddRootParams) SetContext(ctx context.Context)
SetContext adds the context to the add root params
func (*AddRootParams) SetFields ¶
func (o *AddRootParams) SetFields(fields *string)
SetFields adds the fields to the add root params
func (*AddRootParams) SetHTTPClient ¶
func (o *AddRootParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the add root params
func (*AddRootParams) SetTimeout ¶
func (o *AddRootParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the add root params
func (*AddRootParams) WithBody ¶
func (o *AddRootParams) WithBody(body *models.VcsRoot) *AddRootParams
WithBody adds the body to the add root params
func (*AddRootParams) WithContext ¶
func (o *AddRootParams) WithContext(ctx context.Context) *AddRootParams
WithContext adds the context to the add root params
func (*AddRootParams) WithFields ¶
func (o *AddRootParams) WithFields(fields *string) *AddRootParams
WithFields adds the fields to the add root params
func (*AddRootParams) WithHTTPClient ¶
func (o *AddRootParams) WithHTTPClient(client *http.Client) *AddRootParams
WithHTTPClient adds the HTTPClient to the add root params
func (*AddRootParams) WithTimeout ¶
func (o *AddRootParams) WithTimeout(timeout time.Duration) *AddRootParams
WithTimeout adds the timeout to the add root params
func (*AddRootParams) WriteToRequest ¶
func (o *AddRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AddRootReader ¶
type AddRootReader struct {
// contains filtered or unexported fields
}
AddRootReader is a Reader for the AddRoot structure.
func (*AddRootReader) ReadResponse ¶
func (o *AddRootReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ChangePropertiesOK ¶
type ChangePropertiesOK struct {
Payload *models.Properties
}
ChangePropertiesOK handles this case with default header values.
successful operation
func NewChangePropertiesOK ¶
func NewChangePropertiesOK() *ChangePropertiesOK
NewChangePropertiesOK creates a ChangePropertiesOK with default headers values
func (*ChangePropertiesOK) Error ¶
func (o *ChangePropertiesOK) Error() string
func (*ChangePropertiesOK) GetPayload ¶
func (o *ChangePropertiesOK) GetPayload() *models.Properties
type ChangePropertiesParams ¶
type ChangePropertiesParams struct { /*Body*/ Body *models.Properties /*Fields*/ Fields *string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ChangePropertiesParams contains all the parameters to send to the API endpoint for the change properties operation typically these are written to a http.Request
func NewChangePropertiesParams ¶
func NewChangePropertiesParams() *ChangePropertiesParams
NewChangePropertiesParams creates a new ChangePropertiesParams object with the default values initialized.
func NewChangePropertiesParamsWithContext ¶
func NewChangePropertiesParamsWithContext(ctx context.Context) *ChangePropertiesParams
NewChangePropertiesParamsWithContext creates a new ChangePropertiesParams object with the default values initialized, and the ability to set a context for a request
func NewChangePropertiesParamsWithHTTPClient ¶
func NewChangePropertiesParamsWithHTTPClient(client *http.Client) *ChangePropertiesParams
NewChangePropertiesParamsWithHTTPClient creates a new ChangePropertiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewChangePropertiesParamsWithTimeout ¶
func NewChangePropertiesParamsWithTimeout(timeout time.Duration) *ChangePropertiesParams
NewChangePropertiesParamsWithTimeout creates a new ChangePropertiesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ChangePropertiesParams) SetBody ¶
func (o *ChangePropertiesParams) SetBody(body *models.Properties)
SetBody adds the body to the change properties params
func (*ChangePropertiesParams) SetContext ¶
func (o *ChangePropertiesParams) SetContext(ctx context.Context)
SetContext adds the context to the change properties params
func (*ChangePropertiesParams) SetFields ¶
func (o *ChangePropertiesParams) SetFields(fields *string)
SetFields adds the fields to the change properties params
func (*ChangePropertiesParams) SetHTTPClient ¶
func (o *ChangePropertiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the change properties params
func (*ChangePropertiesParams) SetTimeout ¶
func (o *ChangePropertiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the change properties params
func (*ChangePropertiesParams) SetVcsRootLocator ¶
func (o *ChangePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the change properties params
func (*ChangePropertiesParams) WithBody ¶
func (o *ChangePropertiesParams) WithBody(body *models.Properties) *ChangePropertiesParams
WithBody adds the body to the change properties params
func (*ChangePropertiesParams) WithContext ¶
func (o *ChangePropertiesParams) WithContext(ctx context.Context) *ChangePropertiesParams
WithContext adds the context to the change properties params
func (*ChangePropertiesParams) WithFields ¶
func (o *ChangePropertiesParams) WithFields(fields *string) *ChangePropertiesParams
WithFields adds the fields to the change properties params
func (*ChangePropertiesParams) WithHTTPClient ¶
func (o *ChangePropertiesParams) WithHTTPClient(client *http.Client) *ChangePropertiesParams
WithHTTPClient adds the HTTPClient to the change properties params
func (*ChangePropertiesParams) WithTimeout ¶
func (o *ChangePropertiesParams) WithTimeout(timeout time.Duration) *ChangePropertiesParams
WithTimeout adds the timeout to the change properties params
func (*ChangePropertiesParams) WithVcsRootLocator ¶
func (o *ChangePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ChangePropertiesParams
WithVcsRootLocator adds the vcsRootLocator to the change properties params
func (*ChangePropertiesParams) WriteToRequest ¶
func (o *ChangePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ChangePropertiesReader ¶
type ChangePropertiesReader struct {
// contains filtered or unexported fields
}
ChangePropertiesReader is a Reader for the ChangeProperties structure.
func (*ChangePropertiesReader) ReadResponse ¶
func (o *ChangePropertiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for vcs root API
func (*Client) AddRoot ¶
func (a *Client) AddRoot(params *AddRootParams, authInfo runtime.ClientAuthInfoWriter) (*AddRootOK, error)
AddRoot add root API
func (*Client) ChangeProperties ¶
func (a *Client) ChangeProperties(params *ChangePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ChangePropertiesOK, error)
ChangeProperties change properties API
func (*Client) DeleteAllProperties ¶
func (a *Client) DeleteAllProperties(params *DeleteAllPropertiesParams, authInfo runtime.ClientAuthInfoWriter) error
DeleteAllProperties delete all properties API
func (*Client) DeleteParameter ¶
func (a *Client) DeleteParameter(params *DeleteParameterParams, authInfo runtime.ClientAuthInfoWriter) error
DeleteParameter delete parameter API
func (*Client) DeleteRoot ¶
func (a *Client) DeleteRoot(params *DeleteRootParams, authInfo runtime.ClientAuthInfoWriter) error
DeleteRoot delete root API
func (*Client) GetSettingsFile ¶
func (a *Client) GetSettingsFile(params *GetSettingsFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetSettingsFileOK, error)
GetSettingsFile get settings file API
func (*Client) PutParameter ¶
func (a *Client) PutParameter(params *PutParameterParams, authInfo runtime.ClientAuthInfoWriter) (*PutParameterOK, error)
PutParameter put parameter API
func (*Client) ServeField ¶
func (a *Client) ServeField(params *ServeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeFieldOK, error)
ServeField serve field API
func (*Client) ServeInstanceField ¶
func (a *Client) ServeInstanceField(params *ServeInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstanceFieldOK, error)
ServeInstanceField serve instance field API
func (*Client) ServeProperties ¶
func (a *Client) ServeProperties(params *ServePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertiesOK, error)
ServeProperties serve properties API
func (*Client) ServeProperty ¶
func (a *Client) ServeProperty(params *ServePropertyParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertyOK, error)
ServeProperty serve property API
func (*Client) ServeRoot ¶
func (a *Client) ServeRoot(params *ServeRootParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootOK, error)
ServeRoot serve root API
func (*Client) ServeRootInstance ¶
func (a *Client) ServeRootInstance(params *ServeRootInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstanceOK, error)
ServeRootInstance serve root instance API
func (*Client) ServeRootInstanceProperties ¶
func (a *Client) ServeRootInstanceProperties(params *ServeRootInstancePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstancePropertiesOK, error)
ServeRootInstanceProperties serve root instance properties API
func (*Client) ServeRootInstances ¶
func (a *Client) ServeRootInstances(params *ServeRootInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstancesOK, error)
ServeRootInstances serve root instances API
func (*Client) ServeRoots ¶
func (a *Client) ServeRoots(params *ServeRootsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootsOK, error)
ServeRoots serve roots API
func (*Client) SetField ¶
func (a *Client) SetField(params *SetFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetFieldOK, error)
SetField set field API
func (*Client) SetInstanceField ¶
func (a *Client) SetInstanceField(params *SetInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetInstanceFieldOK, error)
SetInstanceField set instance field API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { AddRoot(params *AddRootParams, authInfo runtime.ClientAuthInfoWriter) (*AddRootOK, error) ChangeProperties(params *ChangePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ChangePropertiesOK, error) DeleteAllProperties(params *DeleteAllPropertiesParams, authInfo runtime.ClientAuthInfoWriter) error DeleteParameter(params *DeleteParameterParams, authInfo runtime.ClientAuthInfoWriter) error DeleteRoot(params *DeleteRootParams, authInfo runtime.ClientAuthInfoWriter) error GetSettingsFile(params *GetSettingsFileParams, authInfo runtime.ClientAuthInfoWriter) (*GetSettingsFileOK, error) PutParameter(params *PutParameterParams, authInfo runtime.ClientAuthInfoWriter) (*PutParameterOK, error) ServeField(params *ServeFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeFieldOK, error) ServeInstanceField(params *ServeInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*ServeInstanceFieldOK, error) ServeProperties(params *ServePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertiesOK, error) ServeProperty(params *ServePropertyParams, authInfo runtime.ClientAuthInfoWriter) (*ServePropertyOK, error) ServeRoot(params *ServeRootParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootOK, error) ServeRootInstance(params *ServeRootInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstanceOK, error) ServeRootInstanceProperties(params *ServeRootInstancePropertiesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstancePropertiesOK, error) ServeRootInstances(params *ServeRootInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootInstancesOK, error) ServeRoots(params *ServeRootsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeRootsOK, error) SetField(params *SetFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetFieldOK, error) SetInstanceField(params *SetInstanceFieldParams, authInfo runtime.ClientAuthInfoWriter) (*SetInstanceFieldOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new vcs root API client.
type DeleteAllPropertiesDefault ¶
type DeleteAllPropertiesDefault struct {
// contains filtered or unexported fields
}
DeleteAllPropertiesDefault handles this case with default header values.
successful operation
func NewDeleteAllPropertiesDefault ¶
func NewDeleteAllPropertiesDefault(code int) *DeleteAllPropertiesDefault
NewDeleteAllPropertiesDefault creates a DeleteAllPropertiesDefault with default headers values
func (*DeleteAllPropertiesDefault) Code ¶
func (o *DeleteAllPropertiesDefault) Code() int
Code gets the status code for the delete all properties default response
func (*DeleteAllPropertiesDefault) Error ¶
func (o *DeleteAllPropertiesDefault) Error() string
type DeleteAllPropertiesParams ¶
type DeleteAllPropertiesParams struct { /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAllPropertiesParams contains all the parameters to send to the API endpoint for the delete all properties operation typically these are written to a http.Request
func NewDeleteAllPropertiesParams ¶
func NewDeleteAllPropertiesParams() *DeleteAllPropertiesParams
NewDeleteAllPropertiesParams creates a new DeleteAllPropertiesParams object with the default values initialized.
func NewDeleteAllPropertiesParamsWithContext ¶
func NewDeleteAllPropertiesParamsWithContext(ctx context.Context) *DeleteAllPropertiesParams
NewDeleteAllPropertiesParamsWithContext creates a new DeleteAllPropertiesParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteAllPropertiesParamsWithHTTPClient ¶
func NewDeleteAllPropertiesParamsWithHTTPClient(client *http.Client) *DeleteAllPropertiesParams
NewDeleteAllPropertiesParamsWithHTTPClient creates a new DeleteAllPropertiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteAllPropertiesParamsWithTimeout ¶
func NewDeleteAllPropertiesParamsWithTimeout(timeout time.Duration) *DeleteAllPropertiesParams
NewDeleteAllPropertiesParamsWithTimeout creates a new DeleteAllPropertiesParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteAllPropertiesParams) SetContext ¶
func (o *DeleteAllPropertiesParams) SetContext(ctx context.Context)
SetContext adds the context to the delete all properties params
func (*DeleteAllPropertiesParams) SetHTTPClient ¶
func (o *DeleteAllPropertiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete all properties params
func (*DeleteAllPropertiesParams) SetTimeout ¶
func (o *DeleteAllPropertiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete all properties params
func (*DeleteAllPropertiesParams) SetVcsRootLocator ¶
func (o *DeleteAllPropertiesParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the delete all properties params
func (*DeleteAllPropertiesParams) WithContext ¶
func (o *DeleteAllPropertiesParams) WithContext(ctx context.Context) *DeleteAllPropertiesParams
WithContext adds the context to the delete all properties params
func (*DeleteAllPropertiesParams) WithHTTPClient ¶
func (o *DeleteAllPropertiesParams) WithHTTPClient(client *http.Client) *DeleteAllPropertiesParams
WithHTTPClient adds the HTTPClient to the delete all properties params
func (*DeleteAllPropertiesParams) WithTimeout ¶
func (o *DeleteAllPropertiesParams) WithTimeout(timeout time.Duration) *DeleteAllPropertiesParams
WithTimeout adds the timeout to the delete all properties params
func (*DeleteAllPropertiesParams) WithVcsRootLocator ¶
func (o *DeleteAllPropertiesParams) WithVcsRootLocator(vcsRootLocator string) *DeleteAllPropertiesParams
WithVcsRootLocator adds the vcsRootLocator to the delete all properties params
func (*DeleteAllPropertiesParams) WriteToRequest ¶
func (o *DeleteAllPropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAllPropertiesReader ¶
type DeleteAllPropertiesReader struct {
// contains filtered or unexported fields
}
DeleteAllPropertiesReader is a Reader for the DeleteAllProperties structure.
func (*DeleteAllPropertiesReader) ReadResponse ¶
func (o *DeleteAllPropertiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteParameterDefault ¶
type DeleteParameterDefault struct {
// contains filtered or unexported fields
}
DeleteParameterDefault handles this case with default header values.
successful operation
func NewDeleteParameterDefault ¶
func NewDeleteParameterDefault(code int) *DeleteParameterDefault
NewDeleteParameterDefault creates a DeleteParameterDefault with default headers values
func (*DeleteParameterDefault) Code ¶
func (o *DeleteParameterDefault) Code() int
Code gets the status code for the delete parameter default response
func (*DeleteParameterDefault) Error ¶
func (o *DeleteParameterDefault) Error() string
type DeleteParameterParams ¶
type DeleteParameterParams struct { /*Name*/ Name string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteParameterParams contains all the parameters to send to the API endpoint for the delete parameter operation typically these are written to a http.Request
func NewDeleteParameterParams ¶
func NewDeleteParameterParams() *DeleteParameterParams
NewDeleteParameterParams creates a new DeleteParameterParams object with the default values initialized.
func NewDeleteParameterParamsWithContext ¶
func NewDeleteParameterParamsWithContext(ctx context.Context) *DeleteParameterParams
NewDeleteParameterParamsWithContext creates a new DeleteParameterParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteParameterParamsWithHTTPClient ¶
func NewDeleteParameterParamsWithHTTPClient(client *http.Client) *DeleteParameterParams
NewDeleteParameterParamsWithHTTPClient creates a new DeleteParameterParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteParameterParamsWithTimeout ¶
func NewDeleteParameterParamsWithTimeout(timeout time.Duration) *DeleteParameterParams
NewDeleteParameterParamsWithTimeout creates a new DeleteParameterParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteParameterParams) SetContext ¶
func (o *DeleteParameterParams) SetContext(ctx context.Context)
SetContext adds the context to the delete parameter params
func (*DeleteParameterParams) SetHTTPClient ¶
func (o *DeleteParameterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete parameter params
func (*DeleteParameterParams) SetName ¶
func (o *DeleteParameterParams) SetName(name string)
SetName adds the name to the delete parameter params
func (*DeleteParameterParams) SetTimeout ¶
func (o *DeleteParameterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete parameter params
func (*DeleteParameterParams) SetVcsRootLocator ¶
func (o *DeleteParameterParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the delete parameter params
func (*DeleteParameterParams) WithContext ¶
func (o *DeleteParameterParams) WithContext(ctx context.Context) *DeleteParameterParams
WithContext adds the context to the delete parameter params
func (*DeleteParameterParams) WithHTTPClient ¶
func (o *DeleteParameterParams) WithHTTPClient(client *http.Client) *DeleteParameterParams
WithHTTPClient adds the HTTPClient to the delete parameter params
func (*DeleteParameterParams) WithName ¶
func (o *DeleteParameterParams) WithName(name string) *DeleteParameterParams
WithName adds the name to the delete parameter params
func (*DeleteParameterParams) WithTimeout ¶
func (o *DeleteParameterParams) WithTimeout(timeout time.Duration) *DeleteParameterParams
WithTimeout adds the timeout to the delete parameter params
func (*DeleteParameterParams) WithVcsRootLocator ¶
func (o *DeleteParameterParams) WithVcsRootLocator(vcsRootLocator string) *DeleteParameterParams
WithVcsRootLocator adds the vcsRootLocator to the delete parameter params
func (*DeleteParameterParams) WriteToRequest ¶
func (o *DeleteParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteParameterReader ¶
type DeleteParameterReader struct {
// contains filtered or unexported fields
}
DeleteParameterReader is a Reader for the DeleteParameter structure.
func (*DeleteParameterReader) ReadResponse ¶
func (o *DeleteParameterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteRootDefault ¶
type DeleteRootDefault struct {
// contains filtered or unexported fields
}
DeleteRootDefault handles this case with default header values.
successful operation
func NewDeleteRootDefault ¶
func NewDeleteRootDefault(code int) *DeleteRootDefault
NewDeleteRootDefault creates a DeleteRootDefault with default headers values
func (*DeleteRootDefault) Code ¶
func (o *DeleteRootDefault) Code() int
Code gets the status code for the delete root default response
func (*DeleteRootDefault) Error ¶
func (o *DeleteRootDefault) Error() string
type DeleteRootParams ¶
type DeleteRootParams struct { /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteRootParams contains all the parameters to send to the API endpoint for the delete root operation typically these are written to a http.Request
func NewDeleteRootParams ¶
func NewDeleteRootParams() *DeleteRootParams
NewDeleteRootParams creates a new DeleteRootParams object with the default values initialized.
func NewDeleteRootParamsWithContext ¶
func NewDeleteRootParamsWithContext(ctx context.Context) *DeleteRootParams
NewDeleteRootParamsWithContext creates a new DeleteRootParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteRootParamsWithHTTPClient ¶
func NewDeleteRootParamsWithHTTPClient(client *http.Client) *DeleteRootParams
NewDeleteRootParamsWithHTTPClient creates a new DeleteRootParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteRootParamsWithTimeout ¶
func NewDeleteRootParamsWithTimeout(timeout time.Duration) *DeleteRootParams
NewDeleteRootParamsWithTimeout creates a new DeleteRootParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteRootParams) SetContext ¶
func (o *DeleteRootParams) SetContext(ctx context.Context)
SetContext adds the context to the delete root params
func (*DeleteRootParams) SetHTTPClient ¶
func (o *DeleteRootParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete root params
func (*DeleteRootParams) SetTimeout ¶
func (o *DeleteRootParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete root params
func (*DeleteRootParams) SetVcsRootLocator ¶
func (o *DeleteRootParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the delete root params
func (*DeleteRootParams) WithContext ¶
func (o *DeleteRootParams) WithContext(ctx context.Context) *DeleteRootParams
WithContext adds the context to the delete root params
func (*DeleteRootParams) WithHTTPClient ¶
func (o *DeleteRootParams) WithHTTPClient(client *http.Client) *DeleteRootParams
WithHTTPClient adds the HTTPClient to the delete root params
func (*DeleteRootParams) WithTimeout ¶
func (o *DeleteRootParams) WithTimeout(timeout time.Duration) *DeleteRootParams
WithTimeout adds the timeout to the delete root params
func (*DeleteRootParams) WithVcsRootLocator ¶
func (o *DeleteRootParams) WithVcsRootLocator(vcsRootLocator string) *DeleteRootParams
WithVcsRootLocator adds the vcsRootLocator to the delete root params
func (*DeleteRootParams) WriteToRequest ¶
func (o *DeleteRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteRootReader ¶
type DeleteRootReader struct {
// contains filtered or unexported fields
}
DeleteRootReader is a Reader for the DeleteRoot structure.
func (*DeleteRootReader) ReadResponse ¶
func (o *DeleteRootReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSettingsFileOK ¶
type GetSettingsFileOK struct {
Payload string
}
GetSettingsFileOK handles this case with default header values.
successful operation
func NewGetSettingsFileOK ¶
func NewGetSettingsFileOK() *GetSettingsFileOK
NewGetSettingsFileOK creates a GetSettingsFileOK with default headers values
func (*GetSettingsFileOK) Error ¶
func (o *GetSettingsFileOK) Error() string
func (*GetSettingsFileOK) GetPayload ¶
func (o *GetSettingsFileOK) GetPayload() string
type GetSettingsFileParams ¶
type GetSettingsFileParams struct { /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSettingsFileParams contains all the parameters to send to the API endpoint for the get settings file operation typically these are written to a http.Request
func NewGetSettingsFileParams ¶
func NewGetSettingsFileParams() *GetSettingsFileParams
NewGetSettingsFileParams creates a new GetSettingsFileParams object with the default values initialized.
func NewGetSettingsFileParamsWithContext ¶
func NewGetSettingsFileParamsWithContext(ctx context.Context) *GetSettingsFileParams
NewGetSettingsFileParamsWithContext creates a new GetSettingsFileParams object with the default values initialized, and the ability to set a context for a request
func NewGetSettingsFileParamsWithHTTPClient ¶
func NewGetSettingsFileParamsWithHTTPClient(client *http.Client) *GetSettingsFileParams
NewGetSettingsFileParamsWithHTTPClient creates a new GetSettingsFileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSettingsFileParamsWithTimeout ¶
func NewGetSettingsFileParamsWithTimeout(timeout time.Duration) *GetSettingsFileParams
NewGetSettingsFileParamsWithTimeout creates a new GetSettingsFileParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSettingsFileParams) SetContext ¶
func (o *GetSettingsFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get settings file params
func (*GetSettingsFileParams) SetHTTPClient ¶
func (o *GetSettingsFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get settings file params
func (*GetSettingsFileParams) SetTimeout ¶
func (o *GetSettingsFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get settings file params
func (*GetSettingsFileParams) SetVcsRootLocator ¶
func (o *GetSettingsFileParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the get settings file params
func (*GetSettingsFileParams) WithContext ¶
func (o *GetSettingsFileParams) WithContext(ctx context.Context) *GetSettingsFileParams
WithContext adds the context to the get settings file params
func (*GetSettingsFileParams) WithHTTPClient ¶
func (o *GetSettingsFileParams) WithHTTPClient(client *http.Client) *GetSettingsFileParams
WithHTTPClient adds the HTTPClient to the get settings file params
func (*GetSettingsFileParams) WithTimeout ¶
func (o *GetSettingsFileParams) WithTimeout(timeout time.Duration) *GetSettingsFileParams
WithTimeout adds the timeout to the get settings file params
func (*GetSettingsFileParams) WithVcsRootLocator ¶
func (o *GetSettingsFileParams) WithVcsRootLocator(vcsRootLocator string) *GetSettingsFileParams
WithVcsRootLocator adds the vcsRootLocator to the get settings file params
func (*GetSettingsFileParams) WriteToRequest ¶
func (o *GetSettingsFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSettingsFileReader ¶
type GetSettingsFileReader struct {
// contains filtered or unexported fields
}
GetSettingsFileReader is a Reader for the GetSettingsFile structure.
func (*GetSettingsFileReader) ReadResponse ¶
func (o *GetSettingsFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PutParameterOK ¶
type PutParameterOK struct {
Payload string
}
PutParameterOK handles this case with default header values.
successful operation
func NewPutParameterOK ¶
func NewPutParameterOK() *PutParameterOK
NewPutParameterOK creates a PutParameterOK with default headers values
func (*PutParameterOK) Error ¶
func (o *PutParameterOK) Error() string
func (*PutParameterOK) GetPayload ¶
func (o *PutParameterOK) GetPayload() string
type PutParameterParams ¶
type PutParameterParams struct { /*Body*/ Body string /*Name*/ Name string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PutParameterParams contains all the parameters to send to the API endpoint for the put parameter operation typically these are written to a http.Request
func NewPutParameterParams ¶
func NewPutParameterParams() *PutParameterParams
NewPutParameterParams creates a new PutParameterParams object with the default values initialized.
func NewPutParameterParamsWithContext ¶
func NewPutParameterParamsWithContext(ctx context.Context) *PutParameterParams
NewPutParameterParamsWithContext creates a new PutParameterParams object with the default values initialized, and the ability to set a context for a request
func NewPutParameterParamsWithHTTPClient ¶
func NewPutParameterParamsWithHTTPClient(client *http.Client) *PutParameterParams
NewPutParameterParamsWithHTTPClient creates a new PutParameterParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewPutParameterParamsWithTimeout ¶
func NewPutParameterParamsWithTimeout(timeout time.Duration) *PutParameterParams
NewPutParameterParamsWithTimeout creates a new PutParameterParams object with the default values initialized, and the ability to set a timeout on a request
func (*PutParameterParams) SetBody ¶
func (o *PutParameterParams) SetBody(body string)
SetBody adds the body to the put parameter params
func (*PutParameterParams) SetContext ¶
func (o *PutParameterParams) SetContext(ctx context.Context)
SetContext adds the context to the put parameter params
func (*PutParameterParams) SetHTTPClient ¶
func (o *PutParameterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the put parameter params
func (*PutParameterParams) SetName ¶
func (o *PutParameterParams) SetName(name string)
SetName adds the name to the put parameter params
func (*PutParameterParams) SetTimeout ¶
func (o *PutParameterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the put parameter params
func (*PutParameterParams) SetVcsRootLocator ¶
func (o *PutParameterParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the put parameter params
func (*PutParameterParams) WithBody ¶
func (o *PutParameterParams) WithBody(body string) *PutParameterParams
WithBody adds the body to the put parameter params
func (*PutParameterParams) WithContext ¶
func (o *PutParameterParams) WithContext(ctx context.Context) *PutParameterParams
WithContext adds the context to the put parameter params
func (*PutParameterParams) WithHTTPClient ¶
func (o *PutParameterParams) WithHTTPClient(client *http.Client) *PutParameterParams
WithHTTPClient adds the HTTPClient to the put parameter params
func (*PutParameterParams) WithName ¶
func (o *PutParameterParams) WithName(name string) *PutParameterParams
WithName adds the name to the put parameter params
func (*PutParameterParams) WithTimeout ¶
func (o *PutParameterParams) WithTimeout(timeout time.Duration) *PutParameterParams
WithTimeout adds the timeout to the put parameter params
func (*PutParameterParams) WithVcsRootLocator ¶
func (o *PutParameterParams) WithVcsRootLocator(vcsRootLocator string) *PutParameterParams
WithVcsRootLocator adds the vcsRootLocator to the put parameter params
func (*PutParameterParams) WriteToRequest ¶
func (o *PutParameterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PutParameterReader ¶
type PutParameterReader struct {
// contains filtered or unexported fields
}
PutParameterReader is a Reader for the PutParameter structure.
func (*PutParameterReader) ReadResponse ¶
func (o *PutParameterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeFieldOK ¶
type ServeFieldOK struct {
Payload string
}
ServeFieldOK handles this case with default header values.
successful operation
func NewServeFieldOK ¶
func NewServeFieldOK() *ServeFieldOK
NewServeFieldOK creates a ServeFieldOK with default headers values
func (*ServeFieldOK) Error ¶
func (o *ServeFieldOK) Error() string
func (*ServeFieldOK) GetPayload ¶
func (o *ServeFieldOK) GetPayload() string
type ServeFieldParams ¶
type ServeFieldParams struct { /*Field*/ Field string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeFieldParams contains all the parameters to send to the API endpoint for the serve field operation typically these are written to a http.Request
func NewServeFieldParams ¶
func NewServeFieldParams() *ServeFieldParams
NewServeFieldParams creates a new ServeFieldParams object with the default values initialized.
func NewServeFieldParamsWithContext ¶
func NewServeFieldParamsWithContext(ctx context.Context) *ServeFieldParams
NewServeFieldParamsWithContext creates a new ServeFieldParams object with the default values initialized, and the ability to set a context for a request
func NewServeFieldParamsWithHTTPClient ¶
func NewServeFieldParamsWithHTTPClient(client *http.Client) *ServeFieldParams
NewServeFieldParamsWithHTTPClient creates a new ServeFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeFieldParamsWithTimeout ¶
func NewServeFieldParamsWithTimeout(timeout time.Duration) *ServeFieldParams
NewServeFieldParamsWithTimeout creates a new ServeFieldParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeFieldParams) SetContext ¶
func (o *ServeFieldParams) SetContext(ctx context.Context)
SetContext adds the context to the serve field params
func (*ServeFieldParams) SetField ¶
func (o *ServeFieldParams) SetField(field string)
SetField adds the field to the serve field params
func (*ServeFieldParams) SetHTTPClient ¶
func (o *ServeFieldParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve field params
func (*ServeFieldParams) SetTimeout ¶
func (o *ServeFieldParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve field params
func (*ServeFieldParams) SetVcsRootLocator ¶
func (o *ServeFieldParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve field params
func (*ServeFieldParams) WithContext ¶
func (o *ServeFieldParams) WithContext(ctx context.Context) *ServeFieldParams
WithContext adds the context to the serve field params
func (*ServeFieldParams) WithField ¶
func (o *ServeFieldParams) WithField(field string) *ServeFieldParams
WithField adds the field to the serve field params
func (*ServeFieldParams) WithHTTPClient ¶
func (o *ServeFieldParams) WithHTTPClient(client *http.Client) *ServeFieldParams
WithHTTPClient adds the HTTPClient to the serve field params
func (*ServeFieldParams) WithTimeout ¶
func (o *ServeFieldParams) WithTimeout(timeout time.Duration) *ServeFieldParams
WithTimeout adds the timeout to the serve field params
func (*ServeFieldParams) WithVcsRootLocator ¶
func (o *ServeFieldParams) WithVcsRootLocator(vcsRootLocator string) *ServeFieldParams
WithVcsRootLocator adds the vcsRootLocator to the serve field params
func (*ServeFieldParams) WriteToRequest ¶
func (o *ServeFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeFieldReader ¶
type ServeFieldReader struct {
// contains filtered or unexported fields
}
ServeFieldReader is a Reader for the ServeField structure.
func (*ServeFieldReader) ReadResponse ¶
func (o *ServeFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeInstanceFieldOK ¶
type ServeInstanceFieldOK struct {
Payload string
}
ServeInstanceFieldOK handles this case with default header values.
successful operation
func NewServeInstanceFieldOK ¶
func NewServeInstanceFieldOK() *ServeInstanceFieldOK
NewServeInstanceFieldOK creates a ServeInstanceFieldOK with default headers values
func (*ServeInstanceFieldOK) Error ¶
func (o *ServeInstanceFieldOK) Error() string
func (*ServeInstanceFieldOK) GetPayload ¶
func (o *ServeInstanceFieldOK) GetPayload() string
type ServeInstanceFieldParams ¶
type ServeInstanceFieldParams struct { /*Field*/ Field string /*VcsRootInstanceLocator*/ VcsRootInstanceLocator string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeInstanceFieldParams contains all the parameters to send to the API endpoint for the serve instance field operation typically these are written to a http.Request
func NewServeInstanceFieldParams ¶
func NewServeInstanceFieldParams() *ServeInstanceFieldParams
NewServeInstanceFieldParams creates a new ServeInstanceFieldParams object with the default values initialized.
func NewServeInstanceFieldParamsWithContext ¶
func NewServeInstanceFieldParamsWithContext(ctx context.Context) *ServeInstanceFieldParams
NewServeInstanceFieldParamsWithContext creates a new ServeInstanceFieldParams object with the default values initialized, and the ability to set a context for a request
func NewServeInstanceFieldParamsWithHTTPClient ¶
func NewServeInstanceFieldParamsWithHTTPClient(client *http.Client) *ServeInstanceFieldParams
NewServeInstanceFieldParamsWithHTTPClient creates a new ServeInstanceFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeInstanceFieldParamsWithTimeout ¶
func NewServeInstanceFieldParamsWithTimeout(timeout time.Duration) *ServeInstanceFieldParams
NewServeInstanceFieldParamsWithTimeout creates a new ServeInstanceFieldParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeInstanceFieldParams) SetContext ¶
func (o *ServeInstanceFieldParams) SetContext(ctx context.Context)
SetContext adds the context to the serve instance field params
func (*ServeInstanceFieldParams) SetField ¶
func (o *ServeInstanceFieldParams) SetField(field string)
SetField adds the field to the serve instance field params
func (*ServeInstanceFieldParams) SetHTTPClient ¶
func (o *ServeInstanceFieldParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve instance field params
func (*ServeInstanceFieldParams) SetTimeout ¶
func (o *ServeInstanceFieldParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve instance field params
func (*ServeInstanceFieldParams) SetVcsRootInstanceLocator ¶
func (o *ServeInstanceFieldParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve instance field params
func (*ServeInstanceFieldParams) SetVcsRootLocator ¶
func (o *ServeInstanceFieldParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve instance field params
func (*ServeInstanceFieldParams) WithContext ¶
func (o *ServeInstanceFieldParams) WithContext(ctx context.Context) *ServeInstanceFieldParams
WithContext adds the context to the serve instance field params
func (*ServeInstanceFieldParams) WithField ¶
func (o *ServeInstanceFieldParams) WithField(field string) *ServeInstanceFieldParams
WithField adds the field to the serve instance field params
func (*ServeInstanceFieldParams) WithHTTPClient ¶
func (o *ServeInstanceFieldParams) WithHTTPClient(client *http.Client) *ServeInstanceFieldParams
WithHTTPClient adds the HTTPClient to the serve instance field params
func (*ServeInstanceFieldParams) WithTimeout ¶
func (o *ServeInstanceFieldParams) WithTimeout(timeout time.Duration) *ServeInstanceFieldParams
WithTimeout adds the timeout to the serve instance field params
func (*ServeInstanceFieldParams) WithVcsRootInstanceLocator ¶
func (o *ServeInstanceFieldParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeInstanceFieldParams
WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve instance field params
func (*ServeInstanceFieldParams) WithVcsRootLocator ¶
func (o *ServeInstanceFieldParams) WithVcsRootLocator(vcsRootLocator string) *ServeInstanceFieldParams
WithVcsRootLocator adds the vcsRootLocator to the serve instance field params
func (*ServeInstanceFieldParams) WriteToRequest ¶
func (o *ServeInstanceFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeInstanceFieldReader ¶
type ServeInstanceFieldReader struct {
// contains filtered or unexported fields
}
ServeInstanceFieldReader is a Reader for the ServeInstanceField structure.
func (*ServeInstanceFieldReader) ReadResponse ¶
func (o *ServeInstanceFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServePropertiesOK ¶
type ServePropertiesOK struct {
Payload *models.Properties
}
ServePropertiesOK handles this case with default header values.
successful operation
func NewServePropertiesOK ¶
func NewServePropertiesOK() *ServePropertiesOK
NewServePropertiesOK creates a ServePropertiesOK with default headers values
func (*ServePropertiesOK) Error ¶
func (o *ServePropertiesOK) Error() string
func (*ServePropertiesOK) GetPayload ¶
func (o *ServePropertiesOK) GetPayload() *models.Properties
type ServePropertiesParams ¶
type ServePropertiesParams struct { /*Fields*/ Fields *string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServePropertiesParams contains all the parameters to send to the API endpoint for the serve properties operation typically these are written to a http.Request
func NewServePropertiesParams ¶
func NewServePropertiesParams() *ServePropertiesParams
NewServePropertiesParams creates a new ServePropertiesParams object with the default values initialized.
func NewServePropertiesParamsWithContext ¶
func NewServePropertiesParamsWithContext(ctx context.Context) *ServePropertiesParams
NewServePropertiesParamsWithContext creates a new ServePropertiesParams object with the default values initialized, and the ability to set a context for a request
func NewServePropertiesParamsWithHTTPClient ¶
func NewServePropertiesParamsWithHTTPClient(client *http.Client) *ServePropertiesParams
NewServePropertiesParamsWithHTTPClient creates a new ServePropertiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServePropertiesParamsWithTimeout ¶
func NewServePropertiesParamsWithTimeout(timeout time.Duration) *ServePropertiesParams
NewServePropertiesParamsWithTimeout creates a new ServePropertiesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServePropertiesParams) SetContext ¶
func (o *ServePropertiesParams) SetContext(ctx context.Context)
SetContext adds the context to the serve properties params
func (*ServePropertiesParams) SetFields ¶
func (o *ServePropertiesParams) SetFields(fields *string)
SetFields adds the fields to the serve properties params
func (*ServePropertiesParams) SetHTTPClient ¶
func (o *ServePropertiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve properties params
func (*ServePropertiesParams) SetTimeout ¶
func (o *ServePropertiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve properties params
func (*ServePropertiesParams) SetVcsRootLocator ¶
func (o *ServePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve properties params
func (*ServePropertiesParams) WithContext ¶
func (o *ServePropertiesParams) WithContext(ctx context.Context) *ServePropertiesParams
WithContext adds the context to the serve properties params
func (*ServePropertiesParams) WithFields ¶
func (o *ServePropertiesParams) WithFields(fields *string) *ServePropertiesParams
WithFields adds the fields to the serve properties params
func (*ServePropertiesParams) WithHTTPClient ¶
func (o *ServePropertiesParams) WithHTTPClient(client *http.Client) *ServePropertiesParams
WithHTTPClient adds the HTTPClient to the serve properties params
func (*ServePropertiesParams) WithTimeout ¶
func (o *ServePropertiesParams) WithTimeout(timeout time.Duration) *ServePropertiesParams
WithTimeout adds the timeout to the serve properties params
func (*ServePropertiesParams) WithVcsRootLocator ¶
func (o *ServePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ServePropertiesParams
WithVcsRootLocator adds the vcsRootLocator to the serve properties params
func (*ServePropertiesParams) WriteToRequest ¶
func (o *ServePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServePropertiesReader ¶
type ServePropertiesReader struct {
// contains filtered or unexported fields
}
ServePropertiesReader is a Reader for the ServeProperties structure.
func (*ServePropertiesReader) ReadResponse ¶
func (o *ServePropertiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServePropertyOK ¶
type ServePropertyOK struct {
Payload string
}
ServePropertyOK handles this case with default header values.
successful operation
func NewServePropertyOK ¶
func NewServePropertyOK() *ServePropertyOK
NewServePropertyOK creates a ServePropertyOK with default headers values
func (*ServePropertyOK) Error ¶
func (o *ServePropertyOK) Error() string
func (*ServePropertyOK) GetPayload ¶
func (o *ServePropertyOK) GetPayload() string
type ServePropertyParams ¶
type ServePropertyParams struct { /*Name*/ Name string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServePropertyParams contains all the parameters to send to the API endpoint for the serve property operation typically these are written to a http.Request
func NewServePropertyParams ¶
func NewServePropertyParams() *ServePropertyParams
NewServePropertyParams creates a new ServePropertyParams object with the default values initialized.
func NewServePropertyParamsWithContext ¶
func NewServePropertyParamsWithContext(ctx context.Context) *ServePropertyParams
NewServePropertyParamsWithContext creates a new ServePropertyParams object with the default values initialized, and the ability to set a context for a request
func NewServePropertyParamsWithHTTPClient ¶
func NewServePropertyParamsWithHTTPClient(client *http.Client) *ServePropertyParams
NewServePropertyParamsWithHTTPClient creates a new ServePropertyParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServePropertyParamsWithTimeout ¶
func NewServePropertyParamsWithTimeout(timeout time.Duration) *ServePropertyParams
NewServePropertyParamsWithTimeout creates a new ServePropertyParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServePropertyParams) SetContext ¶
func (o *ServePropertyParams) SetContext(ctx context.Context)
SetContext adds the context to the serve property params
func (*ServePropertyParams) SetHTTPClient ¶
func (o *ServePropertyParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve property params
func (*ServePropertyParams) SetName ¶
func (o *ServePropertyParams) SetName(name string)
SetName adds the name to the serve property params
func (*ServePropertyParams) SetTimeout ¶
func (o *ServePropertyParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve property params
func (*ServePropertyParams) SetVcsRootLocator ¶
func (o *ServePropertyParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve property params
func (*ServePropertyParams) WithContext ¶
func (o *ServePropertyParams) WithContext(ctx context.Context) *ServePropertyParams
WithContext adds the context to the serve property params
func (*ServePropertyParams) WithHTTPClient ¶
func (o *ServePropertyParams) WithHTTPClient(client *http.Client) *ServePropertyParams
WithHTTPClient adds the HTTPClient to the serve property params
func (*ServePropertyParams) WithName ¶
func (o *ServePropertyParams) WithName(name string) *ServePropertyParams
WithName adds the name to the serve property params
func (*ServePropertyParams) WithTimeout ¶
func (o *ServePropertyParams) WithTimeout(timeout time.Duration) *ServePropertyParams
WithTimeout adds the timeout to the serve property params
func (*ServePropertyParams) WithVcsRootLocator ¶
func (o *ServePropertyParams) WithVcsRootLocator(vcsRootLocator string) *ServePropertyParams
WithVcsRootLocator adds the vcsRootLocator to the serve property params
func (*ServePropertyParams) WriteToRequest ¶
func (o *ServePropertyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServePropertyReader ¶
type ServePropertyReader struct {
// contains filtered or unexported fields
}
ServePropertyReader is a Reader for the ServeProperty structure.
func (*ServePropertyReader) ReadResponse ¶
func (o *ServePropertyReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeRootInstanceOK ¶
type ServeRootInstanceOK struct {
Payload *models.VcsRootInstance
}
ServeRootInstanceOK handles this case with default header values.
successful operation
func NewServeRootInstanceOK ¶
func NewServeRootInstanceOK() *ServeRootInstanceOK
NewServeRootInstanceOK creates a ServeRootInstanceOK with default headers values
func (*ServeRootInstanceOK) Error ¶
func (o *ServeRootInstanceOK) Error() string
func (*ServeRootInstanceOK) GetPayload ¶
func (o *ServeRootInstanceOK) GetPayload() *models.VcsRootInstance
type ServeRootInstanceParams ¶
type ServeRootInstanceParams struct { /*Fields*/ Fields *string /*VcsRootInstanceLocator*/ VcsRootInstanceLocator string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeRootInstanceParams contains all the parameters to send to the API endpoint for the serve root instance operation typically these are written to a http.Request
func NewServeRootInstanceParams ¶
func NewServeRootInstanceParams() *ServeRootInstanceParams
NewServeRootInstanceParams creates a new ServeRootInstanceParams object with the default values initialized.
func NewServeRootInstanceParamsWithContext ¶
func NewServeRootInstanceParamsWithContext(ctx context.Context) *ServeRootInstanceParams
NewServeRootInstanceParamsWithContext creates a new ServeRootInstanceParams object with the default values initialized, and the ability to set a context for a request
func NewServeRootInstanceParamsWithHTTPClient ¶
func NewServeRootInstanceParamsWithHTTPClient(client *http.Client) *ServeRootInstanceParams
NewServeRootInstanceParamsWithHTTPClient creates a new ServeRootInstanceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeRootInstanceParamsWithTimeout ¶
func NewServeRootInstanceParamsWithTimeout(timeout time.Duration) *ServeRootInstanceParams
NewServeRootInstanceParamsWithTimeout creates a new ServeRootInstanceParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeRootInstanceParams) SetContext ¶
func (o *ServeRootInstanceParams) SetContext(ctx context.Context)
SetContext adds the context to the serve root instance params
func (*ServeRootInstanceParams) SetFields ¶
func (o *ServeRootInstanceParams) SetFields(fields *string)
SetFields adds the fields to the serve root instance params
func (*ServeRootInstanceParams) SetHTTPClient ¶
func (o *ServeRootInstanceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve root instance params
func (*ServeRootInstanceParams) SetTimeout ¶
func (o *ServeRootInstanceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve root instance params
func (*ServeRootInstanceParams) SetVcsRootInstanceLocator ¶
func (o *ServeRootInstanceParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve root instance params
func (*ServeRootInstanceParams) SetVcsRootLocator ¶
func (o *ServeRootInstanceParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve root instance params
func (*ServeRootInstanceParams) WithContext ¶
func (o *ServeRootInstanceParams) WithContext(ctx context.Context) *ServeRootInstanceParams
WithContext adds the context to the serve root instance params
func (*ServeRootInstanceParams) WithFields ¶
func (o *ServeRootInstanceParams) WithFields(fields *string) *ServeRootInstanceParams
WithFields adds the fields to the serve root instance params
func (*ServeRootInstanceParams) WithHTTPClient ¶
func (o *ServeRootInstanceParams) WithHTTPClient(client *http.Client) *ServeRootInstanceParams
WithHTTPClient adds the HTTPClient to the serve root instance params
func (*ServeRootInstanceParams) WithTimeout ¶
func (o *ServeRootInstanceParams) WithTimeout(timeout time.Duration) *ServeRootInstanceParams
WithTimeout adds the timeout to the serve root instance params
func (*ServeRootInstanceParams) WithVcsRootInstanceLocator ¶
func (o *ServeRootInstanceParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeRootInstanceParams
WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve root instance params
func (*ServeRootInstanceParams) WithVcsRootLocator ¶
func (o *ServeRootInstanceParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstanceParams
WithVcsRootLocator adds the vcsRootLocator to the serve root instance params
func (*ServeRootInstanceParams) WriteToRequest ¶
func (o *ServeRootInstanceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeRootInstancePropertiesOK ¶
type ServeRootInstancePropertiesOK struct {
Payload *models.Properties
}
ServeRootInstancePropertiesOK handles this case with default header values.
successful operation
func NewServeRootInstancePropertiesOK ¶
func NewServeRootInstancePropertiesOK() *ServeRootInstancePropertiesOK
NewServeRootInstancePropertiesOK creates a ServeRootInstancePropertiesOK with default headers values
func (*ServeRootInstancePropertiesOK) Error ¶
func (o *ServeRootInstancePropertiesOK) Error() string
func (*ServeRootInstancePropertiesOK) GetPayload ¶
func (o *ServeRootInstancePropertiesOK) GetPayload() *models.Properties
type ServeRootInstancePropertiesParams ¶
type ServeRootInstancePropertiesParams struct { /*Fields*/ Fields *string /*VcsRootInstanceLocator*/ VcsRootInstanceLocator string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeRootInstancePropertiesParams contains all the parameters to send to the API endpoint for the serve root instance properties operation typically these are written to a http.Request
func NewServeRootInstancePropertiesParams ¶
func NewServeRootInstancePropertiesParams() *ServeRootInstancePropertiesParams
NewServeRootInstancePropertiesParams creates a new ServeRootInstancePropertiesParams object with the default values initialized.
func NewServeRootInstancePropertiesParamsWithContext ¶
func NewServeRootInstancePropertiesParamsWithContext(ctx context.Context) *ServeRootInstancePropertiesParams
NewServeRootInstancePropertiesParamsWithContext creates a new ServeRootInstancePropertiesParams object with the default values initialized, and the ability to set a context for a request
func NewServeRootInstancePropertiesParamsWithHTTPClient ¶
func NewServeRootInstancePropertiesParamsWithHTTPClient(client *http.Client) *ServeRootInstancePropertiesParams
NewServeRootInstancePropertiesParamsWithHTTPClient creates a new ServeRootInstancePropertiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeRootInstancePropertiesParamsWithTimeout ¶
func NewServeRootInstancePropertiesParamsWithTimeout(timeout time.Duration) *ServeRootInstancePropertiesParams
NewServeRootInstancePropertiesParamsWithTimeout creates a new ServeRootInstancePropertiesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeRootInstancePropertiesParams) SetContext ¶
func (o *ServeRootInstancePropertiesParams) SetContext(ctx context.Context)
SetContext adds the context to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) SetFields ¶
func (o *ServeRootInstancePropertiesParams) SetFields(fields *string)
SetFields adds the fields to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) SetHTTPClient ¶
func (o *ServeRootInstancePropertiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) SetTimeout ¶
func (o *ServeRootInstancePropertiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) SetVcsRootInstanceLocator ¶
func (o *ServeRootInstancePropertiesParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) SetVcsRootLocator ¶
func (o *ServeRootInstancePropertiesParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithContext ¶
func (o *ServeRootInstancePropertiesParams) WithContext(ctx context.Context) *ServeRootInstancePropertiesParams
WithContext adds the context to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithFields ¶
func (o *ServeRootInstancePropertiesParams) WithFields(fields *string) *ServeRootInstancePropertiesParams
WithFields adds the fields to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithHTTPClient ¶
func (o *ServeRootInstancePropertiesParams) WithHTTPClient(client *http.Client) *ServeRootInstancePropertiesParams
WithHTTPClient adds the HTTPClient to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithTimeout ¶
func (o *ServeRootInstancePropertiesParams) WithTimeout(timeout time.Duration) *ServeRootInstancePropertiesParams
WithTimeout adds the timeout to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithVcsRootInstanceLocator ¶
func (o *ServeRootInstancePropertiesParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *ServeRootInstancePropertiesParams
WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WithVcsRootLocator ¶
func (o *ServeRootInstancePropertiesParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstancePropertiesParams
WithVcsRootLocator adds the vcsRootLocator to the serve root instance properties params
func (*ServeRootInstancePropertiesParams) WriteToRequest ¶
func (o *ServeRootInstancePropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeRootInstancePropertiesReader ¶
type ServeRootInstancePropertiesReader struct {
// contains filtered or unexported fields
}
ServeRootInstancePropertiesReader is a Reader for the ServeRootInstanceProperties structure.
func (*ServeRootInstancePropertiesReader) ReadResponse ¶
func (o *ServeRootInstancePropertiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeRootInstanceReader ¶
type ServeRootInstanceReader struct {
// contains filtered or unexported fields
}
ServeRootInstanceReader is a Reader for the ServeRootInstance structure.
func (*ServeRootInstanceReader) ReadResponse ¶
func (o *ServeRootInstanceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeRootInstancesOK ¶
type ServeRootInstancesOK struct {
Payload *models.VcsRootInstances
}
ServeRootInstancesOK handles this case with default header values.
successful operation
func NewServeRootInstancesOK ¶
func NewServeRootInstancesOK() *ServeRootInstancesOK
NewServeRootInstancesOK creates a ServeRootInstancesOK with default headers values
func (*ServeRootInstancesOK) Error ¶
func (o *ServeRootInstancesOK) Error() string
func (*ServeRootInstancesOK) GetPayload ¶
func (o *ServeRootInstancesOK) GetPayload() *models.VcsRootInstances
type ServeRootInstancesParams ¶
type ServeRootInstancesParams struct { /*Fields*/ Fields *string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeRootInstancesParams contains all the parameters to send to the API endpoint for the serve root instances operation typically these are written to a http.Request
func NewServeRootInstancesParams ¶
func NewServeRootInstancesParams() *ServeRootInstancesParams
NewServeRootInstancesParams creates a new ServeRootInstancesParams object with the default values initialized.
func NewServeRootInstancesParamsWithContext ¶
func NewServeRootInstancesParamsWithContext(ctx context.Context) *ServeRootInstancesParams
NewServeRootInstancesParamsWithContext creates a new ServeRootInstancesParams object with the default values initialized, and the ability to set a context for a request
func NewServeRootInstancesParamsWithHTTPClient ¶
func NewServeRootInstancesParamsWithHTTPClient(client *http.Client) *ServeRootInstancesParams
NewServeRootInstancesParamsWithHTTPClient creates a new ServeRootInstancesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeRootInstancesParamsWithTimeout ¶
func NewServeRootInstancesParamsWithTimeout(timeout time.Duration) *ServeRootInstancesParams
NewServeRootInstancesParamsWithTimeout creates a new ServeRootInstancesParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeRootInstancesParams) SetContext ¶
func (o *ServeRootInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the serve root instances params
func (*ServeRootInstancesParams) SetFields ¶
func (o *ServeRootInstancesParams) SetFields(fields *string)
SetFields adds the fields to the serve root instances params
func (*ServeRootInstancesParams) SetHTTPClient ¶
func (o *ServeRootInstancesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve root instances params
func (*ServeRootInstancesParams) SetTimeout ¶
func (o *ServeRootInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve root instances params
func (*ServeRootInstancesParams) SetVcsRootLocator ¶
func (o *ServeRootInstancesParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve root instances params
func (*ServeRootInstancesParams) WithContext ¶
func (o *ServeRootInstancesParams) WithContext(ctx context.Context) *ServeRootInstancesParams
WithContext adds the context to the serve root instances params
func (*ServeRootInstancesParams) WithFields ¶
func (o *ServeRootInstancesParams) WithFields(fields *string) *ServeRootInstancesParams
WithFields adds the fields to the serve root instances params
func (*ServeRootInstancesParams) WithHTTPClient ¶
func (o *ServeRootInstancesParams) WithHTTPClient(client *http.Client) *ServeRootInstancesParams
WithHTTPClient adds the HTTPClient to the serve root instances params
func (*ServeRootInstancesParams) WithTimeout ¶
func (o *ServeRootInstancesParams) WithTimeout(timeout time.Duration) *ServeRootInstancesParams
WithTimeout adds the timeout to the serve root instances params
func (*ServeRootInstancesParams) WithVcsRootLocator ¶
func (o *ServeRootInstancesParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootInstancesParams
WithVcsRootLocator adds the vcsRootLocator to the serve root instances params
func (*ServeRootInstancesParams) WriteToRequest ¶
func (o *ServeRootInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeRootInstancesReader ¶
type ServeRootInstancesReader struct {
// contains filtered or unexported fields
}
ServeRootInstancesReader is a Reader for the ServeRootInstances structure.
func (*ServeRootInstancesReader) ReadResponse ¶
func (o *ServeRootInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeRootOK ¶
ServeRootOK handles this case with default header values.
successful operation
func NewServeRootOK ¶
func NewServeRootOK() *ServeRootOK
NewServeRootOK creates a ServeRootOK with default headers values
func (*ServeRootOK) Error ¶
func (o *ServeRootOK) Error() string
func (*ServeRootOK) GetPayload ¶
func (o *ServeRootOK) GetPayload() *models.VcsRoot
type ServeRootParams ¶
type ServeRootParams struct { /*Fields*/ Fields *string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeRootParams contains all the parameters to send to the API endpoint for the serve root operation typically these are written to a http.Request
func NewServeRootParams ¶
func NewServeRootParams() *ServeRootParams
NewServeRootParams creates a new ServeRootParams object with the default values initialized.
func NewServeRootParamsWithContext ¶
func NewServeRootParamsWithContext(ctx context.Context) *ServeRootParams
NewServeRootParamsWithContext creates a new ServeRootParams object with the default values initialized, and the ability to set a context for a request
func NewServeRootParamsWithHTTPClient ¶
func NewServeRootParamsWithHTTPClient(client *http.Client) *ServeRootParams
NewServeRootParamsWithHTTPClient creates a new ServeRootParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeRootParamsWithTimeout ¶
func NewServeRootParamsWithTimeout(timeout time.Duration) *ServeRootParams
NewServeRootParamsWithTimeout creates a new ServeRootParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeRootParams) SetContext ¶
func (o *ServeRootParams) SetContext(ctx context.Context)
SetContext adds the context to the serve root params
func (*ServeRootParams) SetFields ¶
func (o *ServeRootParams) SetFields(fields *string)
SetFields adds the fields to the serve root params
func (*ServeRootParams) SetHTTPClient ¶
func (o *ServeRootParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve root params
func (*ServeRootParams) SetTimeout ¶
func (o *ServeRootParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve root params
func (*ServeRootParams) SetVcsRootLocator ¶
func (o *ServeRootParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the serve root params
func (*ServeRootParams) WithContext ¶
func (o *ServeRootParams) WithContext(ctx context.Context) *ServeRootParams
WithContext adds the context to the serve root params
func (*ServeRootParams) WithFields ¶
func (o *ServeRootParams) WithFields(fields *string) *ServeRootParams
WithFields adds the fields to the serve root params
func (*ServeRootParams) WithHTTPClient ¶
func (o *ServeRootParams) WithHTTPClient(client *http.Client) *ServeRootParams
WithHTTPClient adds the HTTPClient to the serve root params
func (*ServeRootParams) WithTimeout ¶
func (o *ServeRootParams) WithTimeout(timeout time.Duration) *ServeRootParams
WithTimeout adds the timeout to the serve root params
func (*ServeRootParams) WithVcsRootLocator ¶
func (o *ServeRootParams) WithVcsRootLocator(vcsRootLocator string) *ServeRootParams
WithVcsRootLocator adds the vcsRootLocator to the serve root params
func (*ServeRootParams) WriteToRequest ¶
func (o *ServeRootParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeRootReader ¶
type ServeRootReader struct {
// contains filtered or unexported fields
}
ServeRootReader is a Reader for the ServeRoot structure.
func (*ServeRootReader) ReadResponse ¶
func (o *ServeRootReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ServeRootsOK ¶
ServeRootsOK handles this case with default header values.
successful operation
func NewServeRootsOK ¶
func NewServeRootsOK() *ServeRootsOK
NewServeRootsOK creates a ServeRootsOK with default headers values
func (*ServeRootsOK) Error ¶
func (o *ServeRootsOK) Error() string
func (*ServeRootsOK) GetPayload ¶
func (o *ServeRootsOK) GetPayload() *models.VcsRoots
type ServeRootsParams ¶
type ServeRootsParams struct { /*Fields*/ Fields *string /*Locator*/ Locator *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ServeRootsParams contains all the parameters to send to the API endpoint for the serve roots operation typically these are written to a http.Request
func NewServeRootsParams ¶
func NewServeRootsParams() *ServeRootsParams
NewServeRootsParams creates a new ServeRootsParams object with the default values initialized.
func NewServeRootsParamsWithContext ¶
func NewServeRootsParamsWithContext(ctx context.Context) *ServeRootsParams
NewServeRootsParamsWithContext creates a new ServeRootsParams object with the default values initialized, and the ability to set a context for a request
func NewServeRootsParamsWithHTTPClient ¶
func NewServeRootsParamsWithHTTPClient(client *http.Client) *ServeRootsParams
NewServeRootsParamsWithHTTPClient creates a new ServeRootsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewServeRootsParamsWithTimeout ¶
func NewServeRootsParamsWithTimeout(timeout time.Duration) *ServeRootsParams
NewServeRootsParamsWithTimeout creates a new ServeRootsParams object with the default values initialized, and the ability to set a timeout on a request
func (*ServeRootsParams) SetContext ¶
func (o *ServeRootsParams) SetContext(ctx context.Context)
SetContext adds the context to the serve roots params
func (*ServeRootsParams) SetFields ¶
func (o *ServeRootsParams) SetFields(fields *string)
SetFields adds the fields to the serve roots params
func (*ServeRootsParams) SetHTTPClient ¶
func (o *ServeRootsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the serve roots params
func (*ServeRootsParams) SetLocator ¶
func (o *ServeRootsParams) SetLocator(locator *string)
SetLocator adds the locator to the serve roots params
func (*ServeRootsParams) SetTimeout ¶
func (o *ServeRootsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the serve roots params
func (*ServeRootsParams) WithContext ¶
func (o *ServeRootsParams) WithContext(ctx context.Context) *ServeRootsParams
WithContext adds the context to the serve roots params
func (*ServeRootsParams) WithFields ¶
func (o *ServeRootsParams) WithFields(fields *string) *ServeRootsParams
WithFields adds the fields to the serve roots params
func (*ServeRootsParams) WithHTTPClient ¶
func (o *ServeRootsParams) WithHTTPClient(client *http.Client) *ServeRootsParams
WithHTTPClient adds the HTTPClient to the serve roots params
func (*ServeRootsParams) WithLocator ¶
func (o *ServeRootsParams) WithLocator(locator *string) *ServeRootsParams
WithLocator adds the locator to the serve roots params
func (*ServeRootsParams) WithTimeout ¶
func (o *ServeRootsParams) WithTimeout(timeout time.Duration) *ServeRootsParams
WithTimeout adds the timeout to the serve roots params
func (*ServeRootsParams) WriteToRequest ¶
func (o *ServeRootsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ServeRootsReader ¶
type ServeRootsReader struct {
// contains filtered or unexported fields
}
ServeRootsReader is a Reader for the ServeRoots structure.
func (*ServeRootsReader) ReadResponse ¶
func (o *ServeRootsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetFieldOK ¶
type SetFieldOK struct {
Payload string
}
SetFieldOK handles this case with default header values.
successful operation
func NewSetFieldOK ¶
func NewSetFieldOK() *SetFieldOK
NewSetFieldOK creates a SetFieldOK with default headers values
func (*SetFieldOK) Error ¶
func (o *SetFieldOK) Error() string
func (*SetFieldOK) GetPayload ¶
func (o *SetFieldOK) GetPayload() string
type SetFieldParams ¶
type SetFieldParams struct { /*Body*/ Body string /*Field*/ Field string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetFieldParams contains all the parameters to send to the API endpoint for the set field operation typically these are written to a http.Request
func NewSetFieldParams ¶
func NewSetFieldParams() *SetFieldParams
NewSetFieldParams creates a new SetFieldParams object with the default values initialized.
func NewSetFieldParamsWithContext ¶
func NewSetFieldParamsWithContext(ctx context.Context) *SetFieldParams
NewSetFieldParamsWithContext creates a new SetFieldParams object with the default values initialized, and the ability to set a context for a request
func NewSetFieldParamsWithHTTPClient ¶
func NewSetFieldParamsWithHTTPClient(client *http.Client) *SetFieldParams
NewSetFieldParamsWithHTTPClient creates a new SetFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSetFieldParamsWithTimeout ¶
func NewSetFieldParamsWithTimeout(timeout time.Duration) *SetFieldParams
NewSetFieldParamsWithTimeout creates a new SetFieldParams object with the default values initialized, and the ability to set a timeout on a request
func (*SetFieldParams) SetBody ¶
func (o *SetFieldParams) SetBody(body string)
SetBody adds the body to the set field params
func (*SetFieldParams) SetContext ¶
func (o *SetFieldParams) SetContext(ctx context.Context)
SetContext adds the context to the set field params
func (*SetFieldParams) SetField ¶
func (o *SetFieldParams) SetField(field string)
SetField adds the field to the set field params
func (*SetFieldParams) SetHTTPClient ¶
func (o *SetFieldParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set field params
func (*SetFieldParams) SetTimeout ¶
func (o *SetFieldParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set field params
func (*SetFieldParams) SetVcsRootLocator ¶
func (o *SetFieldParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the set field params
func (*SetFieldParams) WithBody ¶
func (o *SetFieldParams) WithBody(body string) *SetFieldParams
WithBody adds the body to the set field params
func (*SetFieldParams) WithContext ¶
func (o *SetFieldParams) WithContext(ctx context.Context) *SetFieldParams
WithContext adds the context to the set field params
func (*SetFieldParams) WithField ¶
func (o *SetFieldParams) WithField(field string) *SetFieldParams
WithField adds the field to the set field params
func (*SetFieldParams) WithHTTPClient ¶
func (o *SetFieldParams) WithHTTPClient(client *http.Client) *SetFieldParams
WithHTTPClient adds the HTTPClient to the set field params
func (*SetFieldParams) WithTimeout ¶
func (o *SetFieldParams) WithTimeout(timeout time.Duration) *SetFieldParams
WithTimeout adds the timeout to the set field params
func (*SetFieldParams) WithVcsRootLocator ¶
func (o *SetFieldParams) WithVcsRootLocator(vcsRootLocator string) *SetFieldParams
WithVcsRootLocator adds the vcsRootLocator to the set field params
func (*SetFieldParams) WriteToRequest ¶
func (o *SetFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetFieldReader ¶
type SetFieldReader struct {
// contains filtered or unexported fields
}
SetFieldReader is a Reader for the SetField structure.
func (*SetFieldReader) ReadResponse ¶
func (o *SetFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type SetInstanceFieldOK ¶
type SetInstanceFieldOK struct {
Payload string
}
SetInstanceFieldOK handles this case with default header values.
successful operation
func NewSetInstanceFieldOK ¶
func NewSetInstanceFieldOK() *SetInstanceFieldOK
NewSetInstanceFieldOK creates a SetInstanceFieldOK with default headers values
func (*SetInstanceFieldOK) Error ¶
func (o *SetInstanceFieldOK) Error() string
func (*SetInstanceFieldOK) GetPayload ¶
func (o *SetInstanceFieldOK) GetPayload() string
type SetInstanceFieldParams ¶
type SetInstanceFieldParams struct { /*Body*/ Body string /*Field*/ Field string /*VcsRootInstanceLocator*/ VcsRootInstanceLocator string /*VcsRootLocator*/ VcsRootLocator string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
SetInstanceFieldParams contains all the parameters to send to the API endpoint for the set instance field operation typically these are written to a http.Request
func NewSetInstanceFieldParams ¶
func NewSetInstanceFieldParams() *SetInstanceFieldParams
NewSetInstanceFieldParams creates a new SetInstanceFieldParams object with the default values initialized.
func NewSetInstanceFieldParamsWithContext ¶
func NewSetInstanceFieldParamsWithContext(ctx context.Context) *SetInstanceFieldParams
NewSetInstanceFieldParamsWithContext creates a new SetInstanceFieldParams object with the default values initialized, and the ability to set a context for a request
func NewSetInstanceFieldParamsWithHTTPClient ¶
func NewSetInstanceFieldParamsWithHTTPClient(client *http.Client) *SetInstanceFieldParams
NewSetInstanceFieldParamsWithHTTPClient creates a new SetInstanceFieldParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewSetInstanceFieldParamsWithTimeout ¶
func NewSetInstanceFieldParamsWithTimeout(timeout time.Duration) *SetInstanceFieldParams
NewSetInstanceFieldParamsWithTimeout creates a new SetInstanceFieldParams object with the default values initialized, and the ability to set a timeout on a request
func (*SetInstanceFieldParams) SetBody ¶
func (o *SetInstanceFieldParams) SetBody(body string)
SetBody adds the body to the set instance field params
func (*SetInstanceFieldParams) SetContext ¶
func (o *SetInstanceFieldParams) SetContext(ctx context.Context)
SetContext adds the context to the set instance field params
func (*SetInstanceFieldParams) SetField ¶
func (o *SetInstanceFieldParams) SetField(field string)
SetField adds the field to the set instance field params
func (*SetInstanceFieldParams) SetHTTPClient ¶
func (o *SetInstanceFieldParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the set instance field params
func (*SetInstanceFieldParams) SetTimeout ¶
func (o *SetInstanceFieldParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the set instance field params
func (*SetInstanceFieldParams) SetVcsRootInstanceLocator ¶
func (o *SetInstanceFieldParams) SetVcsRootInstanceLocator(vcsRootInstanceLocator string)
SetVcsRootInstanceLocator adds the vcsRootInstanceLocator to the set instance field params
func (*SetInstanceFieldParams) SetVcsRootLocator ¶
func (o *SetInstanceFieldParams) SetVcsRootLocator(vcsRootLocator string)
SetVcsRootLocator adds the vcsRootLocator to the set instance field params
func (*SetInstanceFieldParams) WithBody ¶
func (o *SetInstanceFieldParams) WithBody(body string) *SetInstanceFieldParams
WithBody adds the body to the set instance field params
func (*SetInstanceFieldParams) WithContext ¶
func (o *SetInstanceFieldParams) WithContext(ctx context.Context) *SetInstanceFieldParams
WithContext adds the context to the set instance field params
func (*SetInstanceFieldParams) WithField ¶
func (o *SetInstanceFieldParams) WithField(field string) *SetInstanceFieldParams
WithField adds the field to the set instance field params
func (*SetInstanceFieldParams) WithHTTPClient ¶
func (o *SetInstanceFieldParams) WithHTTPClient(client *http.Client) *SetInstanceFieldParams
WithHTTPClient adds the HTTPClient to the set instance field params
func (*SetInstanceFieldParams) WithTimeout ¶
func (o *SetInstanceFieldParams) WithTimeout(timeout time.Duration) *SetInstanceFieldParams
WithTimeout adds the timeout to the set instance field params
func (*SetInstanceFieldParams) WithVcsRootInstanceLocator ¶
func (o *SetInstanceFieldParams) WithVcsRootInstanceLocator(vcsRootInstanceLocator string) *SetInstanceFieldParams
WithVcsRootInstanceLocator adds the vcsRootInstanceLocator to the set instance field params
func (*SetInstanceFieldParams) WithVcsRootLocator ¶
func (o *SetInstanceFieldParams) WithVcsRootLocator(vcsRootLocator string) *SetInstanceFieldParams
WithVcsRootLocator adds the vcsRootLocator to the set instance field params
func (*SetInstanceFieldParams) WriteToRequest ¶
func (o *SetInstanceFieldParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type SetInstanceFieldReader ¶
type SetInstanceFieldReader struct {
// contains filtered or unexported fields
}
SetInstanceFieldReader is a Reader for the SetInstanceField structure.
func (*SetInstanceFieldReader) ReadResponse ¶
func (o *SetInstanceFieldReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- add_root_parameters.go
- add_root_responses.go
- change_properties_parameters.go
- change_properties_responses.go
- delete_all_properties_parameters.go
- delete_all_properties_responses.go
- delete_parameter_parameters.go
- delete_parameter_responses.go
- delete_root_parameters.go
- delete_root_responses.go
- get_settings_file_parameters.go
- get_settings_file_responses.go
- put_parameter_parameters.go
- put_parameter_responses.go
- serve_field_parameters.go
- serve_field_responses.go
- serve_instance_field_parameters.go
- serve_instance_field_responses.go
- serve_properties_parameters.go
- serve_properties_responses.go
- serve_property_parameters.go
- serve_property_responses.go
- serve_root_instance_parameters.go
- serve_root_instance_properties_parameters.go
- serve_root_instance_properties_responses.go
- serve_root_instance_responses.go
- serve_root_instances_parameters.go
- serve_root_instances_responses.go
- serve_root_parameters.go
- serve_root_responses.go
- serve_roots_parameters.go
- serve_roots_responses.go
- set_field_parameters.go
- set_field_responses.go
- set_instance_field_parameters.go
- set_instance_field_responses.go
- vcs_root_client.go