project

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package project provides project identifier detection for a source directory.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Detector

type Detector interface {
	// DetectProject returns an identifier for dir:
	//   - git repo with remote URL  → "<remoteURL>/" or "<remoteURL>/<relPath>"
	//   - git repo without remote   → root dir, or filepath.Join(root, relPath)
	//   - not a git repo            → dir itself
	DetectProject(ctx context.Context, dir string) string
}

Detector computes a stable string identifier for a project directory.

func NewDetector

func NewDetector(gitDetector git.Detector) Detector

NewDetector returns a Detector backed by the provided git.Detector.

Jump to

Keyboard shortcuts

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