Documentation
¶
Index ¶
Constants ¶
View Source
const ( MixpanelEndpoint = "https://api.mixpanel.com/track" MixpanelToken = "0c1710c9656bbfb1056bb46093e23ca1" TRACKING_VERSION = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventType ¶
type EventType string
EventType represents the type of event to track
const ( EventCliInstallStarted EventType = "cli_install_started" EventCliInstallSuccess EventType = "cli_install_success" EventCliInstallFailed EventType = "cli_install_failed" EventCliCodeInitStarted EventType = "cli_code_init_started" EventCliCodeInitSuccess EventType = "cli_code_init_success" EventCliCodeInitFailed EventType = "cli_code_init_failed" EventCliCodePushStarted EventType = "cli_code_push_started" EventCliCodePushSuccess EventType = "cli_code_push_success" EventCliCodePushFailed EventType = "cli_code_push_failed" EventCliDatasetParseStarted EventType = "cli_dataset_parse_started" EventCliDatasetParseSuccess EventType = "cli_dataset_parse_success" EventCliDatasetParseFailed EventType = "cli_dataset_parse_failed" EventCliModelsImportStarted EventType = "cli_models_import_started" EventCliModelsImportSuccess EventType = "cli_models_import_success" EventCliModelsImportFailed EventType = "cli_models_import_failed" EventCliProjectsPushStarted EventType = "cli_projects_push_started" EventCliProjectsPushSuccess EventType = "cli_projects_push_success" EventCliProjectsPushFailed EventType = "cli_projects_push_failed" EventAuthLoginSuccess EventType = "auth_login_success" EventAuthLoginFailed EventType = "auth_login_failed" EventAuthLogoutSuccess EventType = "auth_logout_success" EventAuthLogoutFailed EventType = "auth_logout_failed" EventServerInstallStarted EventType = "server_install_started" EventServerInstallSuccess EventType = "server_install_success" EventServerInstallFailed EventType = "server_install_failed" EventServerReinstallStarted EventType = "server_reinstall_started" EventServerReinstallSuccess EventType = "server_reinstall_success" EventServerReinstallFailed EventType = "server_reinstall_failed" EventServerUpgradeStarted EventType = "server_upgrade_started" EventServerUpgradeSuccess EventType = "server_upgrade_success" EventServerUpgradeFailed EventType = "server_upgrade_failed" )
Click to show internal directories.
Click to hide internal directories.