scanner

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2026 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ScanSessions

func ScanSessions(root string) ([]session.Session, error)

ScanSessions walks the sessions root and parses each .jsonl file into Session metadata.

func ScanSessionsLimited

func ScanSessionsLimited(root string, limit int, less func(a, b session.Session) bool) ([]session.Session, error)

ScanSessionsLimited scans a root and retains only the best limit sessions according to less. A limit <= 0 falls back to full ScanSessions behavior.

Types

This section is empty.

Jump to

Keyboard shortcuts

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