config

package
v1.0.25 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 11 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 CredHubSecret added in v1.0.22

type CredHubSecret interface {
	Add(configServerInstanceName string, credHubPath string, credHubSecret string) error
	Remove(configServerInstanceName string, credHubPath string) error
}

func NewCredHubSecret added in v1.0.22

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.ServiceInstanceResolver) Encrypter

type Refresher added in v1.0.22

type Refresher interface {
	Refresh(string) error
}

func NewRefresher added in v1.0.22

Jump to

Keyboard shortcuts

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