package
0.0.0-20241212193129-31f37f7e77a3
Repository: https://github.com/thingspect/atlas.git
Documentation: pkg.go.dev
# Functions
NewAlert instantiates and returns a new Alert service.
NewDataPoint instantiates and returns a new DataPoint service.
NewDevice instantiates and returns a new Device service.
NewEvent instantiates and returns a new Event service.
NewOrg instantiates and returns a new Org service.
NewRuleAlarm instantiates and returns a new RuleAlarm service.
NewSession instantiates and returns a new Session service.
NewTag instantiates and returns a new Tag service.
NewUser instantiates and returns a new User service.
# Constants
Constants used for endpoint behavior.
# Structs
Alert service contains functions to query alerts.
DataPoint service contains functions to create and query data points.
Device service contains functions to query and modify devices.
Event service contains functions to query events.
Org service contains functions to query and modify organizations.
RuleAlarm service contains functions to query and modify rules and alarms.
Session service contains functions to create sessions and keys.
Tag service contains functions to query tags.
User service contains functions to query and modify users.
# Interfaces
Alarmer defines the methods provided by a alarm.DAO.
Alerter defines the methods provided by an alert.DAO.
DataPointer defines the methods provided by a datapoint.DAO.
Devicer defines the methods provided by a device.DAO.
Eventer defines the methods provided by a event.DAO.
Keyer defines the methods provided by a key.DAO.
Orger defines the methods provided by an org.DAO.
Ruler defines the methods provided by a rule.DAO.
Tagger defines the methods provided by a tag.DAO.
Userer defines the methods provided by a user.DAO.