Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct { // Sink is the consumer of cloud events from the bot. Sink string `envconfig:"SINK_URI" required:"true"` // Port is server port to be listened. Port int `envconfig:"PORT" default:"8080"` Admin string Bot string Channel string Err chan error // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.