Versions in this module Expand all Collapse all v1 v1.0.0 Aug 29, 2022 Changes in this version + type ArticleController struct + func NewArticleController(articleService *service.ArticleService) *ArticleController + func (_i *ArticleController) Delete(c *fiber.Ctx) error + func (_i *ArticleController) Index(c *fiber.Ctx) error + func (_i *ArticleController) Show(c *fiber.Ctx) error + func (_i *ArticleController) Store(c *fiber.Ctx) error + func (_i *ArticleController) Update(c *fiber.Ctx) error + type Controller struct + Article *ArticleController + func NewController(articleService *service.ArticleService) *Controller + type IArticleController interface + Index func(c *fiber.Ctx) error + Show func(c *fiber.Ctx) error + type MockIArticleController struct + func NewMockIArticleController(ctrl *gomock.Controller) *MockIArticleController + func (m *MockIArticleController) EXPECT() *MockIArticleControllerMockRecorder + func (m *MockIArticleController) Index(arg0 *fiber.Ctx) error + func (m *MockIArticleController) Show(arg0 *fiber.Ctx) error + type MockIArticleControllerMockRecorder struct + func (mr *MockIArticleControllerMockRecorder) Index(arg0 interface{}) *gomock.Call + func (mr *MockIArticleControllerMockRecorder) Show(arg0 interface{}) *gomock.Call