Versions in this module Expand all Collapse all v2 v2.0.0 Jun 18, 2023 Changes in this version + const ROOT_PATH + func New(ctx context.Context, filter *sfTY.ServiceFilter, router *mux.Router) (serviceTY.Service, error) + type Store struct + func (s *Store) Add(service vaTY.Plugin) + func (s *Store) Get(id string) vaTY.Plugin + func (s *Store) ListIDs() []string + func (s *Store) Remove(id string) + type VirtualAssistantService struct + func (svc *VirtualAssistantService) Close() error + func (svc *VirtualAssistantService) Name() string + func (svc *VirtualAssistantService) Start() error