package collectorpbfakes

import "github.com/lightstep/lightstep-tracer-go/collectorpb/collectorpbfakes"

Code generated by counterfeiter. DO NOT EDIT.

Index

Types

type FakeCollectorServiceClient

type FakeCollectorServiceClient struct {
	ReportStub func(ctx context.Context, in *collectorpb.ReportRequest, opts ...grpc.CallOption) (*collectorpb.ReportResponse, error)
	// contains filtered or unexported fields
}

func (*FakeCollectorServiceClient) Invocations

func (fake *FakeCollectorServiceClient) Invocations() map[string][][]interface{}

func (*FakeCollectorServiceClient) Report

func (*FakeCollectorServiceClient) ReportArgsForCall

func (*FakeCollectorServiceClient) ReportCallCount

func (fake *FakeCollectorServiceClient) ReportCallCount() int

func (*FakeCollectorServiceClient) ReportReturns

func (fake *FakeCollectorServiceClient) ReportReturns(result1 *collectorpb.ReportResponse, result2 error)

func (*FakeCollectorServiceClient) ReportReturnsOnCall

func (fake *FakeCollectorServiceClient) ReportReturnsOnCall(i int, result1 *collectorpb.ReportResponse, result2 error)

Source Files

fake_collector_service_client.go

Version
v0.15.0-alpha.1
Published
Sep 27, 2017
Platform
js/wasm
Imports
5 packages
Last checked
2 hours ago

Tools for package owners.