Versions in this module Expand all Collapse all v1 v1.2.3 Apr 15, 2017 v1.2.2 Apr 15, 2017 Changes in this version + var Command = cli.Command + func StartAESListener(addr string, secret string) (net.Listener, error) + func StartDefaultListener(addr string) (net.Listener, error) + func StartTLSListener(addr string, caFile string, certFile string, keyFile string) (net.Listener, error) + type Server struct + Proto string + Type string + func (s *Server) Start()