Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cors = cors.New(cors.Config{ AllowMethods: strings.Join(auth.AllowedHttpMethod, ","), AllowHeaders: strings.Join([]string{fiber.HeaderContentType, fiber.HeaderContentLength, fiber.HeaderAccept, fiber.HeaderUserAgent, fiber.HeaderAcceptEncoding, fiber.HeaderAcceptCharset, fiber.HeaderAuthorization, fiber.HeaderOrigin, fiber.HeaderLocation, fiber.HeaderKeepAlive}, ","), })
Functions ¶
func CatchServerError ¶
func ProxyGateway ¶
func ProxyGateway(ctx *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.