Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PluginClient ¶
type PluginClient interface { GetWallet(id string) (*hashicorp.Secret, error) CreateWallet(data map[string]interface{}) (*hashicorp.Secret, error) ImportWallet(data map[string]interface{}) (*hashicorp.Secret, error) ListWallets() (*hashicorp.Secret, error) UpdateWallet(id string, data map[string]interface{}) (*hashicorp.Secret, error) DestroyWallet(id string) error Sign(id string, data []byte) (*hashicorp.Secret, error) }
Click to show internal directories.
Click to hide internal directories.