mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-17 10:00:17 -05:00
13 lines
472 B
Go
13 lines
472 B
Go
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/"
|
|
)
|