github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/internal/dockerfile/label.go (about)

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