Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClientIDKey = "clientId" ClientSecretKey = "clientSecret" UsernameKey = "username" PasswordKey = "password" TypeOAuth = "OAuth" TypeBasic = "Basic" TypeCertificateGen = "CertificateGen" PrivateKeyKey = "key" CertificateKey = "crt" CommonNameKey = "commonName" HeadersKey = "headers" QueryParametersKey = "queryParameters" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { // Read reads API from Application API definition. It also reads all additional information. Read(*applications.ServiceAPI) (*model.API, apperrors.AppError) }
Service manages API definition of a service
func NewService ¶
func NewService(secretsRepository secrets.Repository) Service
Click to show internal directories.
Click to hide internal directories.