Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type API struct + Credentials *Credentials + Spec []byte + TargetUrl string + type Credentials struct + Oauth Oauth + type Oauth struct + ClientID string + ClientSecret string + URL string + type Service interface + Read func(*remoteenv.ServiceAPI) (*API, apperrors.AppError) + func NewService(secretsRepository secrets.Repository) Service