mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 09:48:31 +02:00
✨ Improve msgbus internal API
This commit is contained in:
parent
9c68432936
commit
a555e13b6a
7 changed files with 131 additions and 103 deletions
|
@ -13,6 +13,7 @@
|
|||
[app.http :as-alias http]
|
||||
[app.loggers.audit :as audit]
|
||||
[app.metrics :as mtx]
|
||||
[app.msgbus :as-alias mbus]
|
||||
[app.rpc.retry :as retry]
|
||||
[app.rpc.rlimit :as rlimit]
|
||||
[app.rpc.semaphore :as rsem]
|
||||
|
@ -248,7 +249,7 @@
|
|||
(s/def ::executors map?)
|
||||
(s/def ::http-client fn?)
|
||||
(s/def ::ldap (s/nilable map?))
|
||||
(s/def ::msgbus fn?)
|
||||
(s/def ::msgbus ::mbus/msgbus)
|
||||
(s/def ::public-uri ::us/not-empty-string)
|
||||
(s/def ::session map?)
|
||||
(s/def ::storage some?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue