package
0.0.0-20240302073819-9f87b0a71a3b
Repository: https://github.com/nhat8002nguyen/audio-stream-be.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.