docs: project docs, scripts, deployment configs, and evidence
This commit is contained in:
13
docs/docs.go
Normal file
13
docs/docs.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package docs
|
||||
|
||||
import "github.com/swaggo/swag"
|
||||
|
||||
type swaggerSpec struct{}
|
||||
|
||||
func (swaggerSpec) ReadDoc() string {
|
||||
return SwaggerJSON
|
||||
}
|
||||
|
||||
func init() {
|
||||
swag.Register(swag.Name, swaggerSpec{})
|
||||
}
|
||||
Reference in New Issue
Block a user