Files
steampipe/pkg/constants/plugin.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/"
)