init
This commit is contained in:
17
backend/app/http/super/auth.go
Normal file
17
backend/app/http/super/auth.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package super
|
||||
|
||||
import (
|
||||
"quyun/v2/providers/app"
|
||||
|
||||
"github.com/gofiber/fiber/v3"
|
||||
)
|
||||
|
||||
// @provider
|
||||
type authController struct {
|
||||
app *app.Config
|
||||
}
|
||||
|
||||
func (s *authController) auth(ctx fiber.Ctx) error {
|
||||
// user,err:=
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user