Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2021 Changes in this version + const DefaultPort + const ShutdownTimeout + type Config struct + func NewConfig() *Config + func (c *Config) GetAddr() string + type Interface interface + GracefullyShutdown func() error + Start func() Interface + func New(handler http.Handler) Interface