Documentation ¶ Index ¶ type Project Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Project ¶ type Project struct { Name string URL string Branch string Path string FilePath string // a path to a file within the project SubProjects []Project // a list of subprojects within the project Labels map[string]string } Source Files ¶ View all Source files project.go Click to show internal directories. Click to hide internal directories.