The highest tagged major version is
v3.
package
Version:
v1.1.46
Opens a new window with list of versions in this module.
Published: Jun 6, 2022
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 {
Schema string `json:"schema"`
}
type Fuzzy struct {
Schema string `json:"schema"`
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.