2
0

probability.go 91 B

12345678
  1. package sentio
  2. import "time"
  3. type Probability struct {
  4. TS time.Time
  5. Value float64
  6. }