Documentation
¶
Index ¶
- type Service
- func (s *Service) AssembleOnce(ctx context.Context) error
- func (s *Service) ReleaseOnce(ctx context.Context) error
- func (s *Service) RunPipelineOnce(ctx context.Context) error
- func (s *Service) ScrapeBackfillOnce(ctx context.Context) error
- func (s *Service) ScrapeLatestOnce(ctx context.Context) error
- func (s *Service) ScrapeOnce(ctx context.Context) error
- func (s *Service) Start(ctx context.Context, interval time.Duration) 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 (*Service) ScrapeBackfillOnce ¶
explicit backfill scrape mode
func (*Service) ScrapeLatestOnce ¶
explicit latest scrape mode
func (*Service) ScrapeOnce ¶
backward-compatible alias to latest mode.
Click to show internal directories.
Click to hide internal directories.