feat: initial auth service support
This commit is contained in:
parent
6ed47b667c
commit
bbe57e07d5
10 changed files with 938 additions and 1 deletions
6
auth/oapi-auth-codegen.yaml
Normal file
6
auth/oapi-auth-codegen.yaml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package: auth
|
||||
generate:
|
||||
strict-server: true
|
||||
gin-server: true
|
||||
models: true
|
||||
output: auth/auth.gen.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue