ctlogdb

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InputQueue = make(chan *netdb.ConntrackLogEntry, 128)
View Source
var RequestQueue = make(chan *netdb.ConntrackLogRequest, 128)

Functions

This section is empty.

Types

type Interface

type Interface interface {
	Set(ctLogEntry *netdb.ConntrackLogEntry) error
	Scan() ([]*netdb.ConntrackLogEntry, error)
	Last(n int) ([]*netdb.ConntrackLogEntry, error)
	Query(r *netdb.ConntrackLogRequest) (*netdb.ConntrackLogResponse, error)
	Close()
}

func Open

func Open(db *badger.DB) Interface

Jump to

Keyboard shortcuts

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