Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessServiceManager ¶
type AccessServiceManager interface {
Create(remoteEnvironment, serviceId, serviceName string) apperrors.AppError
Upsert(remoteEnvironment, serviceId, serviceName string) apperrors.AppError
Delete(serviceName string) apperrors.AppError
}
func NewAccessServiceManager ¶
func NewAccessServiceManager(serviceInterface ServiceInterface, config AccessServiceManagerConfig) AccessServiceManager
Source Files
¶
- accessservicemanager.go
Click to show internal directories.
Click to hide internal directories.