Documentation
¶
Index ¶
- type Service
- func (s *Service) AddAfter(ctx context.Context, prb probe.Probe, after time.Time) error
- func (s *Service) AddBefore(ctx context.Context, prb probe.Probe, before time.Time) error
- func (s *Service) AddBetween(ctx context.Context, prb probe.Probe, after time.Time, before time.Time) error
- func (s *Service) PopMany(ctx context.Context, count int) ([]probe.Probe, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repo repositories.ProbeRepository, metrics *monitoring.MetricService) *Service
func (*Service) AddBetween ¶
Click to show internal directories.
Click to hide internal directories.