mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 07:00:11 -04:00
8 lines
211 B
Go
8 lines
211 B
Go
package constants
|
|
|
|
const (
|
|
ClientConnectionAppNamePrefix = "steampipe_client"
|
|
ServiceConnectionAppNamePrefix = "steampipe_service"
|
|
ClientSystemConnectionAppNamePrefix = "steampipe_client_system"
|
|
)
|