healthchecks!

This commit is contained in:
Lev Kokotov
2022-02-03 17:32:04 -08:00
parent 89043ef12f
commit 2114cb2a97
3 changed files with 23 additions and 4 deletions

View File

@@ -5,4 +5,5 @@ pub enum Error {
ClientBadStartup,
ProtocolSyncError,
ServerError,
ServerTimeout,
}