Documentation
¶
Index ¶
- type CredhubClient
- type NullCredhubClient
- func (NullCredhubClient) Delete(name string) error
- func (NullCredhubClient) FindByPath(path string) (credentials.FindResults, error)
- func (NullCredhubClient) GetLatestJSON(name string) (credentials.JSON, error)
- func (NullCredhubClient) GetLatestValue(name string) (credentials.Value, error)
- func (NullCredhubClient) SetJSON(name string, value values.JSON) (credentials.JSON, error)
- func (NullCredhubClient) SetValue(name string, value values.Value) (credentials.Value, error)
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) FindByPath(path string) (credentials.FindResults, error)
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)
Click to show internal directories.
Click to hide internal directories.