Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(controller Controller) (*Server, error)
type Step ¶
func AcceptUnauthenticatedConnRequestSteps ¶
func AcceptUnauthenticatedConnRequestSteps() []Step
func ExpectAnyMessage ¶
func ExpectAnyMessage(want pgproto3.FrontendMessage) Step
func ExpectMessage ¶
func ExpectMessage(want pgproto3.FrontendMessage) Step
func PgxInitSteps ¶
func PgxInitSteps() []Step
func SendMessage ¶
func SendMessage(msg pgproto3.BackendMessage) Step
func WaitForClose ¶
func WaitForClose() Step
Click to show internal directories.
Click to hide internal directories.