buntdb

package
v0.0.0-...-4add8b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage struct {
	// contains filtered or unexported fields
}

Storage is interface structure

func New

func New(config *config.ConfYaml) *Storage

New func implements the storage interface for gorush (https://github.com/appleboy/gorush)

func (*Storage) Add

func (s *Storage) Add(key string, count int64)

func (*Storage) Close

func (s *Storage) Close() error

Close the storage connection

func (*Storage) Get

func (s *Storage) Get(key string) int64

func (*Storage) Init

func (s *Storage) Init() error

Init client storage.

func (*Storage) Set

func (s *Storage) Set(key string, count int64)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL