Versions in this module Expand all Collapse all v0 v0.0.0 Jul 11, 2020 Changes in this version + func NewRouter(logger *log.Logger, server *server.Server, mysqlConnection *sql.DB, ...) gorouter.Router + type Adapter struct + func NewAdapter(address string, router http.Handler) *Adapter + func (adapter *Adapter) Start(ctx context.Context) error + func (adapter *Adapter) Stop(ctx context.Context) error