internal

package
v0.0.0-...-1dc08c0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 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 T

type T interface {
	ID() uint64
	Key() []byte
	EndKey() []byte
	String() string
	// Used for testing only.
	New() T
	SetID(uint64)
	SetKey([]byte)
	SetEndKey([]byte)
}

T is a Template type. The methods in the interface make up its contract.

Jump to

Keyboard shortcuts

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