mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
10 lines
144 B
Go
10 lines
144 B
Go
package constants
|
|
|
|
const (
|
|
ControlOk = "ok"
|
|
ControlAlarm = "alarm"
|
|
ControlSkip = "skip"
|
|
ControlInfo = "info"
|
|
ControlError = "error"
|
|
)
|