Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DebugOut is a log.Logger that gets debug output. Hook it up to get output DebugOut = log.New(io.Discard, "[DEBUG]", log.Lshortfile) )
Functions ¶
This section is empty.
Types ¶
type Zulip ¶
type Zulip struct { BaseURL string Username string Token string Retries int // Number of times to retry sending a message (disabled with 0) Interval time.Duration // Interval between retries }
Zulip is a struct to enable repeatable transmissions to a Zulip instance
Click to show internal directories.
Click to hide internal directories.