Documentation
¶
Overview ¶
Package provides project orchestration infrastructure.
Index ¶
Constants ¶
View Source
const ( // DefaultConfigurationFileName is the name of the Mutagen project // configuration file. DefaultConfigurationFileName = "mutagen.yml" // LockFileExtension is the extension added to a configuration file path in // order to compute the corresponding lock file. LockFileExtension = ".lock" )
View Source
const ( // LabelKey is the label key that's applied to sessions orchestrated by the // project, with the label value being the orchestration session identifier. LabelKey = "io.mutagen.project" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.