Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockControl ¶
type MockControl struct {
// contains filtered or unexported fields
}
Mock of Control interface
func NewMockControl ¶
func NewMockControl(ctrl *gomock.Controller) *MockControl
func (*MockControl) EXPECT ¶
func (_m *MockControl) EXPECT() *_MockControlRecorder
func (*MockControl) Exists ¶
func (_m *MockControl) Exists(_param0 string) bool
func (*MockControl) Init ¶
func (_m *MockControl) Init() error
func (*MockControl) Remove ¶
func (_m *MockControl) Remove(_param0 string) error
Click to show internal directories.
Click to hide internal directories.