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

# Structs

BookCreateDTO is is a model that clinet use when create a new book.
BookUpdateDTO is a model that client use when updating a book.
LoginDTO is a model that used by client when POST from /login url.
RegisterDTO is used when client post from /register url.
UserUpdateDTO is used by client when PUT update profile.