projects

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2025 License: AGPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DetectFunc

type DetectFunc func(folderName string) (language string, projectName string, icon string, err error)

type Project

type Project struct {
	FolderName  string `json:"folder_name"`
	Language    string `json:"language"`
	ProjectName string `json:"project_name"`
	Icon        string `json:"icon"`
}

func New

func New(folderName string) (*Project, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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