server

package
v0.0.0-...-0e9a772 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type I

type I interface {
	StoreEvent(ev *event.E) (err error)
	FindEventSerialById(evId []byte) (ser *number.Uint40, err error)
	GetEventFromSerial(ser *number.Uint40) (ev *event.E, err error)
	GetIdPubkeyTimestampFromSerial(ser *number.Uint40) (id, pk []byte, ts int64, err error)
	GetEventById(evId []byte) (ev *event.E, err error)
	QueryEvents(f *filter.F) (eventIds [][]byte, err error)
}

Jump to

Keyboard shortcuts

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