Documentation
¶
Overview ¶
Package readiness contains the code needed to check if PostgreSQL is ready to accept client connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrStreamingReplicaNotConnected = errors.New("streaming replica was never connected to the primary node")
ErrStreamingReplicaNotConnected is raised for streaming replicas that never connected to its primary
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
Data is the readiness checker structure
func ForInstance ¶
func ForInstance(instance instanceInterface) *Data
ForInstance creates a readiness checker for a certain instance
Click to show internal directories.
Click to hide internal directories.