storage

package
v0.0.0-...-14ff508 Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2021 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Database

type Database interface {
	StoreMessages(topic string, messages []types.Message) error
	FetchMessages(topic string, startOffset, endOffset int64) (messages []types.Message, err error)
	MaxOffsets() (map[string]int64, error)
}

func NewDatabase

func NewDatabase(dsn string) (Database, error)

NewDatabase opens a new database

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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