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