Correct gofmt version 1.19 (#2267)
This commit is contained in:
committed by
GitHub
parent
cd21ad2085
commit
3e9fb853d9
@@ -48,10 +48,10 @@ func NewGetSiteReplicationInfo(ctx *middleware.Context, handler GetSiteReplicati
|
||||
return &GetSiteReplicationInfo{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* GetSiteReplicationInfo swagger:route GET /admin/site-replication SiteReplication getSiteReplicationInfo
|
||||
/*
|
||||
GetSiteReplicationInfo swagger:route GET /admin/site-replication SiteReplication getSiteReplicationInfo
|
||||
|
||||
Get list of Replication Sites
|
||||
|
||||
*/
|
||||
type GetSiteReplicationInfo struct {
|
||||
Context *middleware.Context
|
||||
|
||||
@@ -33,7 +33,8 @@ import (
|
||||
// GetSiteReplicationInfoOKCode is the HTTP code returned for type GetSiteReplicationInfoOK
|
||||
const GetSiteReplicationInfoOKCode int = 200
|
||||
|
||||
/*GetSiteReplicationInfoOK A successful response.
|
||||
/*
|
||||
GetSiteReplicationInfoOK A successful response.
|
||||
|
||||
swagger:response getSiteReplicationInfoOK
|
||||
*/
|
||||
@@ -74,7 +75,8 @@ func (o *GetSiteReplicationInfoOK) WriteResponse(rw http.ResponseWriter, produce
|
||||
}
|
||||
}
|
||||
|
||||
/*GetSiteReplicationInfoDefault Generic error response.
|
||||
/*
|
||||
GetSiteReplicationInfoDefault Generic error response.
|
||||
|
||||
swagger:response getSiteReplicationInfoDefault
|
||||
*/
|
||||
|
||||
@@ -48,10 +48,10 @@ func NewGetSiteReplicationStatus(ctx *middleware.Context, handler GetSiteReplica
|
||||
return &GetSiteReplicationStatus{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* GetSiteReplicationStatus swagger:route GET /admin/site-replication/status SiteReplication getSiteReplicationStatus
|
||||
/*
|
||||
GetSiteReplicationStatus swagger:route GET /admin/site-replication/status SiteReplication getSiteReplicationStatus
|
||||
|
||||
Display overall site replication status
|
||||
|
||||
*/
|
||||
type GetSiteReplicationStatus struct {
|
||||
Context *middleware.Context
|
||||
|
||||
@@ -33,7 +33,8 @@ import (
|
||||
// GetSiteReplicationStatusOKCode is the HTTP code returned for type GetSiteReplicationStatusOK
|
||||
const GetSiteReplicationStatusOKCode int = 200
|
||||
|
||||
/*GetSiteReplicationStatusOK A successful response.
|
||||
/*
|
||||
GetSiteReplicationStatusOK A successful response.
|
||||
|
||||
swagger:response getSiteReplicationStatusOK
|
||||
*/
|
||||
@@ -74,7 +75,8 @@ func (o *GetSiteReplicationStatusOK) WriteResponse(rw http.ResponseWriter, produ
|
||||
}
|
||||
}
|
||||
|
||||
/*GetSiteReplicationStatusDefault Generic error response.
|
||||
/*
|
||||
GetSiteReplicationStatusDefault Generic error response.
|
||||
|
||||
swagger:response getSiteReplicationStatusDefault
|
||||
*/
|
||||
|
||||
@@ -48,10 +48,10 @@ func NewSiteReplicationEdit(ctx *middleware.Context, handler SiteReplicationEdit
|
||||
return &SiteReplicationEdit{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* SiteReplicationEdit swagger:route PUT /admin/site-replication SiteReplication siteReplicationEdit
|
||||
/*
|
||||
SiteReplicationEdit swagger:route PUT /admin/site-replication SiteReplication siteReplicationEdit
|
||||
|
||||
Edit a Replication Site
|
||||
|
||||
*/
|
||||
type SiteReplicationEdit struct {
|
||||
Context *middleware.Context
|
||||
|
||||
@@ -33,7 +33,8 @@ import (
|
||||
// SiteReplicationEditOKCode is the HTTP code returned for type SiteReplicationEditOK
|
||||
const SiteReplicationEditOKCode int = 200
|
||||
|
||||
/*SiteReplicationEditOK A successful response.
|
||||
/*
|
||||
SiteReplicationEditOK A successful response.
|
||||
|
||||
swagger:response siteReplicationEditOK
|
||||
*/
|
||||
@@ -74,7 +75,8 @@ func (o *SiteReplicationEditOK) WriteResponse(rw http.ResponseWriter, producer r
|
||||
}
|
||||
}
|
||||
|
||||
/*SiteReplicationEditDefault Generic error response.
|
||||
/*
|
||||
SiteReplicationEditDefault Generic error response.
|
||||
|
||||
swagger:response siteReplicationEditDefault
|
||||
*/
|
||||
|
||||
@@ -48,10 +48,10 @@ func NewSiteReplicationInfoAdd(ctx *middleware.Context, handler SiteReplicationI
|
||||
return &SiteReplicationInfoAdd{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* SiteReplicationInfoAdd swagger:route POST /admin/site-replication SiteReplication siteReplicationInfoAdd
|
||||
/*
|
||||
SiteReplicationInfoAdd swagger:route POST /admin/site-replication SiteReplication siteReplicationInfoAdd
|
||||
|
||||
Add a Replication Site
|
||||
|
||||
*/
|
||||
type SiteReplicationInfoAdd struct {
|
||||
Context *middleware.Context
|
||||
|
||||
@@ -33,7 +33,8 @@ import (
|
||||
// SiteReplicationInfoAddOKCode is the HTTP code returned for type SiteReplicationInfoAddOK
|
||||
const SiteReplicationInfoAddOKCode int = 200
|
||||
|
||||
/*SiteReplicationInfoAddOK A successful response.
|
||||
/*
|
||||
SiteReplicationInfoAddOK A successful response.
|
||||
|
||||
swagger:response siteReplicationInfoAddOK
|
||||
*/
|
||||
@@ -74,7 +75,8 @@ func (o *SiteReplicationInfoAddOK) WriteResponse(rw http.ResponseWriter, produce
|
||||
}
|
||||
}
|
||||
|
||||
/*SiteReplicationInfoAddDefault Generic error response.
|
||||
/*
|
||||
SiteReplicationInfoAddDefault Generic error response.
|
||||
|
||||
swagger:response siteReplicationInfoAddDefault
|
||||
*/
|
||||
|
||||
@@ -48,10 +48,10 @@ func NewSiteReplicationRemove(ctx *middleware.Context, handler SiteReplicationRe
|
||||
return &SiteReplicationRemove{Context: ctx, Handler: handler}
|
||||
}
|
||||
|
||||
/* SiteReplicationRemove swagger:route DELETE /admin/site-replication SiteReplication siteReplicationRemove
|
||||
/*
|
||||
SiteReplicationRemove swagger:route DELETE /admin/site-replication SiteReplication siteReplicationRemove
|
||||
|
||||
Remove a Replication Site
|
||||
|
||||
*/
|
||||
type SiteReplicationRemove struct {
|
||||
Context *middleware.Context
|
||||
|
||||
@@ -33,7 +33,8 @@ import (
|
||||
// SiteReplicationRemoveNoContentCode is the HTTP code returned for type SiteReplicationRemoveNoContent
|
||||
const SiteReplicationRemoveNoContentCode int = 204
|
||||
|
||||
/*SiteReplicationRemoveNoContent A successful response.
|
||||
/*
|
||||
SiteReplicationRemoveNoContent A successful response.
|
||||
|
||||
swagger:response siteReplicationRemoveNoContent
|
||||
*/
|
||||
@@ -74,7 +75,8 @@ func (o *SiteReplicationRemoveNoContent) WriteResponse(rw http.ResponseWriter, p
|
||||
}
|
||||
}
|
||||
|
||||
/*SiteReplicationRemoveDefault Generic error response.
|
||||
/*
|
||||
SiteReplicationRemoveDefault Generic error response.
|
||||
|
||||
swagger:response siteReplicationRemoveDefault
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user