Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
Name string `json:"name"`
Type Type `json:"type"`
WalStatus string `json:"walStatus"`
RestartLSN pg.LSN `json:"restartLSN"`
ConfirmedFlushLSN pg.LSN `json:"confirmedFlushLSN"`
CurrentLSN pg.LSN `json:"currentLSN"`
RetainedWALSize pg.LSN `json:"retainedWALSize"`
Lag pg.LSN `json:"lag"`
ActivePID int32 `json:"activePID"`
Active bool `json:"active"`
}
type Option ¶
type Option func(*Config)
func WithCreateIfNotExists ¶
type Slot ¶
type Slot struct {
// contains filtered or unexported fields
}
type XLogUpdater ¶
Click to show internal directories.
Click to hide internal directories.