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