Documentation ¶
Index ¶
Constants ¶
View Source
const ErrSSLRequired = "cleartext connections are not permitted"
ErrSSLRequired is returned when a client attempts to connect to a secure server in cleartext.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server implements the server side of the PostgreSQL wire protocol.
func MakeServer ¶
MakeServer creates a Server, adding network stats to the given Registry.
Click to show internal directories.
Click to hide internal directories.