Liking cljdoc? Tell your friends :D

googlesheets-sql-sync.core


startclj

(start {:as options :keys [api-rate-limit auth-only no-metrics no-server]})

Build a system from options, start it and return it.

Build a system from options, start it and return it.
sourceraw docstring

stopclj

(stop {:keys [timeout> work> stop-server]})

Stops system. If system is not running, nothing happens.

Stops system. If system is not running, nothing happens.
sourceraw docstring

trigger-syncclj

(trigger-sync {:keys [work>]})

Tell system to sync, but doesn't wait for sync to complete.

Tell system to sync, but doesn't wait for sync to complete.
sourceraw docstring

waitclj

(wait {:as ctx :keys [worker>]})

Block until system is stopped

Block until system is stopped
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close