Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLogSink ¶
func NewLogSink(ch chan Event)
Types ¶
type Bus ¶
type Bus interface {
AddListener() chan Event
Publish(Event)
Run(context.Context)
History() []HistoricalEvent
Errors() []HistoricalError
}
type HistoricalError ¶
func (HistoricalError) FmtTime ¶
func (he HistoricalError) FmtTime() string
func (HistoricalError) Type ¶
func (he HistoricalError) Type() string
type HistoricalEvent ¶
func (HistoricalEvent) FmtTime ¶
func (he HistoricalEvent) FmtTime() string
func (HistoricalEvent) Type ¶
func (he HistoricalEvent) Type() string
Click to show internal directories.
Click to hide internal directories.