Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2023 Changes in this version + type Service struct + func New() *Service + func (s *Service) Init(starts ...Start) *Service + func (s *Service) Servers(servers ...server.Server) *Service + func (s *Service) Start() + type Start func() error