Documentation ¶
Index ¶
Constants ¶
View Source
const AccountActivated = "account activated"
Variables ¶
This section is empty.
Functions ¶
func Hash ¶
Hashes the given username to anonymize the data sent to Segment (and subsequently Woopra)
Note: implementation of the Hash MUST match with the existing ones of CRW and Web/Dev Console so that metrics can be correlated in Woopra See https://github.com/che-incubator/che-workspace-telemetry-client/pull/68/files
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func DefaultClient ¶
func (*Client) Client ¶
func (c *Client) Client() analytics.Client
Client returns the underlying client. For testing purpose only, when the underlying client is a fake impl.
func (*Client) TrackAccountActivation ¶
Click to show internal directories.
Click to hide internal directories.