Documentation ¶
Overview ¶
Package mock_fileservicepropertiesclient is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) Get(ctx context.Context, resourceGroupName, resourceName string) (*armstorage.FileServiceProperties, error)
- func (m *MockInterface) Set(ctx context.Context, resourceGroupName, resourceName string, ...) (*armstorage.FileServiceProperties, error)
- type MockInterfaceGetCall
- type MockInterfaceMockRecorder
- type MockInterfaceSetCall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) Get ¶
func (m *MockInterface) Get(ctx context.Context, resourceGroupName, resourceName string) (*armstorage.FileServiceProperties, error)
Get mocks base method.
func (*MockInterface) Set ¶
func (m *MockInterface) Set(ctx context.Context, resourceGroupName, resourceName string, parameters armstorage.FileServiceProperties) (*armstorage.FileServiceProperties, error)
Set mocks base method.
type MockInterfaceGetCall ¶ added in v0.2.2
MockInterfaceGetCall wrap *gomock.Call
func (*MockInterfaceGetCall) Do ¶ added in v0.2.2
func (c *MockInterfaceGetCall) Do(f func(context.Context, string, string) (*armstorage.FileServiceProperties, error)) *MockInterfaceGetCall
Do rewrite *gomock.Call.Do
func (*MockInterfaceGetCall) DoAndReturn ¶ added in v0.2.2
func (c *MockInterfaceGetCall) DoAndReturn(f func(context.Context, string, string) (*armstorage.FileServiceProperties, error)) *MockInterfaceGetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInterfaceGetCall) Return ¶ added in v0.2.2
func (c *MockInterfaceGetCall) Return(arg0 *armstorage.FileServiceProperties, arg1 error) *MockInterfaceGetCall
Return rewrite *gomock.Call.Return
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Get ¶
func (mr *MockInterfaceMockRecorder) Get(ctx, resourceGroupName, resourceName any) *MockInterfaceGetCall
Get indicates an expected call of Get.
func (*MockInterfaceMockRecorder) Set ¶
func (mr *MockInterfaceMockRecorder) Set(ctx, resourceGroupName, resourceName, parameters any) *MockInterfaceSetCall
Set indicates an expected call of Set.
type MockInterfaceSetCall ¶ added in v0.2.2
MockInterfaceSetCall wrap *gomock.Call
func (*MockInterfaceSetCall) Do ¶ added in v0.2.2
func (c *MockInterfaceSetCall) Do(f func(context.Context, string, string, armstorage.FileServiceProperties) (*armstorage.FileServiceProperties, error)) *MockInterfaceSetCall
Do rewrite *gomock.Call.Do
func (*MockInterfaceSetCall) DoAndReturn ¶ added in v0.2.2
func (c *MockInterfaceSetCall) DoAndReturn(f func(context.Context, string, string, armstorage.FileServiceProperties) (*armstorage.FileServiceProperties, error)) *MockInterfaceSetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockInterfaceSetCall) Return ¶ added in v0.2.2
func (c *MockInterfaceSetCall) Return(arg0 *armstorage.FileServiceProperties, arg1 error) *MockInterfaceSetCall
Return rewrite *gomock.Call.Return