handlers

package
v0.0.0-...-7c398a5 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuctionsHandler

type AuctionsHandler struct {
	// contains filtered or unexported fields
}

func NewAuctionsHandler

func NewAuctionsHandler(db *sqlx.DB) AuctionsHandler

func (AuctionsHandler) CreateGet

func (h AuctionsHandler) CreateGet(c echo.Context) error

func (AuctionsHandler) CreatePost

func (h AuctionsHandler) CreatePost(c echo.Context) error

func (AuctionsHandler) Index

func (h AuctionsHandler) Index(c echo.Context) error

func (AuctionsHandler) ListGet

func (h AuctionsHandler) ListGet(c echo.Context) error

type HomeHandler

type HomeHandler struct{}

func (HomeHandler) IndexGet

func (h HomeHandler) IndexGet(c echo.Context) error

type UserHandler

type UserHandler struct {
	// contains filtered or unexported fields
}

func NewUserHandler

func NewUserHandler(db *sqlx.DB) UserHandler

func (UserHandler) ChangePasswordGet

func (u UserHandler) ChangePasswordGet(c echo.Context) error

func (UserHandler) ChangePasswordPost

func (u UserHandler) ChangePasswordPost(c echo.Context) error

func (UserHandler) ListGet

func (u UserHandler) ListGet(c echo.Context) error

func (UserHandler) LoginGet

func (u UserHandler) LoginGet(c echo.Context) error

func (UserHandler) LoginPost

func (u UserHandler) LoginPost(c echo.Context) error

func (UserHandler) LogoutGet

func (u UserHandler) LogoutGet(c echo.Context) error

func (UserHandler) RegisterGet

func (u UserHandler) RegisterGet(c echo.Context) error

func (UserHandler) RegisterPost

func (u UserHandler) RegisterPost(c echo.Context) error

Jump to

Keyboard shortcuts

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