package
Version:
v0.17.4
Opens a new window with list of versions in this module.
Published: Sep 14, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Receiver interface {
Receive()
}
Receiver perform waiting and receiving of events
type StateJSON struct {
State string `json:"state"`
Events int `json:"events"`
Thrown []string `json:"thrown"`
}
StateJSON represents state as JSON
Source Files
¶
Click to show internal directories.
Click to hide internal directories.