approveflow/app/http/swagger.go

29 lines
580 B
Go
Raw Permalink Normal View History

2024-11-14 17:02:41 +08:00
// 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"
)