Documentation ¶
Overview ¶
Package mock_fsx is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFSxClient ¶
type MockFSxClient struct {
// contains filtered or unexported fields
}
MockFSxClient is a mock of FSxClient interface
func NewMockFSxClient ¶
func NewMockFSxClient(ctrl *gomock.Controller) *MockFSxClient
NewMockFSxClient creates a new mock instance
func (*MockFSxClient) DescribeFileSystems ¶
func (m *MockFSxClient) DescribeFileSystems(arg0 *fsx.DescribeFileSystemsInput) (*fsx.DescribeFileSystemsOutput, error)
DescribeFileSystems mocks base method
func (*MockFSxClient) EXPECT ¶
func (m *MockFSxClient) EXPECT() *MockFSxClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockFSxClientMockRecorder ¶
type MockFSxClientMockRecorder struct {
// contains filtered or unexported fields
}
MockFSxClientMockRecorder is the mock recorder for MockFSxClient
func (*MockFSxClientMockRecorder) DescribeFileSystems ¶
func (mr *MockFSxClientMockRecorder) DescribeFileSystems(arg0 interface{}) *gomock.Call
DescribeFileSystems indicates an expected call of DescribeFileSystems
Click to show internal directories.
Click to hide internal directories.