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

Function ExpectAnyMessage

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

Source from the content-addressed store, hash-verified

81}
82
83func ExpectAnyMessage(want pgproto3.FrontendMessage) Step {
84 return expectMessage(want, true)
85}
86
87func expectMessage(want pgproto3.FrontendMessage, any bool) Step {
88 if want, ok := want.(*pgproto3.StartupMessage); ok {

Calls 1

expectMessageFunction · 0.85