framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Cleanup overseer.{status,worker} #60

Closed andrewberls closed 8 years ago

andrewberls commented 8 years ago
elliot42 commented 8 years ago

:+1:

andrewberls commented 8 years ago

Gah I just realized I blew it here, worker is indeed 'private' since overseer.api contains an alias to worker/start! -_-

elliot42 commented 8 years ago

(What do you mean by public/private in this case? I assume we're not talking Java public/private or..eh?)

andrewberls commented 8 years ago

Yeah I mean ^:no-doc private, hence air quotes