package collectorpbfakes
import "github.com/lightstep/lightstep-tracer-go/collectorpb/collectorpbfakes"
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCollectorServiceClient
- func (fake *FakeCollectorServiceClient) Invocations() map[string][][]interface{}
- func (fake *FakeCollectorServiceClient) Report(ctx context.Context, in *collectorpb.ReportRequest, opts ...grpc.CallOption) (*collectorpb.ReportResponse, error)
- func (fake *FakeCollectorServiceClient) ReportArgsForCall(i int) (context.Context, *collectorpb.ReportRequest, []grpc.CallOption)
- func (fake *FakeCollectorServiceClient) ReportCallCount() int
- func (fake *FakeCollectorServiceClient) ReportReturns(result1 *collectorpb.ReportResponse, result2 error)
- func (fake *FakeCollectorServiceClient) ReportReturnsOnCall(i int, result1 *collectorpb.ReportResponse, result2 error)
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 (fake *FakeCollectorServiceClient) Report(ctx context.Context, in *collectorpb.ReportRequest, opts ...grpc.CallOption) (*collectorpb.ReportResponse, error)
func (*FakeCollectorServiceClient) ReportArgsForCall ¶
func (fake *FakeCollectorServiceClient) ReportArgsForCall(i int) (context.Context, *collectorpb.ReportRequest, []grpc.CallOption)
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.3
- Published
- Oct 10, 2017
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 2 hours ago –
Tools for package owners.