mirror of https://github.com/gofiber/fiber.git
parent
c863519f54
commit
a90ebb7098
|
@ -5,6 +5,6 @@ package limiter
|
|||
// don't forget to replace the msgp import path to:
|
||||
// "github.com/gofiber/fiber/v2/internal/msgp"
|
||||
type entry struct {
|
||||
hits int
|
||||
exp uint64
|
||||
hits int `msg:"hits"`
|
||||
exp uint64 `msg:"exp"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue