Documentation ¶
Overview ¶
Package pgmock provides the ability to mock a PostgreSQL server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Step ¶
func AcceptUnauthenticatedConnRequestSteps ¶
func AcceptUnauthenticatedConnRequestSteps() []Step
func ExpectAnyMessage ¶
func ExpectAnyMessage(want pgproto3.FrontendMessage) Step
func ExpectMessage ¶
func ExpectMessage(want pgproto3.FrontendMessage) Step
func SendMessage ¶
func SendMessage(msg pgproto3.BackendMessage) Step
func WaitForClose ¶
func WaitForClose() Step
Click to show internal directories.
Click to hide internal directories.