Files
steampipe/pkg/constants/plugin.go

9 lines
232 B
Go

package constants
const (
PluginAlreadyInstalled = "Already installed"
PluginLatestAlreadyInstalled = "Latest already installed"
PluginNotInstalled = "Not installed"
PluginNotFound = "Not found"
)