(actor-gate-open? gate-values akey)
(add! {:hyak.core/keys [root-key conn]} fkey)
(akey->n akey)
(akey->str akey)
(boolean-gate-open? gate-values _akey)
(clear! {:hyak.core/keys [conn]} fkey)
(disable-actor! {:hyak.core/keys [conn]} fkey akey)
(disable-group! {:hyak.core/keys [conn]} fkey gkey)
(disable-percentage-of-actors! {:hyak.core/keys [conn]} fkey)
(disable-percentage-of-time! {:hyak.core/keys [conn]} fkey)
(enable! {:hyak.core/keys [conn] :as fstore} fkey)
(enable-actor! {:hyak.core/keys [conn]} fkey akey)
(enable-group! {:hyak.core/keys [conn]} fkey gkey)
(enable-percentage-of-actors! {:hyak.core/keys [conn]} fkey n)
(enable-percentage-of-time! {:hyak.core/keys [conn]} fkey n)
(enabled-features fstore akey)
Get the set of all enabled features. Useful for dumping to a clojurescript front-end statically.
Get the set of all enabled features. Useful for dumping to a clojurescript front-end statically.
(enabled? fstore fkey)
(enabled? {:hyak.core/keys [conn]} fkey akey)
(exists? fstore fkey)
(features {:hyak.core/keys [root-key conn]})
(get-feature conn fkey)
(gkey->str gkey)
(group-exists? gkey)
(group-gate-open? gate-values akey)
(group-names)
(group-preds)
(make-fstore)
(make-fstore conn-opts features-key)
Make a flipper store. See taoensso.carmine/wcar
for documentation of
conn-opts
.
Make a flipper store. See `taoensso.carmine/wcar` for documentation of `conn-opts`.
(percentage-of-actors-gate-open? gate-values akey)
(percentage-of-time-gate-open? gate-values _akey)
(register-group gkey pred)
(remove! {:hyak.core/keys [root-key conn] :as fstore} fkey)
(str->akey s)
(str->gkey s)
(unregister-groups)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close