package
Version:
v1.2.2
Opens a new window with list of versions in this module.
Published: Aug 26, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Data struct {
Data interface{} `json:"data"`
}
type Vault interface {
LodeConfig() (map[string]interface{}, error)
}
type VaultResponse struct {
Data Data `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.