Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSystemInfoClient ¶
type MockSystemInfoClient struct {
// contains filtered or unexported fields
}
MockSystemInfoClient is a mock of SystemInfoClient interface
func NewMockSystemInfoClient ¶
func NewMockSystemInfoClient(ctrl *gomock.Controller) *MockSystemInfoClient
NewMockSystemInfoClient creates a new mock instance
func (*MockSystemInfoClient) EXPECT ¶
func (m *MockSystemInfoClient) EXPECT() *MockSystemInfoClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSystemInfoClient) ProjectInfo ¶
func (m *MockSystemInfoClient) ProjectInfo(arg0 context.Context, arg1 *empty.Empty, arg2 ...grpc.CallOption) (*sysinfo.ProjectInfoResponse, error)
ProjectInfo mocks base method
type MockSystemInfoClientMockRecorder ¶
type MockSystemInfoClientMockRecorder struct {
// contains filtered or unexported fields
}
MockSystemInfoClientMockRecorder is the mock recorder for MockSystemInfoClient
func (*MockSystemInfoClientMockRecorder) ProjectInfo ¶
func (mr *MockSystemInfoClientMockRecorder) ProjectInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ProjectInfo indicates an expected call of ProjectInfo
Click to show internal directories.
Click to hide internal directories.