25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

13 satır
259 B

  1. package model
  2. type Settings struct {
  3. CurrentAlgorithm string
  4. LocationConfidence int64
  5. LastSeenThreshold int64
  6. BeaconMetricSize int
  7. HASendInterval int
  8. HASendChangesOnly bool
  9. RSSIEnforceThreshold bool
  10. RSSIMinThreshold int64
  11. }