Documentation
¶
Index ¶
Constants ¶
View Source
const ( // TODO(nick): verify these fit best practices (casing, etc.) TraitVersion = "aws-okta-version" // TODO(nick): not clear the difference between a track trait // and a event property PropertyVersion = "aws-okta-version" PropertyKeyringBackend = "backend" EventRanCommand = "Ran Command" PropertyCommandName = "command" PropertyProfileName = "profile" )
Variables ¶
View Source
var AllProperties = map[string]struct{}{ PropertyVersion: struct{}{}, PropertyKeyringBackend: struct{}{}, PropertyCommandName: struct{}{}, PropertyProfileName: struct{}{}, }
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// global properties
UserId string
KeyringBackend string
Version string
// contains filtered or unexported fields
}
Client is a convenience wrapper an analytics-go Client. A zero value client will no-op all its methods
func (Client) TrackRanCommand ¶
Click to show internal directories.
Click to hide internal directories.