Documentation ¶
Index ¶
- Variables
- type 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.ListActivitiesFilter) ([]*domain.Activity, error)
- type ServiceDeps
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("provider activity not found")
)
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(deps ServiceDeps) *Service
type ServiceDeps ¶
Click to show internal directories.
Click to hide internal directories.