credhub

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredhubClient

type CredhubClient interface {
	GetLatestJSON(name string) (credentials.JSON, error)
	Delete(name string) error
	SetJSON(name string, value values.JSON) (credentials.JSON, error)
	FindByPath(path string) (credentials.FindResults, error)
	SetValue(name string, value values.Value) (credentials.Value, error)
	GetLatestValue(name string) (credentials.Value, error)
}

type NullCredhubClient

type NullCredhubClient struct {
}

func (NullCredhubClient) Delete

func (NullCredhubClient) Delete(name string) error

func (NullCredhubClient) FindByPath

func (NullCredhubClient) GetLatestJSON

func (NullCredhubClient) GetLatestJSON(name string) (credentials.JSON, error)

func (NullCredhubClient) GetLatestValue

func (NullCredhubClient) GetLatestValue(name string) (credentials.Value, error)

func (NullCredhubClient) SetJSON

func (NullCredhubClient) SetJSON(name string, value values.JSON) (credentials.JSON, error)

func (NullCredhubClient) SetValue

func (NullCredhubClient) SetValue(name string, value values.Value) (credentials.Value, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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