Documentation ¶
Index ¶
- type GeneralDB
- func (c *GeneralDB) CheckBucketExists(buckets string) bool
- func (c *GeneralDB) DeleteKey(bucket string, keyName string)
- func (c *GeneralDB) EnsureBucketsExist(buckets string)
- func (c *GeneralDB) IterateOverKeysInBucketReturnBoth(bucket string) ([]string, []string)
- func (c *GeneralDB) ReadKey(bucket string, keyName string) string
- func (c *GeneralDB) WriteToDB(bucket string, keyName string, keyValue string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeneralDB ¶
type GeneralDB struct {
// contains filtered or unexported fields
}
func (*GeneralDB) CheckBucketExists ¶
func (*GeneralDB) EnsureBucketsExist ¶
func (*GeneralDB) IterateOverKeysInBucketReturnBoth ¶
Click to show internal directories.
Click to hide internal directories.