github.com/mutagen-io/mutagen@v0.18.0-rc1/pkg/project/label.go (about)

     1  package project
     2  
     3  const (
     4  	// LabelKey is the label key that's applied to sessions orchestrated by the
     5  	// project, with the label value being the orchestration session identifier.
     6  	LabelKey = "io.mutagen.project"
     7  )