github.com/kyma-incubator/compass/components/director@v0.0.0-20230623144113-d764f56ff805/internal/model/labeldef.go (about) 1 package model 2 3 // LabelDefinition missing godoc 4 type LabelDefinition struct { 5 ID string 6 Tenant string 7 Key string 8 Schema *interface{} 9 Version int 10 }