storage

package
v0.0.0-...-dc792b0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

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