Documentation
¶
Overview ¶
Package ledger provides anonymous usage tracking for foundryctl commands.
Index ¶
Constants ¶
View Source
const ( PropCommand = "command" PropPlatform = "platform" PropMode = "mode" PropFlavor = "flavor" PropPatchesConfigured = "patches_configured" PropPatchCount = "patch_count" PropInfrastructureEnabled = "infrastructure_enabled" PropMetaStoreKind = "metastore_kind" PropTelemetryStoreKind = "telemetry_store_kind" PropTelemetryKeeperKind = "telemetry_keeper_kind" PropSuccess = "success" PropError = "error" )
Property keys for casting details.
Variables ¶
This section is empty.
Functions ¶
func CastingProperties ¶
CastingProperties extracts trackable properties from a Casting config.
func CommandProperties ¶
CommandProperties returns a minimal property map with just the command name.
Types ¶
type Config ¶
Config holds ledger configuration.
Click to show internal directories.
Click to hide internal directories.