Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(e *echo.Echo, reportUsecase reportusecase.ReportUsecase)
Types ¶
type ReportHTTPHandler ¶
type ReportHTTPHandler struct {
ReportUsecase reportusecase.ReportUsecase
}
func (*ReportHTTPHandler) HandleGeneratePresenterReport ¶
func (h *ReportHTTPHandler) HandleGeneratePresenterReport(c echo.Context) error
type ResponseError ¶
type ResponseError struct {
Message string `json:"error"`
}
ResponseError wraps json error response