Liking cljdoc? Tell your friends :D

monkey.ci.protocols

Contains all (or most of) the protocols used in the app. This is useful to avoid circular dependencies.

Contains all (or most of) the protocols used in the app.  This is useful
to avoid circular dependencies.
raw docstring

JobResolvablecljprotocol

Able to resolve into jobs (zero or more)

Able to resolve into jobs (zero or more)

resolve-jobsclj

(resolve-jobs x rt)
sourceraw docstring

Storagecljprotocol

Low level storage protocol, that basically allows to store and retrieve information by location (aka storage id or sid).

Low level storage protocol, that basically allows to store and retrieve
information by location (aka storage id or sid).

delete-objclj

(delete-obj this sid)

Deletes object at location

Deletes object at location

list-objclj

(list-obj this sid)

Lists objects at given location

Lists objects at given location

obj-exists?clj

(obj-exists? this sid)

Checks if object at location exists

Checks if object at location exists

read-objclj

(read-obj this sid)

Read object at given location

Read object at given location

write-objclj

(write-obj this sid obj)

Writes object to location

Writes object to location
sourceraw docstring

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

× close