1
0
Fork 0
forked from External/ergo

initial implementation of draft/persistence

This commit is contained in:
Shivaram Lingamneni 2022-07-15 00:04:35 -04:00
parent fa3de3e149
commit 99d27ff737
6 changed files with 101 additions and 1 deletions

View file

@ -233,6 +233,10 @@ func init() {
usablePreReg: true,
minParams: 1,
},
"PERSISTENCE": {
handler: persistenceHandler,
minParams: 1,
},
"PING": {
handler: pingHandler,
usablePreReg: true,