:sparles: Badges

This commit is contained in:
2024-06-02 20:45:56 +08:00
parent 61eff6ea49
commit 1c36b429ea
9 changed files with 108 additions and 172 deletions

5
pkg/utils/auth.go Normal file
View File

@@ -0,0 +1,5 @@
package utils
import "github.com/gofiber/fiber/v2"
type AuthFunc func(c *fiber.Ctx, overrides ...string) error