handler

package
v0.0.0-...-36b4345 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoginHandler

func LoginHandler(c echo.Context) error

LoginHandler -- Login to each provider

func MainPage

func MainPage(c echo.Context) error

MainPage -- top page

func QuestionFormHandler

func QuestionFormHandler(c echo.Context) error

QuestionFormHandler -- post question

Types

type QuestionHandleImplement

type QuestionHandleImplement interface {
	QuestionDetail(c echo.Context) error
	QuestionsTitleList(c echo.Context) error
	PostQuestion(c echo.Context) error
}

QuestionHandleImplement -- Define handler about questions

func NewQuestionHandler

func NewQuestionHandler(questionModel model.QuestionModelImpl) QuestionHandleImplement

NewQuestionHandler -- Initialize handler about question

type UserHandleImplement

type UserHandleImplement interface {
	UserAll(c echo.Context) error
	CallbackHandler(c echo.Context) error
}

UserHandleImplement -- Define handler about users

func NewUserHandler

func NewUserHandler(userModel model.UserModelImpl) UserHandleImplement

NewUserHandler -- Initialize handler about user

Jump to

Keyboard shortcuts

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