add authentication endpoints and Redis integration
This commit is contained in:
4
internal/api/auth/handler/generate.go
Normal file
4
internal/api/auth/handler/generate.go
Normal file
@ -0,0 +1,4 @@
|
||||
package handler
|
||||
|
||||
//go:generate go tool oapi-codegen -config ../../../../api/auth/cfg.yaml ../../../../api/auth/api.yam
|
||||
//go:generate go tool oapi-codegen -config ../../../../api/auth/cfg.yaml ../../../../api/auth/api.yaml
|
||||
Reference in New Issue
Block a user