Documentation
¶
Index ¶
- type ThumbnailService
- type ThumbnailService_Expecter
- type ThumbnailService_GetThumbnail_Call
- func (_c *ThumbnailService_GetThumbnail_Call) Return(_a0 *v0.GetThumbnailResponse, _a1 error) *ThumbnailService_GetThumbnail_Call
- func (_c *ThumbnailService_GetThumbnail_Call) Run(...) *ThumbnailService_GetThumbnail_Call
- func (_c *ThumbnailService_GetThumbnail_Call) RunAndReturn(...) *ThumbnailService_GetThumbnail_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThumbnailService ¶
ThumbnailService is an autogenerated mock type for the ThumbnailService type
func NewThumbnailService ¶
func NewThumbnailService(t interface {
mock.TestingT
Cleanup(func())
}) *ThumbnailService
NewThumbnailService creates a new instance of ThumbnailService. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ThumbnailService) EXPECT ¶
func (_m *ThumbnailService) EXPECT() *ThumbnailService_Expecter
func (*ThumbnailService) GetThumbnail ¶
func (_m *ThumbnailService) GetThumbnail(ctx context.Context, in *v0.GetThumbnailRequest, opts ...client.CallOption) (*v0.GetThumbnailResponse, error)
GetThumbnail provides a mock function with given fields: ctx, in, opts
type ThumbnailService_Expecter ¶
type ThumbnailService_Expecter struct {
// contains filtered or unexported fields
}
func (*ThumbnailService_Expecter) GetThumbnail ¶
func (_e *ThumbnailService_Expecter) GetThumbnail(ctx interface{}, in interface{}, opts ...interface{}) *ThumbnailService_GetThumbnail_Call
GetThumbnail is a helper method to define mock.On call
- ctx context.Context
- in *v0.GetThumbnailRequest
- opts ...client.CallOption
type ThumbnailService_GetThumbnail_Call ¶
ThumbnailService_GetThumbnail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetThumbnail'
func (*ThumbnailService_GetThumbnail_Call) Return ¶
func (_c *ThumbnailService_GetThumbnail_Call) Return(_a0 *v0.GetThumbnailResponse, _a1 error) *ThumbnailService_GetThumbnail_Call
func (*ThumbnailService_GetThumbnail_Call) Run ¶
func (_c *ThumbnailService_GetThumbnail_Call) Run(run func(ctx context.Context, in *v0.GetThumbnailRequest, opts ...client.CallOption)) *ThumbnailService_GetThumbnail_Call
func (*ThumbnailService_GetThumbnail_Call) RunAndReturn ¶
func (_c *ThumbnailService_GetThumbnail_Call) RunAndReturn(run func(context.Context, *v0.GetThumbnailRequest, ...client.CallOption) (*v0.GetThumbnailResponse, error)) *ThumbnailService_GetThumbnail_Call
Click to show internal directories.
Click to hide internal directories.