Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrRillIntake = errors.New("failed to fire telemetry")
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action string
Action represents a type of telemetry event. Error actions are not needed. Will be inferred from missing events.
const ( ActionInstallSuccess Action = "install-success" ActionDeployStart Action = "deploy-start" ActionDeploySuccess Action = "deploy-success" ActionGithubConnectedStart Action = "ghconnected-start" ActionGithubConnectedSuccess Action = "ghconnected-success" ActionDataAccessStart Action = "dataaccess-start" ActionDataAccessSuccess Action = "dataaccess-success" ActionLoginStart Action = "login-start" ActionLoginSuccess Action = "login-success" ActionAppStart Action = "app-start" )
Click to show internal directories.
Click to hide internal directories.