//
pkg.gl
Category
github.com/kubectyl/kuber
events
package
1.0.0-alpha.1
Repository:
https://github.com/kubectyl/kuber.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
51 SLOC
#
Functions
DecodeTo
DecodeTo decodes a byte slice of event data into the given interface.
MustDecode
MustDecode decodes the event byte slice back into an events.Event struct or panics if an error is encountered during this process.
NewBus
NewBus returns a new empty Bus.
#
Structs
Bus
Bus represents an Event Bus.
Event
Event represents an Event sent over a Bus.