Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0
Index ¶
- type RemoteEnvironmentManager
- type ServiceRepository
- func (_m *ServiceRepository) Create(remoteEnvironment string, service remoteenv.Service) apperrors.AppError
- func (_m *ServiceRepository) Delete(remoteEnvironment string, id string) apperrors.AppError
- func (_m *ServiceRepository) Get(remoteEnvironment string, id string) (remoteenv.Service, apperrors.AppError)
- func (_m *ServiceRepository) GetAll(remoteEnvironment string) ([]remoteenv.Service, apperrors.AppError)
- func (_m *ServiceRepository) Update(remoteEnvironment string, service remoteenv.Service) apperrors.AppError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteEnvironmentManager ¶
RemoteEnvironmentManager is an autogenerated mock type for the RemoteEnvironmentManager type
func (*RemoteEnvironmentManager) Get ¶
func (_m *RemoteEnvironmentManager) Get(name string, options v1.GetOptions) (*v1alpha1.RemoteEnvironment, error)
Get provides a mock function with given fields: name, options
func (*RemoteEnvironmentManager) Update ¶
func (_m *RemoteEnvironmentManager) Update(_a0 *v1alpha1.RemoteEnvironment) (*v1alpha1.RemoteEnvironment, error)
Update provides a mock function with given fields: _a0
type ServiceRepository ¶
ServiceRepository is an autogenerated mock type for the ServiceRepository type
func (*ServiceRepository) Create ¶
func (_m *ServiceRepository) Create(remoteEnvironment string, service remoteenv.Service) apperrors.AppError
Create provides a mock function with given fields: remoteEnvironment, service
func (*ServiceRepository) Delete ¶
func (_m *ServiceRepository) Delete(remoteEnvironment string, id string) apperrors.AppError
Delete provides a mock function with given fields: remoteEnvironment, id
func (*ServiceRepository) Get ¶
func (_m *ServiceRepository) Get(remoteEnvironment string, id string) (remoteenv.Service, apperrors.AppError)
Get provides a mock function with given fields: remoteEnvironment, id
Click to show internal directories.
Click to hide internal directories.