Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorSlotIsNotExists = goerrors.New("slot is not exists")
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Info ¶
type Info struct { Name string `json:"name"` Type Type `json:"type"` WalStatus string `json:"walStatus"` RestartLSN pq.LSN `json:"restartLSN"` ConfirmedFlushLSN pq.LSN `json:"confirmedFlushLSN"` CurrentLSN pq.LSN `json:"currentLSN"` RetainedWALSize pq.LSN `json:"retainedWALSize"` Lag pq.LSN `json:"lag"` ActivePID int32 `json:"activePID"` Active bool `json:"active"` }
Click to show internal directories.
Click to hide internal directories.