# Functions
NewGetSiteReplicationInfo creates a new http.Handler for the get site replication info operation.
NewGetSiteReplicationInfoDefault creates GetSiteReplicationInfoDefault with default headers values.
NewGetSiteReplicationInfoOK creates GetSiteReplicationInfoOK with default headers values.
NewGetSiteReplicationInfoParams creates a new GetSiteReplicationInfoParams object
There are no default values defined in the spec.
NewGetSiteReplicationStatus creates a new http.Handler for the get site replication status operation.
NewGetSiteReplicationStatusDefault creates GetSiteReplicationStatusDefault with default headers values.
NewGetSiteReplicationStatusOK creates GetSiteReplicationStatusOK with default headers values.
NewGetSiteReplicationStatusParams creates a new GetSiteReplicationStatusParams object with the default values initialized.
NewSiteReplicationEdit creates a new http.Handler for the site replication edit operation.
NewSiteReplicationEditDefault creates SiteReplicationEditDefault with default headers values.
NewSiteReplicationEditOK creates SiteReplicationEditOK with default headers values.
NewSiteReplicationEditParams creates a new SiteReplicationEditParams object
There are no default values defined in the spec.
NewSiteReplicationInfoAdd creates a new http.Handler for the site replication info add operation.
NewSiteReplicationInfoAddDefault creates SiteReplicationInfoAddDefault with default headers values.
NewSiteReplicationInfoAddOK creates SiteReplicationInfoAddOK with default headers values.
NewSiteReplicationInfoAddParams creates a new SiteReplicationInfoAddParams object
There are no default values defined in the spec.
NewSiteReplicationRemove creates a new http.Handler for the site replication remove operation.
NewSiteReplicationRemoveDefault creates SiteReplicationRemoveDefault with default headers values.
NewSiteReplicationRemoveNoContent creates SiteReplicationRemoveNoContent with default headers values.
NewSiteReplicationRemoveParams creates a new SiteReplicationRemoveParams object
There are no default values defined in the spec.
# Constants
GetSiteReplicationInfoOKCode is the HTTP code returned for type GetSiteReplicationInfoOK.
GetSiteReplicationStatusOKCode is the HTTP code returned for type GetSiteReplicationStatusOK.
SiteReplicationEditOKCode is the HTTP code returned for type SiteReplicationEditOK.
SiteReplicationInfoAddOKCode is the HTTP code returned for type SiteReplicationInfoAddOK.
SiteReplicationRemoveNoContentCode is the HTTP code returned for type SiteReplicationRemoveNoContent.
# Structs
GetSiteReplicationInfo swagger:route GET /admin/site-replication SiteReplication getSiteReplicationInfo
Get list of Replication Sites
*/.
GetSiteReplicationInfoDefault Generic error response.
GetSiteReplicationInfoOK A successful response.
GetSiteReplicationInfoParams contains all the bound params for the get site replication info operation typically these are obtained from a http.Request
swagger:parameters GetSiteReplicationInfo.
GetSiteReplicationInfoURL generates an URL for the get site replication info operation.
GetSiteReplicationStatus swagger:route GET /admin/site-replication/status SiteReplication getSiteReplicationStatus
Display overall site replication status
*/.
GetSiteReplicationStatusDefault Generic error response.
GetSiteReplicationStatusOK A successful response.
GetSiteReplicationStatusParams contains all the bound params for the get site replication status operation typically these are obtained from a http.Request
swagger:parameters GetSiteReplicationStatus.
GetSiteReplicationStatusURL generates an URL for the get site replication status operation.
SiteReplicationEdit swagger:route PUT /admin/site-replication SiteReplication siteReplicationEdit
Edit a Replication Site
*/.
SiteReplicationEditDefault Generic error response.
SiteReplicationEditOK A successful response.
SiteReplicationEditParams contains all the bound params for the site replication edit operation typically these are obtained from a http.Request
swagger:parameters SiteReplicationEdit.
SiteReplicationEditURL generates an URL for the site replication edit operation.
SiteReplicationInfoAdd swagger:route POST /admin/site-replication SiteReplication siteReplicationInfoAdd
Add a Replication Site
*/.
SiteReplicationInfoAddDefault Generic error response.
SiteReplicationInfoAddOK A successful response.
SiteReplicationInfoAddParams contains all the bound params for the site replication info add operation typically these are obtained from a http.Request
swagger:parameters SiteReplicationInfoAdd.
SiteReplicationInfoAddURL generates an URL for the site replication info add operation.
SiteReplicationRemove swagger:route DELETE /admin/site-replication SiteReplication siteReplicationRemove
Remove a Replication Site
*/.
SiteReplicationRemoveDefault Generic error response.
SiteReplicationRemoveNoContent A successful response.
SiteReplicationRemoveParams contains all the bound params for the site replication remove operation typically these are obtained from a http.Request
swagger:parameters SiteReplicationRemove.
SiteReplicationRemoveURL generates an URL for the site replication remove operation.
# Interfaces
GetSiteReplicationInfoHandler interface for that can handle valid get site replication info params.
GetSiteReplicationStatusHandler interface for that can handle valid get site replication status params.
SiteReplicationEditHandler interface for that can handle valid site replication edit params.
SiteReplicationInfoAddHandler interface for that can handle valid site replication info add params.
SiteReplicationRemoveHandler interface for that can handle valid site replication remove params.
# Type aliases
GetSiteReplicationInfoHandlerFunc turns a function with the right signature into a get site replication info handler.
GetSiteReplicationStatusHandlerFunc turns a function with the right signature into a get site replication status handler.
SiteReplicationEditHandlerFunc turns a function with the right signature into a site replication edit handler.
SiteReplicationInfoAddHandlerFunc turns a function with the right signature into a site replication info add handler.
SiteReplicationRemoveHandlerFunc turns a function with the right signature into a site replication remove handler.