Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type RepositoryServiceServer
- func (_m *RepositoryServiceServer) Create(_a0 context.Context, _a1 *v1alpha1.Repository) (*v1alpha1.Repository, error)
- func (_m *RepositoryServiceServer) Delete(_a0 context.Context, _a1 *repository.RepoQuery) (*repository.RepoResponse, error)
- func (_m *RepositoryServiceServer) Get(_a0 context.Context, _a1 *repository.RepoQuery) (*v1alpha1.Repository, error)
- func (_m *RepositoryServiceServer) List(_a0 context.Context, _a1 *repository.RepoQuery) (*v1alpha1.RepositoryList, error)
- func (_m *RepositoryServiceServer) Update(_a0 context.Context, _a1 *v1alpha1.Repository) (*v1alpha1.Repository, error)
- func (_m *RepositoryServiceServer) UpdateREST(_a0 context.Context, _a1 *repository.RepoUpdateRequest) (*v1alpha1.Repository, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepositoryServiceServer ¶
RepositoryServiceServer is an autogenerated mock type for the RepositoryServiceServer type
func (*RepositoryServiceServer) Create ¶
func (_m *RepositoryServiceServer) Create(_a0 context.Context, _a1 *v1alpha1.Repository) (*v1alpha1.Repository, error)
Create provides a mock function with given fields: _a0, _a1
func (*RepositoryServiceServer) Delete ¶
func (_m *RepositoryServiceServer) Delete(_a0 context.Context, _a1 *repository.RepoQuery) (*repository.RepoResponse, error)
Delete provides a mock function with given fields: _a0, _a1
func (*RepositoryServiceServer) Get ¶
func (_m *RepositoryServiceServer) Get(_a0 context.Context, _a1 *repository.RepoQuery) (*v1alpha1.Repository, error)
Get provides a mock function with given fields: _a0, _a1
func (*RepositoryServiceServer) List ¶
func (_m *RepositoryServiceServer) List(_a0 context.Context, _a1 *repository.RepoQuery) (*v1alpha1.RepositoryList, error)
List provides a mock function with given fields: _a0, _a1
func (*RepositoryServiceServer) Update ¶
func (_m *RepositoryServiceServer) Update(_a0 context.Context, _a1 *v1alpha1.Repository) (*v1alpha1.Repository, error)
Update provides a mock function with given fields: _a0, _a1
func (*RepositoryServiceServer) UpdateREST ¶
func (_m *RepositoryServiceServer) UpdateREST(_a0 context.Context, _a1 *repository.RepoUpdateRequest) (*v1alpha1.Repository, error)
UpdateREST provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.