package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jan 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewEvent is used to publish new event
type Event struct {
Type EventType `json:"type"`
Message string `json:"message"`
}
Event is struct for events
GetEvent is used to read published event
EventType is type for further parsing
Source Files
¶
Click to show internal directories.
Click to hide internal directories.