Versions in this module Expand all Collapse all v0 v0.1.8 Aug 15, 2026 Changes in this version + type AdapterInfo struct + Implemented bool + SupportsCreds bool + SupportsTest bool + Type domain.AdapterType + type Service struct + func NewService(store ports.VulnerabilitySourceStore, ...) (*Service, error) + func (s *Service) Archive(ctx context.Context, actor string, id shared.ID, expectedVersion int) error + func (s *Service) Create(ctx context.Context, actor string, source domain.Source) (domain.Source, error) + func (s *Service) Get(ctx context.Context, id shared.ID) (domain.Source, error) + func (s *Service) List(ctx context.Context, includeArchived bool) ([]domain.Source, error) + func (s *Service) SetEnabled(ctx context.Context, actor string, id shared.ID, enabled bool, ...) (domain.Source, error) + func (s *Service) Test(ctx context.Context, actor string, id shared.ID) error + func (s *Service) TestDraft(ctx context.Context, actor string, source domain.Source) error + func (s *Service) Types(ctx context.Context) []AdapterInfo + func (s *Service) Update(ctx context.Context, actor string, source domain.Source, expectedVersion int) (domain.Source, error)