Files
steampipe/pkg/constants/app.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"
)