Documentation
¶
Index ¶
- Variables
- func AddSecrets(brokerUrl, serviceGuid, token string, payload interface{}, ignoreSsl bool) error
- func DeleteSecrets(brokerUrl, serviceGuid, token string, payload interface{}, ignoreSsl bool) error
- func ListSecrets(brokerUrl, serviceGuid, token string, ignoreSsl bool) error
- func ListVersions(brokerUrl, serviceGuid, token string, ignoreSsl bool) error
- func ReinstateVersion(brokerUrl, serviceGuid, token string, payload interface{}, ignoreSsl bool) error
- type CredhubCommand
- type DeleteResponse
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AddSecrets ¶
func DeleteSecrets ¶
func ListSecrets ¶
func ListVersions ¶
func ReinstateVersion ¶
Types ¶
type CredhubCommand ¶
func ParseCommand ¶
func ParseCommand(args []string) (*CredhubCommand, error)
type DeleteResponse ¶
type DeleteResponse struct {
IgnoredKeys []string
}
Click to show internal directories.
Click to hide internal directories.