Documentation
¶
Index ¶
- func CreateWalletBucket(wallet, walletLocation string) error
- func DB(dbPath string) *bolt.DB
- func DeleteContact(wallet, id string) error
- func DeleteContainer(wallet, id string) error
- func DeleteObject(wallet, id string) error
- func DeleteSharedContainer(wallet, id string) error
- func DeleteSharedObject(wallet, id string) error
- func GracefulShutdown()
- func PendContainerDeleted(wallet, id string, container []byte) error
- func PendObjectDeleted(wallet, id string, object []byte) error
- func PendSharedContainerDeleted(wallet, id string, container []byte) error
- func PendSharedObjectDeleted(wallet, id string, object []byte) error
- func RecentWallets() (map[string]string, error)
- func RetrieveContact(wallet, id string) ([]byte, error)
- func RetrieveContacts(wallet string) (map[string][]byte, error)
- func RetrieveContainer(wallet, id string) ([]byte, error)
- func RetrieveContainers(wallet string) (map[string][]byte, error)
- func RetrieveObject(wallet, id string) ([]byte, error)
- func RetrieveObjects(wallet string) (map[string][]byte, error)
- func RetrieveSharedContainer(wallet, id string) ([]byte, error)
- func RetrieveSharedContainers(wallet string) (map[string][]byte, error)
- func RetrieveSharedObject(wallet, id string) ([]byte, error)
- func RetrieveSharedObjects(wallet string) (map[string][]byte, error)
- func StoreContact(wallet, id string, contact []byte) error
- func StoreContainer(wallet, id string, container []byte) error
- func StoreObject(wallet, id string, container []byte) error
- func StoreSharedContainer(wallet, id string, container []byte) error
- func StoreSharedObject(wallet, id string, container []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateWalletBucket ¶
func DeleteContact ¶
func DeleteContainer ¶
func DeleteObject ¶
func DeleteSharedContainer ¶
func DeleteSharedObject ¶
func GracefulShutdown ¶
func GracefulShutdown()
func PendContainerDeleted ¶
func PendObjectDeleted ¶
func PendSharedObjectDeleted ¶
func RecentWallets ¶
func RetrieveContact ¶
func RetrieveContainer ¶
func RetrieveObject ¶
func RetrieveSharedContainer ¶
func RetrieveSharedObject ¶
func StoreContact ¶
func StoreContainer ¶
func StoreObject ¶
func StoreSharedContainer ¶
func StoreSharedObject ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.