Documentation
¶
Overview ¶
Package mock_monitoring is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFRRClient ¶
type MockFRRClient struct {
// contains filtered or unexported fields
}
MockFRRClient is a mock of FRRClient interface.
func NewMockFRRClient ¶
func NewMockFRRClient(ctrl *gomock.Controller) *MockFRRClient
NewMockFRRClient creates a new mock instance.
func (*MockFRRClient) EXPECT ¶
func (m *MockFRRClient) EXPECT() *MockFRRClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFRRClient) ExecuteWithJSON ¶
func (m *MockFRRClient) ExecuteWithJSON(arg0 []string) []byte
ExecuteWithJSON mocks base method.
type MockFRRClientMockRecorder ¶
type MockFRRClientMockRecorder struct {
// contains filtered or unexported fields
}
MockFRRClientMockRecorder is the mock recorder for MockFRRClient.
func (*MockFRRClientMockRecorder) ExecuteWithJSON ¶
func (mr *MockFRRClientMockRecorder) ExecuteWithJSON(arg0 interface{}) *gomock.Call
ExecuteWithJSON indicates an expected call of ExecuteWithJSON.
Click to show internal directories.
Click to hide internal directories.