MCPcopy
hub / github.com/jackc/pgx / ExpectMessage

Function ExpectMessage

internal/pgmock/pgmock.go:79–81  ·  view source on GitHub ↗
(want pgproto3.FrontendMessage)

Source from the content-addressed store, hash-verified

77}
78
79func ExpectMessage(want pgproto3.FrontendMessage) Step {
80 return expectMessage(want, false)
81}
82
83func ExpectAnyMessage(want pgproto3.FrontendMessage) Step {
84 return expectMessage(want, true)

Callers 1

TestScriptFunction · 0.92

Calls 1

expectMessageFunction · 0.85

Tested by 1

TestScriptFunction · 0.74