secrets

package
v0.4.8 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2016 License: Apache-2.0 Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileProvider

type FileProvider struct {
	// contains filtered or unexported fields
}

func (*FileProvider) GetSecret

func (f *FileProvider) GetSecret(name string) (string, error)

func (*FileProvider) RegisterSecret

func (f *FileProvider) RegisterSecret(name string, value string) error

type SecretProvider

type SecretProvider interface {
	GetSecret(name string) (string, error)
	RegisterSecret(name string, value string) error
}

Jump to

Keyboard shortcuts

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