Fork me on GitHub
#mount
<
2018-10-05
>
Azzurite16:10:40

is there a reference documentation to mount? I just looked at the huge readme and wanted to instead quickly get an overview over the functions available

tolitius16:10:28

depending on what you are looking for this sums it up:

(defstate conn :start (create-conn)
               :stop (disconnect conn))
(mount/start)
(mount/stop)
+ other functions that mostly used in testing / running subsystems: https://github.com/tolitius/mount#composing-states