Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + func New(ctx context.Context, filter *sfTY.ServiceFilter) (serviceTY.Service, error) + type HandlerService struct + func (svc *HandlerService) Close() error + func (svc *HandlerService) Name() string + func (svc *HandlerService) Start() error + type Store struct + func (s *Store) Add(id string, handler handlerTY.Plugin) + func (s *Store) CloseHandlers() + func (s *Store) Get(id string) handlerTY.Plugin + func (s *Store) ListIDs() []string + func (s *Store) Remove(id string)