Versions in this module Expand all Collapse all v0 v0.2.0 May 20, 2019 v0.1.0 Feb 26, 2019 Changes in this version + type Runtime struct + ExitSignals []types.ExitSignal + Server Server + func (r *Runtime) Run() error + type Server interface + ListenAndServe func() error + Shutdown func(ctx context.Context) error + type Service struct + HTTPClient *http.Client + Marker types.Marker + Middleware []func(http.Handler) http.Handler + Queuer types.Queuer + Storage types.Storage + func (s *Service) BindRoutes(router chi.Router) error