Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LongPollClient ¶
type LongPollClient struct {
// contains filtered or unexported fields
}
func NewLongPollClient ¶
func NewLongPollClient(config LongPollClientConfig) (*LongPollClient, error)
func (*LongPollClient) PullOnce ¶
func (c *LongPollClient) PullOnce(since time.Time) ([]Event, error)
func (*LongPollClient) Stop ¶
func (c *LongPollClient) Stop() error
Click to show internal directories.
Click to hide internal directories.