Versions in this module Expand all Collapse all v0 v0.11.0 Sep 9, 2020 v0.10.0 May 2, 2020 Changes in this version + type Server struct + func NewServer(handler *roadmap.Handler, assetsDir, certFile, keyFile string) *Server + func (s *Server) Start(quit chan os.Signal, port uint) + func (s *Server) StartWithTeardown(port uint) func()