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