Versions in this module Expand all Collapse all v0 v0.0.2 Mar 12, 2025 Changes in this version + func QueryBackfillPool(ctx context.Context, queryClient pb.QueryServiceClient, pool *pb.Pool, ...) ([]*pb.Backfill, error) + func QueryBackfillPools(ctx context.Context, queryClient pb.QueryServiceClient, pools []*pb.Pool, ...) (map[string][]*pb.Backfill, error) + func QueryPool(ctx context.Context, queryClient pb.QueryServiceClient, pool *pb.Pool, ...) ([]*pb.Ticket, error) + func QueryPools(ctx context.Context, queryClient pb.QueryServiceClient, pools []*pb.Pool, ...) (map[string][]*pb.Ticket, error)