recorder

package
v2.14.0 Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recorder

type Recorder interface {

	// Get 获取记录
	Get(key string) (value string, err *data.CodeError)

	// Put 添加记录
	Put(key, value string) *data.CodeError

	// Delete 删除记录
	Delete(key string) *data.CodeError
}

func CreateDBRecorder

func CreateDBRecorder(filePath string) (Recorder, *data.CodeError)

Jump to

Keyboard shortcuts

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