logstorage

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ILogStore

type ILogStore interface {
	Write(p []byte) (n int, err error)
	FetchListBatch(listName string, count int64) ([]string, error)
	DeleteListBatch(listName string, count int64) error
}

func GetDatabase

func GetDatabase() (ILogStore, error)

func Init

func Init() (ILogStore, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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