Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadFileContents ¶ added in v1.0.2
Types ¶
type Encrypter ¶ added in v1.0.13
type Encrypter interface {
EncryptString(configServerInstanceName string, plainText string) (string, error)
EncryptFile(configServerInstanceName string, fileToEncrypt string) (string, error)
}
func NewEncrypter ¶ added in v1.0.13
func NewEncrypter(cliConnection plugin.CliConnection, authenticatedClient httpclient.AuthenticatedClient, serviceInstanceUrlResolver serviceutil.ServiceInstanceUrlResolver) Encrypter
Click to show internal directories.
Click to hide internal directories.