hx

package
v0.0.0-...-eba4e0e Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Auth

func Auth(app *fiber.App)

func AuthLogin

func AuthLogin(app *fiber.App)

func AuthSignup

func AuthSignup(app *fiber.App)

func Base

func Base(app *fiber.App)

func Job

func Job(app *fiber.App)
func Search(app *fiber.App)

Types

type AuthForm

type AuthForm struct {
	UserName string `form:"username"`
	Password string `form:"password"`
}

type SearchForm

type SearchForm struct {
	Name       string `form:"search"`
	City       string `form:"city"`
	Speciality string `form:"speciality"`
}

Jump to

Keyboard shortcuts

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