config

package
v1.0.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadFileContents added in v1.0.2

func ReadFileContents(fileToEncrypt string) (string, error)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL