Documentation ¶
Index ¶
- type Service
- func (_m *Service) Delete(application string, id string) apperrors.AppError
- func (_m *Service) New(application string, appUID types.UID, id string, displayName string, ...) (*applications.ServiceAPI, apperrors.AppError)
- func (_m *Service) Read(application string, serviceApi *applications.ServiceAPI) (*model.API, apperrors.AppError)
- func (_m *Service) Update(application string, appUID types.UID, id string, displayName string, ...) (*applications.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(application string, appUID types.UID, id string, displayName string, api *model.API) (*applications.ServiceAPI, apperrors.AppError)
New provides a mock function with given fields: application, appUID, id, displayName, api
func (*Service) Read ¶
func (_m *Service) Read(application string, serviceApi *applications.ServiceAPI) (*model.API, apperrors.AppError)
Read provides a mock function with given fields: application, serviceApi
Click to show internal directories.
Click to hide internal directories.