clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

IScheduler protocol function definitions vs implementation mismatch #91

Closed wdhowe closed 4 years ago

wdhowe commented 4 years ago

The IScheduler protocol function definitions (meson.protocols.master.scheduler) no longer match the implementation (meson.client.impl.master.scheduler).

Will submit a PR for this.