Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2018 Changes in this version + type LogClient struct + func NewLogClient(workspaceID, workspaceSecret, logType string, metadata map[string]string) LogClient + func (c *LogClient) PostMessage(message string, timestamp time.Time) error + func (c *LogClient) PostMessages(messages []string, timestamp time.Time) error