mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-16 07:00:18 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
8 lines
188 B
Go
8 lines
188 B
Go
package constants
|
|
|
|
const (
|
|
PluginAlreadyInstalled = "Already installed"
|
|
PluginLatestAlreadyInstalled = "Latest already installed"
|
|
PluginNotInstalled = "Not installed"
|
|
)
|