Documentation ¶ Index ¶ func App(app core.App, fn func(c *fiber.Ctx, cc core.Context) error) fiber.Handler func AppID(app core.App, fn func(c *fiber.Ctx, cc core.Context, id int64) error) fiber.Handler func AppStore(app core.App, store *session.Store, ...) fiber.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func App ¶ func App(app core.App, fn func(c *fiber.Ctx, cc core.Context) error) fiber.Handler func AppID ¶ func AppID(app core.App, fn func(c *fiber.Ctx, cc core.Context, id int64) error) fiber.Handler func AppStore ¶ func AppStore(app core.App, store *session.Store, fn func(c *fiber.Ctx, cc core.Context, store *session.Store) error) fiber.Handler Types ¶ This section is empty. Source Files ¶ View all Source files inject.go Click to show internal directories. Click to hide internal directories.