package
0.0.0-20230101043042-e8bb00dd3ccd
Repository: https://github.com/aclaputra/golang-jwt.git
Documentation: pkg.go.dev

# Functions

NewAuthService creates a new instance of AuthService.
NewBookService .....
NewJWTService method is creates a new instance of JWTService.
NewUserService creates a new instance of UserService.

# Interfaces

AuthService is a contract about something that this service can do.
BookService is a ....
JWTService is a contract of what jwtService can do.
UserService is a contract.....