Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
11
pkg/common/clickhouse_realtime.go
Normal file
11
pkg/common/clickhouse_realtime.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type ClickHouseSignal struct {
|
||||
Timestamp time.Time `json:"timestamp"`
|
||||
Name string `json:"name"`
|
||||
Value *float64 `json:"value"`
|
||||
}
|
||||
Reference in New Issue
Block a user