package
0.0.0-20241004022609-05ddbfbea6b7
Repository: https://github.com/kenshin579/tutorials-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

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

# Interfaces

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