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