29 lines
580 B
Go
29 lines
580 B
Go
|
// Package http API.
|
||
|
// @title hade
|
||
|
// @version 1.1
|
||
|
// @description.markdown api.md
|
||
|
// @termsOfService https://github.com/swaggo/swag
|
||
|
|
||
|
// @contact.name yejianfeng1
|
||
|
// @contact.email yejianfeng
|
||
|
|
||
|
// @license.name Apache 2.0
|
||
|
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
|
||
|
|
||
|
// @BasePath /
|
||
|
// @query.collection.format multi
|
||
|
|
||
|
// @securityDefinitions.basic BasicAuth
|
||
|
|
||
|
// @securityDefinitions.apikey ApiKeyAuth
|
||
|
// @in header
|
||
|
// @name Authorization
|
||
|
|
||
|
// @x-extension-openapi {"example": "value on a json format"}
|
||
|
|
||
|
package http
|
||
|
|
||
|
import (
|
||
|
_ "approveflow/app/http/swagger"
|
||
|
)
|