subhub/handlers
inhosin 61b976259a bing work with gorm 2019-09-07 19:10:28 +03:00
..
groups bing work with gorm 2019-09-07 19:10:28 +03:00
note bing work with gorm 2019-09-07 19:10:28 +03:00
webfinder add some works 2019-09-07 17:54:53 +03:00
README.md add some works 2019-09-07 17:54:53 +03:00
path.go add some works 2019-09-07 17:54:53 +03:00

README.md

Handlers

This folder contains Mux route handlers. If you've worked in webservers in other languages, it's similar to the concept of controllers.

It's common to see a handler take some information and spit it to something in lib. This is because handlers convert web-server knowledge to buisness-logic rather than do everything at once.