Files
steampipe/pkg/constants/app.go
2024-10-22 17:25:37 +05:30

8 lines
211 B
Go

package constants
const (
ClientConnectionAppNamePrefix = "steampipe_client"
ServiceConnectionAppNamePrefix = "steampipe_service"
ClientSystemConnectionAppNamePrefix = "steampipe_client_system"
)