package controller import "net/http" type Controller struct { GET http.HandlerFunc POST http.HandlerFunc }