Documentation
¶
Index ¶
- type Service
- func (s *Service) PrepareAdd(ctx context.Context, rawURL string) (store.Subscription, error)
- func (s *Service) Refresh(ctx context.Context, sub store.Subscription) (store.Subscription, error)
- func (s *Service) RefreshAll(ctx context.Context, subs []store.Subscription, ...) ([]store.Subscription, 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 (*Service) PrepareAdd ¶ added in v1.2.0
func (*Service) Refresh ¶
func (s *Service) Refresh(ctx context.Context, sub store.Subscription) (store.Subscription, error)
func (*Service) RefreshAll ¶
func (s *Service) RefreshAll(ctx context.Context, subs []store.Subscription, refresh func(context.Context, store.Subscription) (store.Subscription, error)) ([]store.Subscription, error)
Click to show internal directories.
Click to hide internal directories.