Versions in this module Expand all Collapse all v1 v1.0.1 May 10, 2021 v1.0.0 May 9, 2021 Changes in this version + var Inputs = map[string]Input + type Conn interface + Close func() error + Recv func(*Event) error + Send func(*Event) error + type Event struct + Data []byte + From string + Meta map[string]interface{} + To string + Type EventType + type EventType string + const TextEvent + type Input interface + Flags func() []cli.Flag + Init func(*cli.Context) error + Start func() error + Stop func() error + Stream func() (Conn, error) + String func() string Incompatible versions in this module v2.3.0+incompatible May 9, 2021