routes

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Response

type Response struct {
	Code    int         `json:"code"`
	Message string      `json:"message"`
	Data    interface{} `json:"data"`
}

type Route

type Route struct {
	// DB *gorm.DB
	// LimitPage int
	// RequireJwtAuth func(*fiber.Ctx) error
	Suit *goapisuit.Suit
}

func (*Route) Index_get

func (r *Route) Index_get(c *fiber.Ctx) error

func (*Route) Login_post

func (r *Route) Login_post(c *fiber.Ctx) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL