Add OpenAPI specs
This commit is contained in:
parent
b3da6774ac
commit
cc5ed5f23e
7 changed files with 824 additions and 0 deletions
4
generate.go
Normal file
4
generate.go
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
//go:generate go tool oapi-codegen -config oapi-types.cfg.yaml openapi.yaml
|
||||
//go:generate go tool oapi-codegen -config oapi-gin.cfg.yaml openapi.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue