xlog

package
v0.0.0-...-b359386 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Position

type Position string

type XLog

type XLog interface {
	// Returns the zero position for this xlog
	Zero() Position
	// Compare compares two xlog positions returning -1 if xlog1 < xlog2, 0 if xlog1
	// == xlog2, and 1 if xlog1 > xlog2.
	Compare(Position, Position) (int, error)
}

Jump to

Keyboard shortcuts

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