Versions in this module Expand all Collapse all v0 v0.8.0 Jun 30, 2023 Changes in this version + var ErrNotFound = errors.New("provider activity not found") + type Service struct + func NewService(deps ServiceDeps) *Service + func (s *Service) Find(ctx context.Context, filter domain.ListProviderActivitiesFilter) ([]*domain.Activity, error) + func (s *Service) GetOne(ctx context.Context, id string) (*domain.Activity, error) + func (s *Service) Import(ctx context.Context, filter domain.ImportActivitiesFilter) ([]*domain.Activity, error) + type ServiceDeps struct + AuditLogger auditLogger + Logger log.Logger + ProviderService providerService + Repository repository + Validator *validator.Validate