github.com/grahambrereton-form3/tilt@v0.10.18/internal/dockerfile/label.go (about)

     1  package dockerfile
     2  
     3  type Label string
     4  type LabelValue string
     5  type Labels map[Label]LabelValue