package lightstep_thriftfakes
import "github.com/lightstep/lightstep-tracer-go/lightstep_thrift/lightstep_thriftfakes"
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeReportingService
- func (fake *FakeReportingService) Invocations() map[string][][]interface{}
- func (fake *FakeReportingService) Report(auth *lightstep_thrift.Auth, request *lightstep_thrift.ReportRequest) (r *lightstep_thrift.ReportResponse, err error)
- func (fake *FakeReportingService) ReportArgsForCall(i int) (*lightstep_thrift.Auth, *lightstep_thrift.ReportRequest)
- func (fake *FakeReportingService) ReportCallCount() int
- func (fake *FakeReportingService) ReportReturns(result1 *lightstep_thrift.ReportResponse, result2 error)
- func (fake *FakeReportingService) ReportReturnsOnCall(i int, result1 *lightstep_thrift.ReportResponse, result2 error)
Types ¶
type FakeReportingService ¶
type FakeReportingService struct { ReportStub func(auth *lightstep_thrift.Auth, request *lightstep_thrift.ReportRequest) (r *lightstep_thrift.ReportResponse, err error) // contains filtered or unexported fields }
func (*FakeReportingService) Invocations ¶
func (fake *FakeReportingService) Invocations() map[string][][]interface{}
func (*FakeReportingService) Report ¶
func (fake *FakeReportingService) Report(auth *lightstep_thrift.Auth, request *lightstep_thrift.ReportRequest) (r *lightstep_thrift.ReportResponse, err error)
func (*FakeReportingService) ReportArgsForCall ¶
func (fake *FakeReportingService) ReportArgsForCall(i int) (*lightstep_thrift.Auth, *lightstep_thrift.ReportRequest)
func (*FakeReportingService) ReportCallCount ¶
func (fake *FakeReportingService) ReportCallCount() int
func (*FakeReportingService) ReportReturns ¶
func (fake *FakeReportingService) ReportReturns(result1 *lightstep_thrift.ReportResponse, result2 error)
func (*FakeReportingService) ReportReturnsOnCall ¶
func (fake *FakeReportingService) ReportReturnsOnCall(i int, result1 *lightstep_thrift.ReportResponse, result2 error)
Source Files ¶
- Version
- v0.14.0
- Published
- Aug 25, 2017
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 3 hours ago –
Tools for package owners.