Documentation
¶
Overview ¶
Package pgtransmission provides psql-commands transmission to retrieve meta information from a PostgreSQL clone.
Index ¶
Constants ¶
View Source
const ( LogsEnabledDefault = true Hidden = "HIDDEN" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transmitter ¶
type Transmitter struct {
// contains filtered or unexported fields
}
func NewPgTransmitter ¶
func NewPgTransmitter(clone models.Clone, logEnabled bool) *Transmitter
Click to show internal directories.
Click to hide internal directories.