matchfunction

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2021 License: Apache-2.0 Imports: 5 Imported by: 16

Documentation

Overview

Package matchfunction provides helper methods to simplify authoring a match function.

Index

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL