browseprefix

package
v2.15.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2026 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultThreshold = 0.5
	DefaultMinFiles  = 5
)

Variables

This section is empty.

Functions

func StemFromPath

func StemFromPath(path string) string

func StripWithPolicy

func StripWithPolicy(stem string, policy Policy) (string, bool)

Types

type Kind

type Kind string
const (
	KindNone Kind = ""
	KindRank Kind = "rank"
	KindDate Kind = "date"
)

type Policy

type Policy struct {
	Kind    Kind
	Enabled bool
}

func DetectPolicyForPaths

func DetectPolicyForPaths(paths []string, threshold float64, minFiles int) Policy

type Prefix

type Prefix struct {
	Kind Kind
	Rest string
}

func ParseStem

func ParseStem(stem string) Prefix

Jump to

Keyboard shortcuts

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