scan

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package scan discovers project metadata from the filesystem for ktext init.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Identity     schema.Identity
	Constraints  []schema.Constraint
	Decisions    []schema.Decision
	Conventions  []schema.Convention
	Dependencies []schema.Dependency
	Working      schema.Working
	Links        schema.Links
	Log          []string // human-readable discovery notes
}

Result holds everything discovered from a repository scan.

func Repo

func Repo(repoPath string) Result

Repo scans the directory at repoPath and returns what it finds.

Jump to

Keyboard shortcuts

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