Reorganize comments related rpc methods

Mutations becomes deprecated and queries moved to commands. The
old queries still maintained with deprecated flag.
This commit is contained in:
Andrey Antukh 2022-07-12 20:37:01 +02:00
parent 8237805cf5
commit 05a86581a5
5 changed files with 243 additions and 112 deletions

View file

@ -241,6 +241,7 @@
[cfg]
(let [cfg (assoc cfg ::type "command" ::metrics-id :rpc-command-timing)]
(->> (sv/scan-ns 'app.rpc.commands.binfile
'app.rpc.commands.comments
'app.rpc.commands.auth
'app.rpc.commands.ldap
'app.rpc.commands.demo)