# Packages
No description provided by the author
# Functions
NewArticleHandler will initialize the articles/ resources endpoint.
# Structs
ArticleHandler represent the httphandler for article.
ResponseError represent the response error struct.
# Interfaces
ArticleService represent the article's usecases
go:generate mockery --name ArticleService.