Documentation
¶
Overview ¶
Package loader scans a goforge workspace on disk and builds the in-memory model.Workspace. Malformed bricks are reported as warnings rather than fatal errors so that commands like info and check can still report what they find.
Index ¶
Constants ¶
View Source
const ( ComponentsDir = "components" BasesDir = "bases" ProjectsDir = "projects" DevelopmentDir = "development" )
Directory names within a workspace.
Variables ¶
This section is empty.
Functions ¶
func FindRoot ¶
FindRoot walks up from dir looking for the directory that contains workspace.yaml. It returns an error if none is found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.