github.com/tilt-dev/tilt@v0.36.0/internal/dockerfile/label.go (about)

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