page

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Page

type Page struct {
	// ID is the ID from BHL database assigned to a Page.
	ID int

	// FileNum is the number provided in the file name. This number is rarely
	// larger than 500.
	FileNum int

	// ItemID is the ID from BHL database assigned to an Item.
	ItemID int

	// FileName is taken from the filesystem.
	FileName string

	// Offset is the number of UTF-8 characters from the start of an Item
	// to the start of the Page.
	Offset int

	// OffsetNext is the offset for the next Page if it exists.
	OffsetNext int
}

Page represents a page of text.

Jump to

Keyboard shortcuts

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