mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-13 06:04:27 -04:00
9 lines
114 B
Go
9 lines
114 B
Go
package constants
|
|
|
|
// Application constants
|
|
|
|
const (
|
|
AppName = "steampipe"
|
|
FdwName = "steampipe-postgres-fdw"
|
|
)
|