Documentation
¶
Overview ¶
Package mock_appnet is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppNetClient ¶
type MockAppNetClient struct {
// contains filtered or unexported fields
}
MockAppNetClient is a mock of AppNetClient interface.
func NewMockAppNetClient ¶
func NewMockAppNetClient(ctrl *gomock.Controller) *MockAppNetClient
NewMockAppNetClient creates a new mock instance.
func (*MockAppNetClient) DrainInboundConnections ¶
func (m *MockAppNetClient) DrainInboundConnections(arg0, arg1 string) error
DrainInboundConnections mocks base method.
func (*MockAppNetClient) EXPECT ¶
func (m *MockAppNetClient) EXPECT() *MockAppNetClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAppNetClient) GetStats ¶
func (m *MockAppNetClient) GetStats(arg0, arg1 string) (map[string]*io_prometheus_client.MetricFamily, error)
GetStats mocks base method.
type MockAppNetClientMockRecorder ¶
type MockAppNetClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAppNetClientMockRecorder is the mock recorder for MockAppNetClient.
func (*MockAppNetClientMockRecorder) DrainInboundConnections ¶
func (mr *MockAppNetClientMockRecorder) DrainInboundConnections(arg0, arg1 interface{}) *gomock.Call
DrainInboundConnections indicates an expected call of DrainInboundConnections.
func (*MockAppNetClientMockRecorder) GetStats ¶
func (mr *MockAppNetClientMockRecorder) GetStats(arg0, arg1 interface{}) *gomock.Call
GetStats indicates an expected call of GetStats.
Click to show internal directories.
Click to hide internal directories.