Versions in this module Expand all Collapse all v0 v0.0.0 Sep 21, 2018 Changes in this version + var Router *httprouter.Router + func SetupRouter() + type TimeController struct + func (c TimeController) StartTimer(w http.ResponseWriter, r *http.Request, p httprouter.Params) + func (c TimeController) StopTimer(w http.ResponseWriter, r *http.Request, p httprouter.Params) + func (c TimeController) Times(w http.ResponseWriter, r *http.Request, p httprouter.Params) + type UserControllerV1 struct + func (c UserControllerV1) Login(w http.ResponseWriter, r *http.Request, p httprouter.Params) + func (c UserControllerV1) Profile(w http.ResponseWriter, r *http.Request, p httprouter.Params) + func (c UserControllerV1) Register(w http.ResponseWriter, r *http.Request, p httprouter.Params)