Versions in this module Expand all Collapse all v0 v0.0.12 Aug 22, 2023 v0.0.11 Aug 21, 2023 Changes in this version + type HttpServer struct + func NewHttpServer(mux http.Handler) *HttpServer + func (hs *HttpServer) Listen(port int) error + func (hs *HttpServer) Run(ctx context.Context, logger log.Logger) error