Versions in this module Expand all Collapse all v2 v2.0.10 Dec 8, 2023 v2.0.9 Aug 29, 2023 Changes in this version type Config + HealthCheck bool + RequestId bool type Server + func (s *Server) EnableHealthCheck() + func (s *Server) EnableRequestId() v2.0.8 Mar 18, 2022 v2.0.7 Mar 11, 2022 v2.0.6 Dec 2, 2021 Changes in this version + const DefaultQueryPage + const DefaultQuerySize + const MaxQuerySize + var DefaultErrorHandler = func(c *fiber.Ctx, err error) error + var DefaultFiberConfig = fiber.Config + var DefaultServerAccessLog = func(lvl logrus.Level) fiber.Handler + func ApplyStaticRoute(s *fiber.App, publicDir string) + func NoCache(h http.Handler) http.Handler + type Config struct + Config *fiber.Config + Host string + Port string + type Pagination struct + Page int + Size int + func GetPagination(ctx *fiber.Ctx) Pagination + func (p *Pagination) Offset() int + type Result struct + Count int + Data interface{} + Error interface{} + Message interface{} + Total int + type Server struct + func New(config Config) Server + func (s *Server) App() *fiber.App + func (s *Server) Run() error + type SkipperPath struct + Paths map[string]bool + Prefix string + func NewSkipperPath(prefix string) SkipperPath + func (s *SkipperPath) Add(path string, method string) + func (s *SkipperPath) Delete(path string, method string) + func (s *SkipperPath) Test(ctx *fiber.Ctx) bool v2.0.5 Sep 3, 2021 v2.0.4 Sep 3, 2021 v2.0.3 Aug 30, 2021 v2.0.2 Jul 8, 2021 v2.0.1 Jul 5, 2021 Other modules containing this package github.com/patcharp/golib