package
1.0.2
Repository: https://github.com/moneybackward/backend.git
Documentation: pkg.go.dev

# README

Controllers

Controllers handles the request, pass the data into service layer, and send the response.

Controllers should only handles request and send response, business logic in the service layer.