Documentation ¶
Overview ¶
Package test is a generated GoMock package.
Index ¶
- func GetConfig() config.Config
- type MockDeviceQueueServiceClient
- func (m *MockDeviceQueueServiceClient) EXPECT() *MockDeviceQueueServiceClientMockRecorder
- func (m *MockDeviceQueueServiceClient) Enqueue(arg0 context.Context, arg1 *api.EnqueueDeviceQueueItemRequest, ...) (*api.EnqueueDeviceQueueItemResponse, error)
- func (m *MockDeviceQueueServiceClient) Flush(arg0 context.Context, arg1 *api.FlushDeviceQueueRequest, ...) (*emptypb.Empty, error)
- func (m *MockDeviceQueueServiceClient) List(arg0 context.Context, arg1 *api.ListDeviceQueueItemsRequest, ...) (*api.ListDeviceQueueItemsResponse, error)
- type MockDeviceQueueServiceClientMockRecorder
- func (mr *MockDeviceQueueServiceClientMockRecorder) Enqueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDeviceQueueServiceClientMockRecorder) Flush(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDeviceQueueServiceClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockDeviceQueueServiceClient ¶
type MockDeviceQueueServiceClient struct {
// contains filtered or unexported fields
}
MockDeviceQueueServiceClient is a mock of DeviceQueueServiceClient interface
func NewMockDeviceQueueServiceClient ¶
func NewMockDeviceQueueServiceClient(ctrl *gomock.Controller) *MockDeviceQueueServiceClient
NewMockDeviceQueueServiceClient creates a new mock instance
func (*MockDeviceQueueServiceClient) EXPECT ¶
func (m *MockDeviceQueueServiceClient) EXPECT() *MockDeviceQueueServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDeviceQueueServiceClient) Enqueue ¶
func (m *MockDeviceQueueServiceClient) Enqueue(arg0 context.Context, arg1 *api.EnqueueDeviceQueueItemRequest, arg2 ...grpc.CallOption) (*api.EnqueueDeviceQueueItemResponse, error)
Enqueue mocks base method
func (*MockDeviceQueueServiceClient) Flush ¶
func (m *MockDeviceQueueServiceClient) Flush(arg0 context.Context, arg1 *api.FlushDeviceQueueRequest, arg2 ...grpc.CallOption) (*emptypb.Empty, error)
Flush mocks base method
func (*MockDeviceQueueServiceClient) List ¶
func (m *MockDeviceQueueServiceClient) List(arg0 context.Context, arg1 *api.ListDeviceQueueItemsRequest, arg2 ...grpc.CallOption) (*api.ListDeviceQueueItemsResponse, error)
List mocks base method
type MockDeviceQueueServiceClientMockRecorder ¶
type MockDeviceQueueServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDeviceQueueServiceClientMockRecorder is the mock recorder for MockDeviceQueueServiceClient
func (*MockDeviceQueueServiceClientMockRecorder) Enqueue ¶
func (mr *MockDeviceQueueServiceClientMockRecorder) Enqueue(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Enqueue indicates an expected call of Enqueue
func (*MockDeviceQueueServiceClientMockRecorder) Flush ¶
func (mr *MockDeviceQueueServiceClientMockRecorder) Flush(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Flush indicates an expected call of Flush
func (*MockDeviceQueueServiceClientMockRecorder) List ¶
func (mr *MockDeviceQueueServiceClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
List indicates an expected call of List
Click to show internal directories.
Click to hide internal directories.