package
0.0.0-20240917150431-39a0cecb11cf
Repository: https://github.com/kyong0612/my-go-clean-architecture.git
Documentation: pkg.go.dev

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