Versions in this module Expand all Collapse all v0 v0.8.0 Apr 26, 2018 v0.7.8 Apr 19, 2018 v0.7.7 Apr 18, 2018 Changes in this version + type Request struct + Data map[string]interface{} + ServiceRequest interface{} + type Response struct + Data map[string]interface{} + Error string + Response interface{} + Status string + type Server struct + func New(port string) *Server + func (s *Server) Start() error