user

package
v0.0.0-...-a929f0c Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetProfile

func GetProfile(c *fiber.Ctx) error

func UserRoute

func UserRoute(route fiber.Router)

Types

type User

type User struct {
	gorm.Model

	Username string `json:"username"`
	Email    string `json:"email" gorm:"index"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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