mirror of
https://github.com/jackc/pgx.git
synced 2025-07-11 04:58:20 +00:00
Fix method comment in PasswordMessage
This commit is contained in:
parent
bcf3fbd780
commit
02e387ea64
@ -12,7 +12,7 @@ type PasswordMessage struct {
|
||||
// Frontend identifies this message as sendable by a PostgreSQL frontend.
|
||||
func (*PasswordMessage) Frontend() {}
|
||||
|
||||
// Frontend identifies this message as an authentication response.
|
||||
// InitialResponse identifies this message as an authentication response.
|
||||
func (*PasswordMessage) InitialResponse() {}
|
||||
|
||||
// Decode decodes src into dst. src must contain the complete message with the exception of the initial 1 byte message
|
||||
|
Loading…
x
Reference in New Issue
Block a user