handlers

package
v0.0.0-...-d7b1802 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

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

func New

func New(userRepo models.UserRepo, authRepo models.AuthRepo, trackRepo models.TrackRepo, insRepo models.InstrumentRepo) *Handler

func (*Handler) CreateNewUser

func (h *Handler) CreateNewUser(c echo.Context) error

func (*Handler) GetAuth

func (h *Handler) GetAuth(c echo.Context) error

func (*Handler) GetProfile

func (h *Handler) GetProfile(c echo.Context) error

func (*Handler) GetSender

func (h *Handler) GetSender(c echo.Context) error

func (*Handler) GetUserFeed

func (h *Handler) GetUserFeed(c echo.Context) error

func (*Handler) NewTrack

func (h *Handler) NewTrack(c echo.Context) error

func (*Handler) SetNewAuth

func (h *Handler) SetNewAuth(c echo.Context) error

func (*Handler) Token

func (h *Handler) Token(c echo.Context) error

func (*Handler) UpdateUser

func (h *Handler) UpdateUser(c echo.Context) error

Jump to

Keyboard shortcuts

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