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) + 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 + Get func(id string) (Service, apperrors.AppError) + func NewServiceRepository(name string, reManager Manager) ServiceRepository