Versions in this module Expand all Collapse all v1 v1.0.1 Jul 25, 2019 v1.0.0 Jul 22, 2019 Changes in this version + type Client struct + Client *retryablehttp.Client + Ctx context.Context + Settings *settings.Settings + func NewEventClient(ctx context.Context, settings *settings.Settings) *Client + func (c *Client) SendEvent(eventType string, event *Event) + type Event struct + Branch string + Dinghyfile string + End int64 + Module bool + Org string + Path string + Repo string + Start int64 + type EventClient interface + SendEvent func(string, *Event)