github.com/tilt-dev/tilt@v0.36.0/pkg/model/version_settings.go (about)

     1  package model
     2  
     3  type VersionSettings struct {
     4  	CheckUpdates bool
     5  }