package
Version:
v0.0.0-...-765649b
Opens a new window with list of versions in this module.
Published: Apr 12, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Type []string `json:"type"`
Events []Event `json:"events"`
}
type Event struct {
Description string `json:"description"`
Delay string `json:"delay"`
Topic string `json:"topic"`
Payload interface{} `json:"payload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.