Documentation
¶
Index ¶
Constants ¶
View Source
const ( ActionAdd = ActionType("add") ActionDetele = ActionType("delete") ActionUpdate = ActionType("update") )
View Source
const ( DataDevice = DataType("device") DataLog = DataType("log") DataPerson = DataType("person") DataPlace = DataType("place") )
Variables ¶
This section is empty.
Functions ¶
func EnableViews ¶
func EnableViews() error
Types ¶
type ActionType ¶
type ActionType string
type DeviceData ¶
type PersonData ¶
type Webhook ¶
type Webhook struct { DataType DataType `json:"data_type"` *EventData *DeviceData *PersonData *PlaceData }
Click to show internal directories.
Click to hide internal directories.