Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + func RunSimpleServerOrDie(addr string) + type Handler struct + Handler func(http.ResponseWriter, *http.Request) + Path string + type LogrusCollector struct + func NewLogrusCollector() *LogrusCollector + func (_ *LogrusCollector) Levels() []logrus.Level + func (hook *LogrusCollector) Fire(entry *logrus.Entry) error + type Service struct + func NewService(addr string, svcRegistry *runtime.ServiceRegistry, ...) *Service + func (s *Service) Start() + func (s *Service) Status() error + func (s *Service) Stop() error