Documentation ¶
Index ¶
- type DependenciesReaderPluginClient
- type DependenciesReaderPluginServer
- type SpanReaderPluginClient
- func (_m *SpanReaderPluginClient) FindTraceIDs(ctx context.Context, in *storage_v1.FindTraceIDsRequest, ...) (*storage_v1.FindTraceIDsResponse, error)
- func (_m *SpanReaderPluginClient) FindTraces(ctx context.Context, in *storage_v1.FindTracesRequest, opts ...grpc.CallOption) (storage_v1.SpanReaderPlugin_FindTracesClient, error)
- func (_m *SpanReaderPluginClient) GetOperations(ctx context.Context, in *storage_v1.GetOperationsRequest, ...) (*storage_v1.GetOperationsResponse, error)
- func (_m *SpanReaderPluginClient) GetServices(ctx context.Context, in *storage_v1.GetServicesRequest, ...) (*storage_v1.GetServicesResponse, error)
- func (_m *SpanReaderPluginClient) GetTrace(ctx context.Context, in *storage_v1.GetTraceRequest, opts ...grpc.CallOption) (storage_v1.SpanReaderPlugin_GetTraceClient, error)
- type SpanReaderPluginServer
- func (_m *SpanReaderPluginServer) FindTraceIDs(_a0 context.Context, _a1 *storage_v1.FindTraceIDsRequest) (*storage_v1.FindTraceIDsResponse, error)
- func (_m *SpanReaderPluginServer) FindTraces(_a0 *storage_v1.FindTracesRequest, ...) error
- func (_m *SpanReaderPluginServer) GetOperations(_a0 context.Context, _a1 *storage_v1.GetOperationsRequest) (*storage_v1.GetOperationsResponse, error)
- func (_m *SpanReaderPluginServer) GetServices(_a0 context.Context, _a1 *storage_v1.GetServicesRequest) (*storage_v1.GetServicesResponse, error)
- func (_m *SpanReaderPluginServer) GetTrace(_a0 *storage_v1.GetTraceRequest, ...) error
- type SpanReaderPlugin_FindTracesClient
- func (_m *SpanReaderPlugin_FindTracesClient) CloseSend() error
- func (_m *SpanReaderPlugin_FindTracesClient) Context() context.Context
- func (_m *SpanReaderPlugin_FindTracesClient) Header() (metadata.MD, error)
- func (_m *SpanReaderPlugin_FindTracesClient) Recv() (*storage_v1.SpansResponseChunk, error)
- func (_m *SpanReaderPlugin_FindTracesClient) RecvMsg(m interface{}) error
- func (_m *SpanReaderPlugin_FindTracesClient) SendMsg(m interface{}) error
- func (_m *SpanReaderPlugin_FindTracesClient) Trailer() metadata.MD
- type SpanReaderPlugin_FindTracesServer
- func (_m *SpanReaderPlugin_FindTracesServer) Context() context.Context
- func (_m *SpanReaderPlugin_FindTracesServer) RecvMsg(m interface{}) error
- func (_m *SpanReaderPlugin_FindTracesServer) Send(_a0 *storage_v1.SpansResponseChunk) error
- func (_m *SpanReaderPlugin_FindTracesServer) SendHeader(_a0 metadata.MD) error
- func (_m *SpanReaderPlugin_FindTracesServer) SendMsg(m interface{}) error
- func (_m *SpanReaderPlugin_FindTracesServer) SetHeader(_a0 metadata.MD) error
- func (_m *SpanReaderPlugin_FindTracesServer) SetTrailer(_a0 metadata.MD)
- type SpanReaderPlugin_GetTraceClient
- func (_m *SpanReaderPlugin_GetTraceClient) CloseSend() error
- func (_m *SpanReaderPlugin_GetTraceClient) Context() context.Context
- func (_m *SpanReaderPlugin_GetTraceClient) Header() (metadata.MD, error)
- func (_m *SpanReaderPlugin_GetTraceClient) Recv() (*storage_v1.SpansResponseChunk, error)
- func (_m *SpanReaderPlugin_GetTraceClient) RecvMsg(m interface{}) error
- func (_m *SpanReaderPlugin_GetTraceClient) SendMsg(m interface{}) error
- func (_m *SpanReaderPlugin_GetTraceClient) Trailer() metadata.MD
- type SpanReaderPlugin_GetTraceServer
- func (_m *SpanReaderPlugin_GetTraceServer) Context() context.Context
- func (_m *SpanReaderPlugin_GetTraceServer) RecvMsg(m interface{}) error
- func (_m *SpanReaderPlugin_GetTraceServer) Send(_a0 *storage_v1.SpansResponseChunk) error
- func (_m *SpanReaderPlugin_GetTraceServer) SendHeader(_a0 metadata.MD) error
- func (_m *SpanReaderPlugin_GetTraceServer) SendMsg(m interface{}) error
- func (_m *SpanReaderPlugin_GetTraceServer) SetHeader(_a0 metadata.MD) error
- func (_m *SpanReaderPlugin_GetTraceServer) SetTrailer(_a0 metadata.MD)
- type SpanWriterPluginClient
- type SpanWriterPluginServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DependenciesReaderPluginClient ¶
DependenciesReaderPluginClient is an autogenerated mock type for the DependenciesReaderPluginClient type
func (*DependenciesReaderPluginClient) GetDependencies ¶
func (_m *DependenciesReaderPluginClient) GetDependencies(ctx context.Context, in *storage_v1.GetDependenciesRequest, opts ...grpc.CallOption) (*storage_v1.GetDependenciesResponse, error)
GetDependencies provides a mock function with given fields: ctx, in, opts
type DependenciesReaderPluginServer ¶
DependenciesReaderPluginServer is an autogenerated mock type for the DependenciesReaderPluginServer type
func (*DependenciesReaderPluginServer) GetDependencies ¶
func (_m *DependenciesReaderPluginServer) GetDependencies(_a0 context.Context, _a1 *storage_v1.GetDependenciesRequest) (*storage_v1.GetDependenciesResponse, error)
GetDependencies provides a mock function with given fields: _a0, _a1
type SpanReaderPluginClient ¶
SpanReaderPluginClient is an autogenerated mock type for the SpanReaderPluginClient type
func (*SpanReaderPluginClient) FindTraceIDs ¶
func (_m *SpanReaderPluginClient) FindTraceIDs(ctx context.Context, in *storage_v1.FindTraceIDsRequest, opts ...grpc.CallOption) (*storage_v1.FindTraceIDsResponse, error)
FindTraceIDs provides a mock function with given fields: ctx, in, opts
func (*SpanReaderPluginClient) FindTraces ¶
func (_m *SpanReaderPluginClient) FindTraces(ctx context.Context, in *storage_v1.FindTracesRequest, opts ...grpc.CallOption) (storage_v1.SpanReaderPlugin_FindTracesClient, error)
FindTraces provides a mock function with given fields: ctx, in, opts
func (*SpanReaderPluginClient) GetOperations ¶
func (_m *SpanReaderPluginClient) GetOperations(ctx context.Context, in *storage_v1.GetOperationsRequest, opts ...grpc.CallOption) (*storage_v1.GetOperationsResponse, error)
GetOperations provides a mock function with given fields: ctx, in, opts
func (*SpanReaderPluginClient) GetServices ¶
func (_m *SpanReaderPluginClient) GetServices(ctx context.Context, in *storage_v1.GetServicesRequest, opts ...grpc.CallOption) (*storage_v1.GetServicesResponse, error)
GetServices provides a mock function with given fields: ctx, in, opts
func (*SpanReaderPluginClient) GetTrace ¶
func (_m *SpanReaderPluginClient) GetTrace(ctx context.Context, in *storage_v1.GetTraceRequest, opts ...grpc.CallOption) (storage_v1.SpanReaderPlugin_GetTraceClient, error)
GetTrace provides a mock function with given fields: ctx, in, opts
type SpanReaderPluginServer ¶
SpanReaderPluginServer is an autogenerated mock type for the SpanReaderPluginServer type
func (*SpanReaderPluginServer) FindTraceIDs ¶
func (_m *SpanReaderPluginServer) FindTraceIDs(_a0 context.Context, _a1 *storage_v1.FindTraceIDsRequest) (*storage_v1.FindTraceIDsResponse, error)
FindTraceIDs provides a mock function with given fields: _a0, _a1
func (*SpanReaderPluginServer) FindTraces ¶
func (_m *SpanReaderPluginServer) FindTraces(_a0 *storage_v1.FindTracesRequest, _a1 storage_v1.SpanReaderPlugin_FindTracesServer) error
FindTraces provides a mock function with given fields: _a0, _a1
func (*SpanReaderPluginServer) GetOperations ¶
func (_m *SpanReaderPluginServer) GetOperations(_a0 context.Context, _a1 *storage_v1.GetOperationsRequest) (*storage_v1.GetOperationsResponse, error)
GetOperations provides a mock function with given fields: _a0, _a1
func (*SpanReaderPluginServer) GetServices ¶
func (_m *SpanReaderPluginServer) GetServices(_a0 context.Context, _a1 *storage_v1.GetServicesRequest) (*storage_v1.GetServicesResponse, error)
GetServices provides a mock function with given fields: _a0, _a1
func (*SpanReaderPluginServer) GetTrace ¶
func (_m *SpanReaderPluginServer) GetTrace(_a0 *storage_v1.GetTraceRequest, _a1 storage_v1.SpanReaderPlugin_GetTraceServer) error
GetTrace provides a mock function with given fields: _a0, _a1
type SpanReaderPlugin_FindTracesClient ¶
SpanReaderPlugin_FindTracesClient is an autogenerated mock type for the SpanReaderPlugin_FindTracesClient type
func (*SpanReaderPlugin_FindTracesClient) CloseSend ¶
func (_m *SpanReaderPlugin_FindTracesClient) CloseSend() error
CloseSend provides a mock function with given fields:
func (*SpanReaderPlugin_FindTracesClient) Context ¶
func (_m *SpanReaderPlugin_FindTracesClient) Context() context.Context
Context provides a mock function with given fields:
func (*SpanReaderPlugin_FindTracesClient) Header ¶
func (_m *SpanReaderPlugin_FindTracesClient) Header() (metadata.MD, error)
Header provides a mock function with given fields:
func (*SpanReaderPlugin_FindTracesClient) Recv ¶
func (_m *SpanReaderPlugin_FindTracesClient) Recv() (*storage_v1.SpansResponseChunk, error)
Recv provides a mock function with given fields:
func (*SpanReaderPlugin_FindTracesClient) RecvMsg ¶
func (_m *SpanReaderPlugin_FindTracesClient) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_FindTracesClient) SendMsg ¶
func (_m *SpanReaderPlugin_FindTracesClient) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_FindTracesClient) Trailer ¶
func (_m *SpanReaderPlugin_FindTracesClient) Trailer() metadata.MD
Trailer provides a mock function with given fields:
type SpanReaderPlugin_FindTracesServer ¶
SpanReaderPlugin_FindTracesServer is an autogenerated mock type for the SpanReaderPlugin_FindTracesServer type
func (*SpanReaderPlugin_FindTracesServer) Context ¶
func (_m *SpanReaderPlugin_FindTracesServer) Context() context.Context
Context provides a mock function with given fields:
func (*SpanReaderPlugin_FindTracesServer) RecvMsg ¶
func (_m *SpanReaderPlugin_FindTracesServer) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_FindTracesServer) Send ¶
func (_m *SpanReaderPlugin_FindTracesServer) Send(_a0 *storage_v1.SpansResponseChunk) error
Send provides a mock function with given fields: _a0
func (*SpanReaderPlugin_FindTracesServer) SendHeader ¶
func (_m *SpanReaderPlugin_FindTracesServer) SendHeader(_a0 metadata.MD) error
SendHeader provides a mock function with given fields: _a0
func (*SpanReaderPlugin_FindTracesServer) SendMsg ¶
func (_m *SpanReaderPlugin_FindTracesServer) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_FindTracesServer) SetHeader ¶
func (_m *SpanReaderPlugin_FindTracesServer) SetHeader(_a0 metadata.MD) error
SetHeader provides a mock function with given fields: _a0
func (*SpanReaderPlugin_FindTracesServer) SetTrailer ¶
func (_m *SpanReaderPlugin_FindTracesServer) SetTrailer(_a0 metadata.MD)
SetTrailer provides a mock function with given fields: _a0
type SpanReaderPlugin_GetTraceClient ¶
SpanReaderPlugin_GetTraceClient is an autogenerated mock type for the SpanReaderPlugin_GetTraceClient type
func (*SpanReaderPlugin_GetTraceClient) CloseSend ¶
func (_m *SpanReaderPlugin_GetTraceClient) CloseSend() error
CloseSend provides a mock function with given fields:
func (*SpanReaderPlugin_GetTraceClient) Context ¶
func (_m *SpanReaderPlugin_GetTraceClient) Context() context.Context
Context provides a mock function with given fields:
func (*SpanReaderPlugin_GetTraceClient) Header ¶
func (_m *SpanReaderPlugin_GetTraceClient) Header() (metadata.MD, error)
Header provides a mock function with given fields:
func (*SpanReaderPlugin_GetTraceClient) Recv ¶
func (_m *SpanReaderPlugin_GetTraceClient) Recv() (*storage_v1.SpansResponseChunk, error)
Recv provides a mock function with given fields:
func (*SpanReaderPlugin_GetTraceClient) RecvMsg ¶
func (_m *SpanReaderPlugin_GetTraceClient) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_GetTraceClient) SendMsg ¶
func (_m *SpanReaderPlugin_GetTraceClient) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_GetTraceClient) Trailer ¶
func (_m *SpanReaderPlugin_GetTraceClient) Trailer() metadata.MD
Trailer provides a mock function with given fields:
type SpanReaderPlugin_GetTraceServer ¶
SpanReaderPlugin_GetTraceServer is an autogenerated mock type for the SpanReaderPlugin_GetTraceServer type
func (*SpanReaderPlugin_GetTraceServer) Context ¶
func (_m *SpanReaderPlugin_GetTraceServer) Context() context.Context
Context provides a mock function with given fields:
func (*SpanReaderPlugin_GetTraceServer) RecvMsg ¶
func (_m *SpanReaderPlugin_GetTraceServer) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_GetTraceServer) Send ¶
func (_m *SpanReaderPlugin_GetTraceServer) Send(_a0 *storage_v1.SpansResponseChunk) error
Send provides a mock function with given fields: _a0
func (*SpanReaderPlugin_GetTraceServer) SendHeader ¶
func (_m *SpanReaderPlugin_GetTraceServer) SendHeader(_a0 metadata.MD) error
SendHeader provides a mock function with given fields: _a0
func (*SpanReaderPlugin_GetTraceServer) SendMsg ¶
func (_m *SpanReaderPlugin_GetTraceServer) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*SpanReaderPlugin_GetTraceServer) SetHeader ¶
func (_m *SpanReaderPlugin_GetTraceServer) SetHeader(_a0 metadata.MD) error
SetHeader provides a mock function with given fields: _a0
func (*SpanReaderPlugin_GetTraceServer) SetTrailer ¶
func (_m *SpanReaderPlugin_GetTraceServer) SetTrailer(_a0 metadata.MD)
SetTrailer provides a mock function with given fields: _a0
type SpanWriterPluginClient ¶
SpanWriterPluginClient is an autogenerated mock type for the SpanWriterPluginClient type
func (*SpanWriterPluginClient) WriteSpan ¶
func (_m *SpanWriterPluginClient) WriteSpan(ctx context.Context, in *storage_v1.WriteSpanRequest, opts ...grpc.CallOption) (*storage_v1.WriteSpanResponse, error)
WriteSpan provides a mock function with given fields: ctx, in, opts
type SpanWriterPluginServer ¶
SpanWriterPluginServer is an autogenerated mock type for the SpanWriterPluginServer type
func (*SpanWriterPluginServer) WriteSpan ¶
func (_m *SpanWriterPluginServer) WriteSpan(_a0 context.Context, _a1 *storage_v1.WriteSpanRequest) (*storage_v1.WriteSpanResponse, error)
WriteSpan provides a mock function with given fields: _a0, _a1
Source Files ¶
- DependenciesReaderPluginClient.go
- DependenciesReaderPluginServer.go
- SpanReaderPluginClient.go
- SpanReaderPluginServer.go
- SpanReaderPlugin_FindTracesClient.go
- SpanReaderPlugin_FindTracesServer.go
- SpanReaderPlugin_GetTraceClient.go
- SpanReaderPlugin_GetTraceServer.go
- SpanWriterPluginClient.go
- SpanWriterPluginServer.go