mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 13:00:08 -05:00
9 lines
232 B
Go
9 lines
232 B
Go
package constants
|
|
|
|
const (
|
|
PluginAlreadyInstalled = "Already installed"
|
|
PluginLatestAlreadyInstalled = "Latest already installed"
|
|
PluginNotInstalled = "Not installed"
|
|
PluginNotFound = "Not found"
|
|
)
|