# Functions
NewArticleHandler will initialize the articles/ resources endpoint.
NewVideoHandler will initialize the videos/ resources endpoint.
# Structs
ArticleHandler represent the httphandler for article.
ResponseError represent the response error struct.
VideoHandler represent the httphandler for video.
# Interfaces
ArticleService represent the article's usecases
go:generate mockery --name ArticleService.
VideoService represent the video's usecases
go:generate mockery --name VideoService.