package
0.0.0-20210807010947-af249358cc31
Repository: https://github.com/k3forx/clean-architecture-with-golang.git
Documentation: pkg.go.dev

# Variables

ErrBadParamInput will throw if the given request-body or params is not valid.
ErrConflict will throw if the current action already exists.
ErrInternalServerError will throw if any the Internal Server Error happen.
ErrNotFound will throw if the requested item is not exists.

# Structs

Article
No description provided by the author
Author ...

# Interfaces

ArticleRepository represent the article's repository contract.
ArticleUseCase represent the article's usecases.
AuthorRepository represent the author's repository contract.