The highest tagged major version is
v3.
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Oct 27, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BaseEvent struct {
Ts string `json:"ts"`
UUID string `json:"uuid"`
Token string `json:"token"`
Type string `json:"type"`
}
type BaseEventData struct {
AppID string `json:"app_id"`
Type string `json:"type"`
TenantKey string `json:"tenant_key"`
}
type BaseEventV2 struct {
Version string `json:"version"`
}
type NotData struct {
Version string `json:"version"`
Token string `json:"token"`
Type string `json:"type"`
Challenge string `json:"challenge"`
Event *struct {
Type string `json:"type"`
} `json:"event"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.