package constants const ( InstallMessagePluginAlreadyInstalled = "Already installed" InstallMessagePluginLatestAlreadyInstalled = "Latest already installed" InstallMessagePluginNotInstalled = "Not installed" InstallMessagePluginNotFound = "Not found" ConnectionErrorPluginFailedToStart = "plugin failed to start" ConnectionErrorPluginNotInstalled = "plugin not installed" SteampipeHubOCIBase = "hub.steampipe.io/" )