Documentation ¶
Overview ¶
Package cv contains logic of interacting with CV (LUCI Change Verifier).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
GetRun(ctx context.Context, in *cvv0.GetRunRequest, opts ...grpc.CallOption) (*cvv0.Run, error)
}
Client defines a subset of CV API consumed by LUCI Analysis.
type FakeClient ¶
FakeClient provides a fake implementation of cvv0.RunsClient for testing.
func (*FakeClient) GetRun ¶
func (fc *FakeClient) GetRun(ctx context.Context, req *cvv0.GetRunRequest, opts ...grpc.CallOption) (*cvv0.Run, error)
GetRun mocks cvv0.RunsClient.GetRun RPC.
Click to show internal directories.
Click to hide internal directories.