Documentation ¶
Overview ¶
Package mobilemock is a generated GoMock package.
Index ¶
- type MockMobileAPI
- func (m *MockMobileAPI) CreateProject(arg0 *mobile.CreateProjectInput) (*mobile.CreateProjectOutput, error)
- func (m *MockMobileAPI) CreateProjectRequest(arg0 *mobile.CreateProjectInput) (*request.Request, *mobile.CreateProjectOutput)
- func (m *MockMobileAPI) CreateProjectWithContext(arg0 context.Context, arg1 *mobile.CreateProjectInput, arg2 ...request.Option) (*mobile.CreateProjectOutput, error)
- func (m *MockMobileAPI) DeleteProject(arg0 *mobile.DeleteProjectInput) (*mobile.DeleteProjectOutput, error)
- func (m *MockMobileAPI) DeleteProjectRequest(arg0 *mobile.DeleteProjectInput) (*request.Request, *mobile.DeleteProjectOutput)
- func (m *MockMobileAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *mobile.DeleteProjectInput, arg2 ...request.Option) (*mobile.DeleteProjectOutput, error)
- func (m *MockMobileAPI) DescribeBundle(arg0 *mobile.DescribeBundleInput) (*mobile.DescribeBundleOutput, error)
- func (m *MockMobileAPI) DescribeBundleRequest(arg0 *mobile.DescribeBundleInput) (*request.Request, *mobile.DescribeBundleOutput)
- func (m *MockMobileAPI) DescribeBundleWithContext(arg0 context.Context, arg1 *mobile.DescribeBundleInput, arg2 ...request.Option) (*mobile.DescribeBundleOutput, error)
- func (m *MockMobileAPI) DescribeProject(arg0 *mobile.DescribeProjectInput) (*mobile.DescribeProjectOutput, error)
- func (m *MockMobileAPI) DescribeProjectRequest(arg0 *mobile.DescribeProjectInput) (*request.Request, *mobile.DescribeProjectOutput)
- func (m *MockMobileAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *mobile.DescribeProjectInput, ...) (*mobile.DescribeProjectOutput, error)
- func (m *MockMobileAPI) EXPECT() *MockMobileAPIMockRecorder
- func (m *MockMobileAPI) ExportBundle(arg0 *mobile.ExportBundleInput) (*mobile.ExportBundleOutput, error)
- func (m *MockMobileAPI) ExportBundleRequest(arg0 *mobile.ExportBundleInput) (*request.Request, *mobile.ExportBundleOutput)
- func (m *MockMobileAPI) ExportBundleWithContext(arg0 context.Context, arg1 *mobile.ExportBundleInput, arg2 ...request.Option) (*mobile.ExportBundleOutput, error)
- func (m *MockMobileAPI) ExportProject(arg0 *mobile.ExportProjectInput) (*mobile.ExportProjectOutput, error)
- func (m *MockMobileAPI) ExportProjectRequest(arg0 *mobile.ExportProjectInput) (*request.Request, *mobile.ExportProjectOutput)
- func (m *MockMobileAPI) ExportProjectWithContext(arg0 context.Context, arg1 *mobile.ExportProjectInput, arg2 ...request.Option) (*mobile.ExportProjectOutput, error)
- func (m *MockMobileAPI) ListBundles(arg0 *mobile.ListBundlesInput) (*mobile.ListBundlesOutput, error)
- func (m *MockMobileAPI) ListBundlesPages(arg0 *mobile.ListBundlesInput, arg1 func(*mobile.ListBundlesOutput, bool) bool) error
- func (m *MockMobileAPI) ListBundlesPagesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, ...) error
- func (m *MockMobileAPI) ListBundlesRequest(arg0 *mobile.ListBundlesInput) (*request.Request, *mobile.ListBundlesOutput)
- func (m *MockMobileAPI) ListBundlesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, arg2 ...request.Option) (*mobile.ListBundlesOutput, error)
- func (m *MockMobileAPI) ListProjects(arg0 *mobile.ListProjectsInput) (*mobile.ListProjectsOutput, error)
- func (m *MockMobileAPI) ListProjectsPages(arg0 *mobile.ListProjectsInput, ...) error
- func (m *MockMobileAPI) ListProjectsPagesWithContext(arg0 context.Context, arg1 *mobile.ListProjectsInput, ...) error
- func (m *MockMobileAPI) ListProjectsRequest(arg0 *mobile.ListProjectsInput) (*request.Request, *mobile.ListProjectsOutput)
- func (m *MockMobileAPI) ListProjectsWithContext(arg0 context.Context, arg1 *mobile.ListProjectsInput, arg2 ...request.Option) (*mobile.ListProjectsOutput, error)
- func (m *MockMobileAPI) UpdateProject(arg0 *mobile.UpdateProjectInput) (*mobile.UpdateProjectOutput, error)
- func (m *MockMobileAPI) UpdateProjectRequest(arg0 *mobile.UpdateProjectInput) (*request.Request, *mobile.UpdateProjectOutput)
- func (m *MockMobileAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *mobile.UpdateProjectInput, arg2 ...request.Option) (*mobile.UpdateProjectOutput, error)
- type MockMobileAPIMockRecorder
- func (mr *MockMobileAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeBundle(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeBundleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportBundle(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportBundleRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportProject(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ExportProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListBundles(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListBundlesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListBundlesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListBundlesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListBundlesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListProjectsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMobileAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMobileAPI ¶
type MockMobileAPI struct {
// contains filtered or unexported fields
}
MockMobileAPI is a mock of MobileAPI interface
func NewMockMobileAPI ¶
func NewMockMobileAPI(ctrl *gomock.Controller) *MockMobileAPI
NewMockMobileAPI creates a new mock instance
func (*MockMobileAPI) CreateProject ¶
func (m *MockMobileAPI) CreateProject(arg0 *mobile.CreateProjectInput) (*mobile.CreateProjectOutput, error)
CreateProject mocks base method
func (*MockMobileAPI) CreateProjectRequest ¶
func (m *MockMobileAPI) CreateProjectRequest(arg0 *mobile.CreateProjectInput) (*request.Request, *mobile.CreateProjectOutput)
CreateProjectRequest mocks base method
func (*MockMobileAPI) CreateProjectWithContext ¶
func (m *MockMobileAPI) CreateProjectWithContext(arg0 context.Context, arg1 *mobile.CreateProjectInput, arg2 ...request.Option) (*mobile.CreateProjectOutput, error)
CreateProjectWithContext mocks base method
func (*MockMobileAPI) DeleteProject ¶
func (m *MockMobileAPI) DeleteProject(arg0 *mobile.DeleteProjectInput) (*mobile.DeleteProjectOutput, error)
DeleteProject mocks base method
func (*MockMobileAPI) DeleteProjectRequest ¶
func (m *MockMobileAPI) DeleteProjectRequest(arg0 *mobile.DeleteProjectInput) (*request.Request, *mobile.DeleteProjectOutput)
DeleteProjectRequest mocks base method
func (*MockMobileAPI) DeleteProjectWithContext ¶
func (m *MockMobileAPI) DeleteProjectWithContext(arg0 context.Context, arg1 *mobile.DeleteProjectInput, arg2 ...request.Option) (*mobile.DeleteProjectOutput, error)
DeleteProjectWithContext mocks base method
func (*MockMobileAPI) DescribeBundle ¶
func (m *MockMobileAPI) DescribeBundle(arg0 *mobile.DescribeBundleInput) (*mobile.DescribeBundleOutput, error)
DescribeBundle mocks base method
func (*MockMobileAPI) DescribeBundleRequest ¶
func (m *MockMobileAPI) DescribeBundleRequest(arg0 *mobile.DescribeBundleInput) (*request.Request, *mobile.DescribeBundleOutput)
DescribeBundleRequest mocks base method
func (*MockMobileAPI) DescribeBundleWithContext ¶
func (m *MockMobileAPI) DescribeBundleWithContext(arg0 context.Context, arg1 *mobile.DescribeBundleInput, arg2 ...request.Option) (*mobile.DescribeBundleOutput, error)
DescribeBundleWithContext mocks base method
func (*MockMobileAPI) DescribeProject ¶
func (m *MockMobileAPI) DescribeProject(arg0 *mobile.DescribeProjectInput) (*mobile.DescribeProjectOutput, error)
DescribeProject mocks base method
func (*MockMobileAPI) DescribeProjectRequest ¶
func (m *MockMobileAPI) DescribeProjectRequest(arg0 *mobile.DescribeProjectInput) (*request.Request, *mobile.DescribeProjectOutput)
DescribeProjectRequest mocks base method
func (*MockMobileAPI) DescribeProjectWithContext ¶
func (m *MockMobileAPI) DescribeProjectWithContext(arg0 context.Context, arg1 *mobile.DescribeProjectInput, arg2 ...request.Option) (*mobile.DescribeProjectOutput, error)
DescribeProjectWithContext mocks base method
func (*MockMobileAPI) EXPECT ¶
func (m *MockMobileAPI) EXPECT() *MockMobileAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMobileAPI) ExportBundle ¶
func (m *MockMobileAPI) ExportBundle(arg0 *mobile.ExportBundleInput) (*mobile.ExportBundleOutput, error)
ExportBundle mocks base method
func (*MockMobileAPI) ExportBundleRequest ¶
func (m *MockMobileAPI) ExportBundleRequest(arg0 *mobile.ExportBundleInput) (*request.Request, *mobile.ExportBundleOutput)
ExportBundleRequest mocks base method
func (*MockMobileAPI) ExportBundleWithContext ¶
func (m *MockMobileAPI) ExportBundleWithContext(arg0 context.Context, arg1 *mobile.ExportBundleInput, arg2 ...request.Option) (*mobile.ExportBundleOutput, error)
ExportBundleWithContext mocks base method
func (*MockMobileAPI) ExportProject ¶
func (m *MockMobileAPI) ExportProject(arg0 *mobile.ExportProjectInput) (*mobile.ExportProjectOutput, error)
ExportProject mocks base method
func (*MockMobileAPI) ExportProjectRequest ¶
func (m *MockMobileAPI) ExportProjectRequest(arg0 *mobile.ExportProjectInput) (*request.Request, *mobile.ExportProjectOutput)
ExportProjectRequest mocks base method
func (*MockMobileAPI) ExportProjectWithContext ¶
func (m *MockMobileAPI) ExportProjectWithContext(arg0 context.Context, arg1 *mobile.ExportProjectInput, arg2 ...request.Option) (*mobile.ExportProjectOutput, error)
ExportProjectWithContext mocks base method
func (*MockMobileAPI) ListBundles ¶
func (m *MockMobileAPI) ListBundles(arg0 *mobile.ListBundlesInput) (*mobile.ListBundlesOutput, error)
ListBundles mocks base method
func (*MockMobileAPI) ListBundlesPages ¶
func (m *MockMobileAPI) ListBundlesPages(arg0 *mobile.ListBundlesInput, arg1 func(*mobile.ListBundlesOutput, bool) bool) error
ListBundlesPages mocks base method
func (*MockMobileAPI) ListBundlesPagesWithContext ¶
func (m *MockMobileAPI) ListBundlesPagesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, arg2 func(*mobile.ListBundlesOutput, bool) bool, arg3 ...request.Option) error
ListBundlesPagesWithContext mocks base method
func (*MockMobileAPI) ListBundlesRequest ¶
func (m *MockMobileAPI) ListBundlesRequest(arg0 *mobile.ListBundlesInput) (*request.Request, *mobile.ListBundlesOutput)
ListBundlesRequest mocks base method
func (*MockMobileAPI) ListBundlesWithContext ¶
func (m *MockMobileAPI) ListBundlesWithContext(arg0 context.Context, arg1 *mobile.ListBundlesInput, arg2 ...request.Option) (*mobile.ListBundlesOutput, error)
ListBundlesWithContext mocks base method
func (*MockMobileAPI) ListProjects ¶
func (m *MockMobileAPI) ListProjects(arg0 *mobile.ListProjectsInput) (*mobile.ListProjectsOutput, error)
ListProjects mocks base method
func (*MockMobileAPI) ListProjectsPages ¶
func (m *MockMobileAPI) ListProjectsPages(arg0 *mobile.ListProjectsInput, arg1 func(*mobile.ListProjectsOutput, bool) bool) error
ListProjectsPages mocks base method
func (*MockMobileAPI) ListProjectsPagesWithContext ¶
func (m *MockMobileAPI) ListProjectsPagesWithContext(arg0 context.Context, arg1 *mobile.ListProjectsInput, arg2 func(*mobile.ListProjectsOutput, bool) bool, arg3 ...request.Option) error
ListProjectsPagesWithContext mocks base method
func (*MockMobileAPI) ListProjectsRequest ¶
func (m *MockMobileAPI) ListProjectsRequest(arg0 *mobile.ListProjectsInput) (*request.Request, *mobile.ListProjectsOutput)
ListProjectsRequest mocks base method
func (*MockMobileAPI) ListProjectsWithContext ¶
func (m *MockMobileAPI) ListProjectsWithContext(arg0 context.Context, arg1 *mobile.ListProjectsInput, arg2 ...request.Option) (*mobile.ListProjectsOutput, error)
ListProjectsWithContext mocks base method
func (*MockMobileAPI) UpdateProject ¶
func (m *MockMobileAPI) UpdateProject(arg0 *mobile.UpdateProjectInput) (*mobile.UpdateProjectOutput, error)
UpdateProject mocks base method
func (*MockMobileAPI) UpdateProjectRequest ¶
func (m *MockMobileAPI) UpdateProjectRequest(arg0 *mobile.UpdateProjectInput) (*request.Request, *mobile.UpdateProjectOutput)
UpdateProjectRequest mocks base method
func (*MockMobileAPI) UpdateProjectWithContext ¶
func (m *MockMobileAPI) UpdateProjectWithContext(arg0 context.Context, arg1 *mobile.UpdateProjectInput, arg2 ...request.Option) (*mobile.UpdateProjectOutput, error)
UpdateProjectWithContext mocks base method
type MockMobileAPIMockRecorder ¶
type MockMobileAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockMobileAPIMockRecorder is the mock recorder for MockMobileAPI
func (*MockMobileAPIMockRecorder) CreateProject ¶
func (mr *MockMobileAPIMockRecorder) CreateProject(arg0 interface{}) *gomock.Call
CreateProject indicates an expected call of CreateProject
func (*MockMobileAPIMockRecorder) CreateProjectRequest ¶
func (mr *MockMobileAPIMockRecorder) CreateProjectRequest(arg0 interface{}) *gomock.Call
CreateProjectRequest indicates an expected call of CreateProjectRequest
func (*MockMobileAPIMockRecorder) CreateProjectWithContext ¶
func (mr *MockMobileAPIMockRecorder) CreateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateProjectWithContext indicates an expected call of CreateProjectWithContext
func (*MockMobileAPIMockRecorder) DeleteProject ¶
func (mr *MockMobileAPIMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call
DeleteProject indicates an expected call of DeleteProject
func (*MockMobileAPIMockRecorder) DeleteProjectRequest ¶
func (mr *MockMobileAPIMockRecorder) DeleteProjectRequest(arg0 interface{}) *gomock.Call
DeleteProjectRequest indicates an expected call of DeleteProjectRequest
func (*MockMobileAPIMockRecorder) DeleteProjectWithContext ¶
func (mr *MockMobileAPIMockRecorder) DeleteProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteProjectWithContext indicates an expected call of DeleteProjectWithContext
func (*MockMobileAPIMockRecorder) DescribeBundle ¶
func (mr *MockMobileAPIMockRecorder) DescribeBundle(arg0 interface{}) *gomock.Call
DescribeBundle indicates an expected call of DescribeBundle
func (*MockMobileAPIMockRecorder) DescribeBundleRequest ¶
func (mr *MockMobileAPIMockRecorder) DescribeBundleRequest(arg0 interface{}) *gomock.Call
DescribeBundleRequest indicates an expected call of DescribeBundleRequest
func (*MockMobileAPIMockRecorder) DescribeBundleWithContext ¶
func (mr *MockMobileAPIMockRecorder) DescribeBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeBundleWithContext indicates an expected call of DescribeBundleWithContext
func (*MockMobileAPIMockRecorder) DescribeProject ¶
func (mr *MockMobileAPIMockRecorder) DescribeProject(arg0 interface{}) *gomock.Call
DescribeProject indicates an expected call of DescribeProject
func (*MockMobileAPIMockRecorder) DescribeProjectRequest ¶
func (mr *MockMobileAPIMockRecorder) DescribeProjectRequest(arg0 interface{}) *gomock.Call
DescribeProjectRequest indicates an expected call of DescribeProjectRequest
func (*MockMobileAPIMockRecorder) DescribeProjectWithContext ¶
func (mr *MockMobileAPIMockRecorder) DescribeProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeProjectWithContext indicates an expected call of DescribeProjectWithContext
func (*MockMobileAPIMockRecorder) ExportBundle ¶
func (mr *MockMobileAPIMockRecorder) ExportBundle(arg0 interface{}) *gomock.Call
ExportBundle indicates an expected call of ExportBundle
func (*MockMobileAPIMockRecorder) ExportBundleRequest ¶
func (mr *MockMobileAPIMockRecorder) ExportBundleRequest(arg0 interface{}) *gomock.Call
ExportBundleRequest indicates an expected call of ExportBundleRequest
func (*MockMobileAPIMockRecorder) ExportBundleWithContext ¶
func (mr *MockMobileAPIMockRecorder) ExportBundleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExportBundleWithContext indicates an expected call of ExportBundleWithContext
func (*MockMobileAPIMockRecorder) ExportProject ¶
func (mr *MockMobileAPIMockRecorder) ExportProject(arg0 interface{}) *gomock.Call
ExportProject indicates an expected call of ExportProject
func (*MockMobileAPIMockRecorder) ExportProjectRequest ¶
func (mr *MockMobileAPIMockRecorder) ExportProjectRequest(arg0 interface{}) *gomock.Call
ExportProjectRequest indicates an expected call of ExportProjectRequest
func (*MockMobileAPIMockRecorder) ExportProjectWithContext ¶
func (mr *MockMobileAPIMockRecorder) ExportProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExportProjectWithContext indicates an expected call of ExportProjectWithContext
func (*MockMobileAPIMockRecorder) ListBundles ¶
func (mr *MockMobileAPIMockRecorder) ListBundles(arg0 interface{}) *gomock.Call
ListBundles indicates an expected call of ListBundles
func (*MockMobileAPIMockRecorder) ListBundlesPages ¶
func (mr *MockMobileAPIMockRecorder) ListBundlesPages(arg0, arg1 interface{}) *gomock.Call
ListBundlesPages indicates an expected call of ListBundlesPages
func (*MockMobileAPIMockRecorder) ListBundlesPagesWithContext ¶
func (mr *MockMobileAPIMockRecorder) ListBundlesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListBundlesPagesWithContext indicates an expected call of ListBundlesPagesWithContext
func (*MockMobileAPIMockRecorder) ListBundlesRequest ¶
func (mr *MockMobileAPIMockRecorder) ListBundlesRequest(arg0 interface{}) *gomock.Call
ListBundlesRequest indicates an expected call of ListBundlesRequest
func (*MockMobileAPIMockRecorder) ListBundlesWithContext ¶
func (mr *MockMobileAPIMockRecorder) ListBundlesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBundlesWithContext indicates an expected call of ListBundlesWithContext
func (*MockMobileAPIMockRecorder) ListProjects ¶
func (mr *MockMobileAPIMockRecorder) ListProjects(arg0 interface{}) *gomock.Call
ListProjects indicates an expected call of ListProjects
func (*MockMobileAPIMockRecorder) ListProjectsPages ¶
func (mr *MockMobileAPIMockRecorder) ListProjectsPages(arg0, arg1 interface{}) *gomock.Call
ListProjectsPages indicates an expected call of ListProjectsPages
func (*MockMobileAPIMockRecorder) ListProjectsPagesWithContext ¶
func (mr *MockMobileAPIMockRecorder) ListProjectsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListProjectsPagesWithContext indicates an expected call of ListProjectsPagesWithContext
func (*MockMobileAPIMockRecorder) ListProjectsRequest ¶
func (mr *MockMobileAPIMockRecorder) ListProjectsRequest(arg0 interface{}) *gomock.Call
ListProjectsRequest indicates an expected call of ListProjectsRequest
func (*MockMobileAPIMockRecorder) ListProjectsWithContext ¶
func (mr *MockMobileAPIMockRecorder) ListProjectsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListProjectsWithContext indicates an expected call of ListProjectsWithContext
func (*MockMobileAPIMockRecorder) UpdateProject ¶
func (mr *MockMobileAPIMockRecorder) UpdateProject(arg0 interface{}) *gomock.Call
UpdateProject indicates an expected call of UpdateProject
func (*MockMobileAPIMockRecorder) UpdateProjectRequest ¶
func (mr *MockMobileAPIMockRecorder) UpdateProjectRequest(arg0 interface{}) *gomock.Call
UpdateProjectRequest indicates an expected call of UpdateProjectRequest
func (*MockMobileAPIMockRecorder) UpdateProjectWithContext ¶
func (mr *MockMobileAPIMockRecorder) UpdateProjectWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateProjectWithContext indicates an expected call of UpdateProjectWithContext