Documentation ¶
Overview ¶
Package matchfunction provides helper methods to simplify authoring a match function.
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryBackfillPool ¶ added in v1.2.0
func QueryBackfillPool(ctx context.Context, queryClient pb.QueryServiceClient, pool *pb.Pool, opts ...grpc.CallOption) ([]*pb.Backfill, error)
QueryBackfillPool queries queryService and returns the backfills that belong to the specified pool.
func QueryBackfillPools ¶ added in v1.2.0
func QueryBackfillPools(ctx context.Context, queryClient pb.QueryServiceClient, pools []*pb.Pool, opts ...grpc.CallOption) (map[string][]*pb.Backfill, error)
QueryBackfillPools queries queryService and returns a map of pool names to the backfills belonging to those pools.
func QueryPool ¶
func QueryPool(ctx context.Context, queryClient pb.QueryServiceClient, pool *pb.Pool, opts ...grpc.CallOption) ([]*pb.Ticket, error)
QueryPool queries queryService and returns the tickets that belong to the specified pool.
func QueryPools ¶
func QueryPools(ctx context.Context, queryClient pb.QueryServiceClient, pools []*pb.Pool, opts ...grpc.CallOption) (map[string][]*pb.Ticket, error)
QueryPools queries queryService and returns a map of pool names to the tickets belonging to those pools.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.