Documentation ¶ Index ¶ type Consumer func NewConsumer(file string) *Consumer func (c *Consumer) Handler(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Consumer ¶ type Consumer struct { Seen uint32 `json:"confirmed"` Sent uint32 `json:"sent"` Fetch int `json:"fetch"` Interactive bool `json:"interactive"` // contains filtered or unexported fields } func NewConsumer ¶ func NewConsumer(file string) *Consumer func (*Consumer) Handler ¶ func (c *Consumer) Handler(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files consumer.go init.go Click to show internal directories. Click to hide internal directories.