Documentation
¶
Index ¶
- type VaultAPIWrapper
- func (_m *VaultAPIWrapper) GetPlugin(input *api.GetPluginInput) (*api.GetPluginResponse, error)
- func (_m *VaultAPIWrapper) ListMounts() (map[string]*api.MountOutput, error)
- func (_m *VaultAPIWrapper) Mount(path string, input *api.MountInput) error
- func (_m *VaultAPIWrapper) Read(path string) (map[string]interface{}, error)
- func (_m *VaultAPIWrapper) RegisterPlugin(input *api.RegisterPluginInput) error
- func (_m *VaultAPIWrapper) ReloadPlugin(input *api.ReloadPluginInput) (string, error)
- func (_m *VaultAPIWrapper) SetAddress(address string) error
- func (_m *VaultAPIWrapper) SetToken(token string)
- func (_m *VaultAPIWrapper) Write(path string, data map[string]interface{}) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VaultAPIWrapper ¶
VaultAPIWrapper is an autogenerated mock type for the VaultAPIWrapper type
func (*VaultAPIWrapper) GetPlugin ¶
func (_m *VaultAPIWrapper) GetPlugin(input *api.GetPluginInput) (*api.GetPluginResponse, error)
GetPlugin provides a mock function with given fields: input
func (*VaultAPIWrapper) ListMounts ¶
func (_m *VaultAPIWrapper) ListMounts() (map[string]*api.MountOutput, error)
ListMounts provides a mock function with given fields:
func (*VaultAPIWrapper) Mount ¶
func (_m *VaultAPIWrapper) Mount(path string, input *api.MountInput) error
Mount provides a mock function with given fields: path, input
func (*VaultAPIWrapper) Read ¶
func (_m *VaultAPIWrapper) Read(path string) (map[string]interface{}, error)
Read provides a mock function with given fields: path
func (*VaultAPIWrapper) RegisterPlugin ¶
func (_m *VaultAPIWrapper) RegisterPlugin(input *api.RegisterPluginInput) error
RegisterPlugin provides a mock function with given fields: input
func (*VaultAPIWrapper) ReloadPlugin ¶
func (_m *VaultAPIWrapper) ReloadPlugin(input *api.ReloadPluginInput) (string, error)
ReloadPlugin provides a mock function with given fields: input
func (*VaultAPIWrapper) SetAddress ¶
func (_m *VaultAPIWrapper) SetAddress(address string) error
SetAddress provides a mock function with given fields: address
func (*VaultAPIWrapper) SetToken ¶
func (_m *VaultAPIWrapper) SetToken(token string)
SetToken provides a mock function with given fields: token
Click to show internal directories.
Click to hide internal directories.