Documentation ¶
Index ¶
- type QnaHandler
- func (h *QnaHandler) Admin(c echo.Context) error
- func (h *QnaHandler) AdminQnA(c echo.Context) error
- func (h *QnaHandler) CreateAnswer(c echo.Context) error
- func (h *QnaHandler) CreateQuestion(c echo.Context) error
- func (h *QnaHandler) GetQnA(c echo.Context) error
- func (h *QnaHandler) GetQnAs(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QnaHandler ¶
type QnaHandler struct {
// contains filtered or unexported fields
}
func NewQnAHandler ¶
func NewQnAHandler(u usecase.QnAUseCase) *QnaHandler
func (*QnaHandler) CreateAnswer ¶
func (h *QnaHandler) CreateAnswer(c echo.Context) error
func (*QnaHandler) CreateQuestion ¶
func (h *QnaHandler) CreateQuestion(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.