Documentation ¶
Index ¶
Constants ¶
View Source
const CfgDirName = ".aztfexport"
View Source
const CfgFileName = "config.json"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { InstallationId string `json:"installation_id"` TelemetryEnabled bool `json:"telemetry_enabled"` }
func GetConfig ¶
func GetConfig() (*Configuration, error)
Click to show internal directories.
Click to hide internal directories.