admin: SHOW STATS (#46)

* admin: show stats

* warning

* tests

* lint

* type mod
This commit is contained in:
Lev Kokotov
2022-02-25 18:20:15 -08:00
committed by GitHub
parent 8e0682482d
commit f74101cdfe
7 changed files with 184 additions and 2 deletions

View File

@@ -20,3 +20,9 @@ pub const AUTHENTICATION_SUCCESSFUL: i32 = 0;
// ErrorResponse: A code identifying the field type; if zero, this is the message terminator and no string follows.
pub const MESSAGE_TERMINATOR: u8 = 0;
//
// Data types
//
pub const OID_NUMERIC: i32 = 1700;
pub const OID_TEXT: i32 = 25;