Documentation ¶
Index ¶
- type ReportServiceClient
- func (_m *ReportServiceClient) CollectReportFinding(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (_m *ReportServiceClient) GetReportFinding(ctx context.Context, in *report.GetReportFindingRequest, ...) (*report.GetReportFindingResponse, error)
- func (_m *ReportServiceClient) GetReportFindingAll(ctx context.Context, in *report.GetReportFindingAllRequest, ...) (*report.GetReportFindingAllResponse, error)
- type ReportServiceServer
- func (_m *ReportServiceServer) CollectReportFinding(_a0 context.Context, _a1 *emptypb.Empty) (*emptypb.Empty, error)
- func (_m *ReportServiceServer) GetReportFinding(_a0 context.Context, _a1 *report.GetReportFindingRequest) (*report.GetReportFindingResponse, error)
- func (_m *ReportServiceServer) GetReportFindingAll(_a0 context.Context, _a1 *report.GetReportFindingAllRequest) (*report.GetReportFindingAllResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportServiceClient ¶
ReportServiceClient is an autogenerated mock type for the ReportServiceClient type
func (*ReportServiceClient) CollectReportFinding ¶
func (_m *ReportServiceClient) CollectReportFinding(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*emptypb.Empty, error)
CollectReportFinding provides a mock function with given fields: ctx, in, opts
func (*ReportServiceClient) GetReportFinding ¶
func (_m *ReportServiceClient) GetReportFinding(ctx context.Context, in *report.GetReportFindingRequest, opts ...grpc.CallOption) (*report.GetReportFindingResponse, error)
GetReportFinding provides a mock function with given fields: ctx, in, opts
func (*ReportServiceClient) GetReportFindingAll ¶
func (_m *ReportServiceClient) GetReportFindingAll(ctx context.Context, in *report.GetReportFindingAllRequest, opts ...grpc.CallOption) (*report.GetReportFindingAllResponse, error)
GetReportFindingAll provides a mock function with given fields: ctx, in, opts
type ReportServiceServer ¶
ReportServiceServer is an autogenerated mock type for the ReportServiceServer type
func (*ReportServiceServer) CollectReportFinding ¶
func (_m *ReportServiceServer) CollectReportFinding(_a0 context.Context, _a1 *emptypb.Empty) (*emptypb.Empty, error)
CollectReportFinding provides a mock function with given fields: _a0, _a1
func (*ReportServiceServer) GetReportFinding ¶
func (_m *ReportServiceServer) GetReportFinding(_a0 context.Context, _a1 *report.GetReportFindingRequest) (*report.GetReportFindingResponse, error)
GetReportFinding provides a mock function with given fields: _a0, _a1
func (*ReportServiceServer) GetReportFindingAll ¶
func (_m *ReportServiceServer) GetReportFindingAll(_a0 context.Context, _a1 *report.GetReportFindingAllRequest) (*report.GetReportFindingAllResponse, error)
GetReportFindingAll provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.