mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-10 15:01:45 -04:00
9 lines
168 B
Go
9 lines
168 B
Go
package constants
|
|
|
|
// constants for introspection config flag
|
|
const (
|
|
IntrospectionNone = "none"
|
|
IntrospectionInfo = "info"
|
|
IntrospectionControl = "control"
|
|
)
|