Documentation ¶
Index ¶
- func RunApp() *fiber.App
- type AppController
- func (a *AppController) Create(c *fiber.Ctx) error
- func (a *AppController) Custom(c *fiber.Ctx) error
- func (a *AppController) Destroy(c *fiber.Ctx) error
- func (a *AppController) Edit(c *fiber.Ctx) error
- func (a *AppController) Index(c *fiber.Ctx) error
- func (a *AppController) New(c *fiber.Ctx) error
- func (a *AppController) Routes() map[string]vibe.Route
- func (a *AppController) Setup(c *fiber.Ctx)
- func (a *AppController) Show(c *fiber.Ctx) error
- func (a *AppController) SomeFuncThatIsNotARoute() string
- func (a *AppController) Update(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppController ¶
type AppController struct { vibe.Controller[*AppController] Hello string }
func (*AppController) Create ¶
func (a *AppController) Create(c *fiber.Ctx) error
func (*AppController) Custom ¶
func (a *AppController) Custom(c *fiber.Ctx) error
func (*AppController) Destroy ¶
func (a *AppController) Destroy(c *fiber.Ctx) error
func (*AppController) Edit ¶
func (a *AppController) Edit(c *fiber.Ctx) error
func (*AppController) Index ¶
func (a *AppController) Index(c *fiber.Ctx) error
func (*AppController) New ¶
func (a *AppController) New(c *fiber.Ctx) error
func (*AppController) Setup ¶
func (a *AppController) Setup(c *fiber.Ctx)
func (*AppController) Show ¶
func (a *AppController) Show(c *fiber.Ctx) error
func (*AppController) SomeFuncThatIsNotARoute ¶
func (a *AppController) SomeFuncThatIsNotARoute() string
func (*AppController) Update ¶
func (a *AppController) Update(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.