Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredHubBroker ¶
type CredHubBroker struct { apiserver.CombinedBrokers // contains filtered or unexported fields }
func New ¶
func New(broker apiserver.CombinedBrokers, credStore CredentialStore) *CredHubBroker
type CredHubStore ¶
type CredHubStore struct {
// contains filtered or unexported fields
}
func NewCredHubStore ¶
func NewCredHubStore(APIURL string, options ...credhub.Option) (*CredHubStore, error)
func (*CredHubStore) Authenticate ¶
func (credhubStore *CredHubStore) Authenticate() error
func (*CredHubStore) Delete ¶
func (credHubStore *CredHubStore) Delete(key string) error
func (*CredHubStore) Set ¶
func (credHubStore *CredHubStore) Set(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.