Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type Service
- func (_m *Service) Delete(remoteEnvironment string, id string) apperrors.AppError
- func (_m *Service) New(remoteEnvironment string, id string, api *serviceapi.API) (*remoteenv.ServiceAPI, apperrors.AppError)
- func (_m *Service) Read(remoteEnvironment string, serviceApi *remoteenv.ServiceAPI) (*serviceapi.API, apperrors.AppError)
- func (_m *Service) Update(remoteEnvironment string, id string, api *serviceapi.API) (*remoteenv.ServiceAPI, apperrors.AppError)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service is an autogenerated mock type for the Service type
func (*Service) New ¶
func (_m *Service) New(remoteEnvironment string, id string, api *serviceapi.API) (*remoteenv.ServiceAPI, apperrors.AppError)
New provides a mock function with given fields: remoteEnvironment, id, api
func (*Service) Read ¶
func (_m *Service) Read(remoteEnvironment string, serviceApi *remoteenv.ServiceAPI) (*serviceapi.API, apperrors.AppError)
Read provides a mock function with given fields: remoteEnvironment, serviceApi
Click to show internal directories.
Click to hide internal directories.