file_store

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0, MIT Imports: 3 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(gCfg *config.ConfigData) *Storage

New func implements the storage interface for fmcsa-svr (https://github.com/pschlump/fmcsa-svr)

func (*Storage) Add

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

func (*Storage) Close

func (*Storage) Close() error

Close the storage connection

func (*Storage) Get

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

func (*Storage) Init

func (*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