github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/integrations/sparkle/export_test.go (about)

     1  package sparkle
     2  
     3  //nolint:gochecknoglobals
     4  var (
     5  	GetSettings = getSettings
     6  	IsOS        = isOS
     7  	DetectOS    = detectOS
     8  )