Versions in this module Expand all Collapse all v1 v1.1.0 Sep 26, 2021 v1.0.0 Sep 20, 2021 Changes in this version + type HTTPServer struct + func (*HTTPServer) Close() + func (s *HTTPServer) Start() error + type HTTPTestServer struct + func (s *HTTPTestServer) Start() error + type Runner struct + Server Server + func CreateHTTPServerRunner(routerFactory router.RouterFactory) Runner + func CreateHTTPTestServerRunner(routerFactory router.RouterFactory) Runner + func (s Runner) Run() error + type Server interface + Close func() + Start func() error