Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Service label string for system service ServiceTypeSystem = "system" // Service label string for Postgres services ServiceTypePostgresql = "postgres" // Service label string for Pgbouncer services ServiceTypePgbouncer = "pgbouncer" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PGResult ¶
type PGResult struct {
Nrows int
Ncols int
Colnames []pgproto3.FieldDescription
Rows [][]sql.NullString
}
PGResult is the iterable store that contains query result (data and metadata) returned from Postgres
Click to show internal directories.
Click to hide internal directories.