models

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package models provides project-level data structures.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Project

type Project struct {
	Dir  string // Absolute path to the project root
	Name string // Derived short name (directory basename)
}

Project holds metadata about the Go project being inspected.

func DetectProject

func DetectProject() (Project, error)

DetectProject builds a Project from the current working directory.

Jump to

Keyboard shortcuts

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