Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { CreateBackfill(ctx context.Context, backfill *pb.Backfill, filterManager filter.Manager) (*pb.Backfill, error) UpdateBackfill(ctx context.Context, backfill *pb.Backfill, filterManager filter.Manager) (*pb.Backfill, error) MakeMatchWithBackfill(ctx context.Context, backfill *pb.Backfill, ticketIDs []string, filterManager filter.Manager) error GetBackfill(ctx context.Context, backfillID string) (*pb.Backfill, error) GetAvailableBackfill(ctx context.Context, profile string, max int64) ([]*pb.Backfill, error) AcknowledgeBackfill(ctx context.Context, backfillID string, assignment *pb.Assignment, filterManager filter.Manager) (*pb.Backfill, error) DeleteBackfill(ctx context.Context, backfillID string, filterManager filter.Manager) error }
Manager specifies the interface for managing Backfill
Click to show internal directories.
Click to hide internal directories.