package
0.0.0-20220803013510-e42d12bd5a55
Repository: https://github.com/adebayobenjamin/clean_arch.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewBookService creates an instance of the bookService struct.
NewJWTService method creates a new instance of JWTService.
No description provided by the author

# Interfaces

AuthService is a contract obout what this service can do.
BookService is a contract that explains what this service can do.
JWTService is a contract of what jwtService can do.
UserService is a contract that specifies what this service can do.