Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClientNotFound = fmt.Errorf("Client ID not found")
)
Functions ¶
func StartServer ¶
func StopServer ¶
Types ¶
type Vault ¶
type VaultServer ¶
type VaultServer struct {
// contains filtered or unexported fields
}
func (*VaultServer) GetSecrets ¶
func (s *VaultServer) GetSecrets(input struct{}, secrets *map[string]string) error
func (*VaultServer) Stop ¶
func (s *VaultServer) Stop(input struct{}, output *struct{}) error
func (*VaultServer) StoreSecrets ¶
func (s *VaultServer) StoreSecrets(secrets map[string]string, output *struct{}) error
Click to show internal directories.
Click to hide internal directories.