Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DoNotTrack ¶
func DoNotTrack() bool
Types ¶
type CloudTracker ¶
type CloudTracker struct {
// contains filtered or unexported fields
}
func (*CloudTracker) Close ¶
func (t *CloudTracker) Close() error
type Config ¶
func DefaultConfig ¶
type Event ¶
type Event struct { Timestamp time.Time `json:"ts,omitempty"` Type string `json:"type,omitempty"` Properties map[string]string `json:"properties,omitempty"` DeviceID string `json:"device_id,omitempty"` SessionID string `json:"session_id,omitempty"` ClientVersion string `json:"client_version,omitempty"` ClientOS string `json:"client_os,omitempty"` ClientArch string `json:"client_arch,omitempty"` CI bool `json:"ci"` CIVendor string `json:"ci_vendor,omitempty"` GitRemoteEncoded string `json:"git_remote_encoded,omitempty"` GitAuthorHashed string `json:"git_author_hashed,omitempty"` }
Click to show internal directories.
Click to hide internal directories.