model

package
v0.0.0-...-7cb1dad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Annotation

type Annotation struct {
	Properties []map[string]interface{} `json:"properties"`
}

type FCTSDataModel

type FCTSDataModel struct {
	SiteCode    string       `json:"site_code"`
	SensorId    string       `json:"sensor_id"`
	DataSource  string       `json:"data_source"`
	TimeStamp   int64        `json:"time_stamp"`
	Value       string       `json:"value"`
	Uom         string       `json:"uom"`
	Quality     string       `json:"quality"`
	Annotations []Annotation `json:"annotations"`
}

type IService

type IService interface {
	SendAlarm(events []byte) error
	TestAlarm(events []byte) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL