mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-08 00:02:09 -04:00
15 lines
307 B
Go
15 lines
307 B
Go
package constants
|
|
|
|
// Application constants
|
|
|
|
const (
|
|
AppName = "steampipe"
|
|
FdwName = "steampipe-postgres-fdw"
|
|
)
|
|
|
|
const (
|
|
ClientConnectionAppNamePrefix = "steampipe_client"
|
|
ServiceConnectionAppNamePrefix = "steampipe_service"
|
|
ClientSystemConnectionAppNamePrefix = "steampipe_client_system"
|
|
)
|