Versions in this module Expand all Collapse all v0 v0.2.0 Jul 14, 2021 v0.1.1 Jul 1, 2021 v0.1.0 Jul 1, 2021 Changes in this version + type Server interface + ListenAndServe func(ctx context.Context) error + func NewServer(handler http.Handler, config *ServerConfig) Server + type ServerConfig struct + Port int + TLSCertPath string + TLSEnabled bool + TLSKeyPath string