Versions in this module Expand all Collapse all v0 v0.2.0 Jun 19, 2024 Changes in this version + var DEBUG = os.Getenv("DEBUG") + type DevoClient struct + func NewDevoClient(apiKey, apiSecret, url string) *DevoClient + func (client *DevoClient) DevoQuery(dateFromStr, dateToStr, query string, eventChan chan<- Event, ...) + type Event map[string]interface