scan

package
v0.13.2 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cmd = &cobra.Command{
		Use:   "scan",
		Short: "scan the WAL",
		Long:  `scan the WAL`,
		RunE:  exec,
	}
)

Functions

This section is empty.

Types

type LogEntry

type LogEntry struct {
	Term          int64                `json:"term"`
	Offset        int64                `json:"offset"`
	Timestamp     time.Time            `json:"time"`
	WriteRequests *proto.WriteRequests `json:"writeRequests"`
}

Jump to

Keyboard shortcuts

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