Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExpanderClient ¶
type MockExpanderClient struct {
// contains filtered or unexported fields
}
MockExpanderClient is a mock of ExpanderClient interface.
func NewMockExpanderClient ¶
func NewMockExpanderClient(ctrl *gomock.Controller) *MockExpanderClient
NewMockExpanderClient creates a new mock instance.
func (*MockExpanderClient) BestOptions ¶
func (m *MockExpanderClient) BestOptions(ctx context.Context, in *protos.BestOptionsRequest, opts ...grpc.CallOption) (*protos.BestOptionsResponse, error)
BestOptions mocks base method.
func (*MockExpanderClient) EXPECT ¶
func (m *MockExpanderClient) EXPECT() *MockExpanderClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExpanderClientMockRecorder ¶
type MockExpanderClientMockRecorder struct {
// contains filtered or unexported fields
}
MockExpanderClientMockRecorder is the mock recorder for MockExpanderClient.
func (*MockExpanderClientMockRecorder) BestOptions ¶
func (mr *MockExpanderClientMockRecorder) BestOptions(ctx, in interface{}, opts ...interface{}) *gomock.Call
BestOptions indicates an expected call of BestOptions.
type MockExpanderServer ¶
type MockExpanderServer struct {
// contains filtered or unexported fields
}
MockExpanderServer is a mock of ExpanderServer interface.
func NewMockExpanderServer ¶
func NewMockExpanderServer(ctrl *gomock.Controller) *MockExpanderServer
NewMockExpanderServer creates a new mock instance.
func (*MockExpanderServer) BestOptions ¶
func (m *MockExpanderServer) BestOptions(arg0 context.Context, arg1 *protos.BestOptionsRequest) (*protos.BestOptionsResponse, error)
BestOptions mocks base method.
func (*MockExpanderServer) EXPECT ¶
func (m *MockExpanderServer) EXPECT() *MockExpanderServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExpanderServerMockRecorder ¶
type MockExpanderServerMockRecorder struct {
// contains filtered or unexported fields
}
MockExpanderServerMockRecorder is the mock recorder for MockExpanderServer.
func (*MockExpanderServerMockRecorder) BestOptions ¶
func (mr *MockExpanderServerMockRecorder) BestOptions(arg0, arg1 interface{}) *gomock.Call
BestOptions indicates an expected call of BestOptions.