Liking cljdoc? Tell your friends :D

lemme-know-bot.notify

Functions to add, list, remove, track the notify search list.

Functions to add, list, remove, track the notify search list.
raw docstring

add-search!clj

(add-search! chat-id user search)

Add a search to the searches atom vector.

Add a search to the searches atom vector.
sourceraw docstring

clean-searches!clj

(clean-searches!)

Cleanup searches by ensuring only distinct user+text exists.

Cleanup searches by ensuring only distinct user+text exists.
sourceraw docstring

list-searchesclj

(list-searches chat-id user)

List the tracked searches given a user. Returns a lazy sequence of search words.

List the tracked searches given a user.
Returns a lazy sequence of search words.
sourceraw docstring

remove-search!clj

(remove-search! chat-id user search)

Remove a search in the searches atom vector.

Remove a search in the searches atom vector.
sourceraw docstring

search-datacljprotocol

Only load supported data types.

Only load supported data types.

load-searches!clj

(load-searches! content)

Load a searches data structure at once, merging content with an existing.

Load a searches data structure at once, merging content with an existing.
sourceraw docstring

searchesclj

source

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

× close