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 MockAgentClient ¶
type MockAgentClient struct {
// contains filtered or unexported fields
}
MockAgentClient is a mock of AgentClient interface
func NewMockAgentClient ¶
func NewMockAgentClient(ctrl *gomock.Controller) *MockAgentClient
NewMockAgentClient creates a new mock instance
func (*MockAgentClient) EXPECT ¶
func (m *MockAgentClient) EXPECT() *MockAgentClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockAgentClient) GetHostname ¶
func (m *MockAgentClient) GetHostname(arg0 context.Context, arg1 *pb.HostnameRequest, arg2 ...grpc.CallOption) (*pb.HostnameReply, error)
GetHostname mocks base method
type MockAgentClientMockRecorder ¶
type MockAgentClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAgentClientMockRecorder is the mock recorder for MockAgentClient
func (*MockAgentClientMockRecorder) GetHostname ¶
func (mr *MockAgentClientMockRecorder) GetHostname(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetHostname indicates an expected call of GetHostname
Click to show internal directories.
Click to hide internal directories.