fmt
This commit is contained in:
parent
c17dec7954
commit
d5758e0444
3 changed files with 2 additions and 4 deletions
|
@ -93,4 +93,3 @@ type swaggerResponseTeamNamespace struct {
|
|||
// in:body
|
||||
Body models.TeamNamespace `json:"body"`
|
||||
}
|
||||
|
||||
|
|
|
@ -632,4 +632,3 @@ package v1
|
|||
// "$ref": "#/responses/Message"
|
||||
// "500":
|
||||
// "$ref": "#/responses/Message"
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
package routes
|
||||
|
||||
// Package v1 List API.
|
||||
//
|
||||
// This documentation describes the List API.
|
||||
|
@ -26,6 +24,8 @@ package routes
|
|||
//
|
||||
// swagger:meta
|
||||
|
||||
package routes
|
||||
|
||||
import (
|
||||
"github.com/labstack/echo"
|
||||
"github.com/labstack/echo/middleware"
|
||||
|
|
Loading…
Reference in a new issue