Export pgcat objects in lib (#169)

* Export pgcat objects in lib

* fmt
This commit is contained in:
zainkabani
2022-09-20 21:47:32 -04:00
committed by GitHub
parent f7a951745c
commit 8c09ab6c20
6 changed files with 41 additions and 30 deletions

View File

@@ -496,7 +496,7 @@ where
Ok(bytes)
}
pub fn server_paramater_message(key: &str, value: &str) -> BytesMut {
pub fn server_parameter_message(key: &str, value: &str) -> BytesMut {
let mut server_info = BytesMut::new();
let null_byte_size = 1;