Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListNamespaces ¶
Types ¶
type GoMetadata ¶
type GoMetadata struct {
ModulePath string
}
type PackageManager ¶ added in v0.3.31
type PackageManager string
const ( PmUnknown PackageManager = "" PmNPM PackageManager = "npm" PmYarn PackageManager = "yarn" )
type Project ¶ added in v0.3.31
type Project struct { Language Language PackageManager PackageManager // A project can have multiple "frameworks" - e.g. React and Vite Frameworks []Framework Metadata Metadata }
Representation of detected information about a native lang code project
func DetectNativeLang ¶
Check files in a code project to detect native lang information
func (*Project) HasFramework ¶ added in v0.3.31
Click to show internal directories.
Click to hide internal directories.