Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Storage ¶
func Storage(h int) api.AgentStorage
Types ¶
type AgentStorage ¶
type AgentStorage struct {
api.AgentStorageConfig
}
func (*AgentStorage) CloseWallet ¶
func (c *AgentStorage) CloseWallet(handle int) (err error)
func (*AgentStorage) ID ¶
func (c *AgentStorage) ID() string
func (*AgentStorage) Key ¶
func (c *AgentStorage) Key() string
func (*AgentStorage) OpenWallet ¶
func (c *AgentStorage) OpenWallet() (h int, err error)
func (*AgentStorage) UniqueID ¶
func (c *AgentStorage) UniqueID() string
func (*AgentStorage) WantsBackup ¶
func (c *AgentStorage) WantsBackup() bool
type InfoMap ¶
type InfoMap map[string]StorageInfo
type StorageInfo ¶
type StorageInfo struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.