Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type Manager interface + Get func(name string, options v1.GetOptions) (*v1alpha1.RemoteEnvironment, error) + Update func(*v1alpha1.RemoteEnvironment) (*v1alpha1.RemoteEnvironment, error) + type Service struct + API *ServiceAPI + DisplayName string + Events bool + ID string + LongDescription string + ProviderDisplayName string + Tags []string + type ServiceAPI struct + AccessLabel string + CredentialsSecretName string + GatewayURL string + OauthUrl string + TargetUrl string + type ServiceRepository interface + Create func(remoteEnvironment string, service Service) apperrors.AppError + Delete func(remoteEnvironment, id string) apperrors.AppError + Get func(remoteEnvironment, id string) (Service, apperrors.AppError) + GetAll func(remoteEnvironment string) ([]Service, apperrors.AppError) + Update func(remoteEnvironment string, service Service) apperrors.AppError + func NewServiceRepository(reManager Manager) ServiceRepository