package sentio import "time" type Probability struct { TS time.Time Value float64 }