Versions in this module Expand all Collapse all v1 v1.0.1 Jul 29, 2019 v1.0.0 Jul 29, 2019 Changes in this version + type GrestServer struct + func NewGrestServer(confName string) *GrestServer + func (s *GrestServer) AddController(name string, ctlType reflect.Type) + func (s *GrestServer) Serve() + func (s *GrestServer) ServeHTTPDispatch(w http.ResponseWriter, r *http.Request)