Liking cljdoc? Tell your friends :D

pallet.ssh.node-state.protocols

Protocols for node state updates

Protocols for node state updates
raw docstring

FileBackupcljprotocol

new-file-contentclj

(new-file-content _ session path options)

Notify that path has been modified. Options include, :versioning, :no-versioning, :max-versions

Notify that path has been modified.
Options include, :versioning, :no-versioning, :max-versions
source

FileChecksumcljprotocol

record-checksumclj

(record-checksum _ session path)

Save the MD5 for the file at path.

Save the MD5 for the file at path.

verify-checksumclj

(verify-checksum _ session path)

Verify the expected MD5 of the file at path.

Verify the expected MD5 of the file at path.
source

NodeSetupcljprotocol

setup-node-scriptclj

(setup-node-script _ session usernames)

Setup paths on the node for usernames

Setup paths on the node for usernames
source

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

× close