github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/config/types/config_type.go (about)

     1  package types
     2  
     3  type ConfigType int
     4  
     5  const (
     6  	ConfigTypeGlobal ConfigType = iota
     7  	ConfigTypeProject
     8  )