index

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2026 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder interface {
	Build(ctx context.Context, vaultPath string, files []string) (*VaultIndex, error)
}

Builder builds a vault index from files

func New

func New(parser parser.Parser) Builder

New creates a new Builder

type VaultIndex

type VaultIndex struct {
	// contains filtered or unexported fields
}

VaultIndex contains normalized file and alias mappings

func (*VaultIndex) Resolve

func (v *VaultIndex) Resolve(target string) bool

Resolve checks if a target exists in the index (case-insensitive)

Jump to

Keyboard shortcuts

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