Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReporterService ¶
ReporterService is an autogenerated mock type for the ReporterService type
func NewReporterService ¶
func NewReporterService(t mockConstructorTestingTNewReporterService) *ReporterService
NewReporterService creates a new instance of ReporterService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ReporterService) CreateFile ¶
func (_m *ReporterService) CreateFile(ctx context.Context, in *reporterpb.ReportFile, opts ...client.CallOption) (*reporterpb.CreateFileResponse, error)
CreateFile provides a mock function with given fields: ctx, in, opts
type ReporterServiceHandler ¶
ReporterServiceHandler is an autogenerated mock type for the ReporterServiceHandler type
func NewReporterServiceHandler ¶
func NewReporterServiceHandler(t mockConstructorTestingTNewReporterServiceHandler) *ReporterServiceHandler
NewReporterServiceHandler creates a new instance of ReporterServiceHandler. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ReporterServiceHandler) CreateFile ¶
func (_m *ReporterServiceHandler) CreateFile(_a0 context.Context, _a1 *reporterpb.ReportFile, _a2 *reporterpb.CreateFileResponse) error
CreateFile provides a mock function with given fields: _a0, _a1, _a2