Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.