Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB = &EBoltClient{}
Functions ¶
Types ¶
type EBoltClient ¶
type EBoltClient struct {
// contains filtered or unexported fields
}
func GetEbolt ¶
func GetEbolt(Name string) *EBoltClient
func (*EBoltClient) Delete ¶
func (c *EBoltClient) Delete(key string) error
func (*EBoltClient) DeleteMany ¶
func (c *EBoltClient) DeleteMany(keys []string) error
func (*EBoltClient) Get ¶
func (c *EBoltClient) Get(key string) interface{}
func (*EBoltClient) Init ¶
func (c *EBoltClient) Init()
func (*EBoltClient) Put ¶
func (c *EBoltClient) Put(key string, value interface{}, ttl *time.Duration) error
func (*EBoltClient) Sweep ¶
func (c *EBoltClient) Sweep()
Click to show internal directories.
Click to hide internal directories.