Liking cljdoc? Tell your friends :D

cloudship.metadata


describeclj

(describe cloudship)

Returns the global meta describe data for the given cloudship.

Returns the global meta describe data for the given cloudship.
sourceraw docstring

describe-typeclj

(describe-type cloudship type)

Returns the describe data for the given cloudship and metadata type

Returns the describe data for the given cloudship and metadata type
sourceraw docstring

evictclj

(evict client-description)

Removes the connection for this keyword/prop-map from the cache

Removes the connection for this keyword/prop-map from the cache
sourceraw docstring

infoclj

(info client-description)
source

listclj

(list cloudship metadata-type)

Returns a list of all existing entries of the given cloudship and metadata type

Returns a list of all existing entries of the given cloudship and metadata type
sourceraw docstring

readclj

(read cloudship metadata-type & metadata-names)

Returns the metadata for the given metadata-names of the metadata type.

Returns the metadata for the given metadata-names of the metadata type.
sourceraw docstring

read-allclj

(read-all cloudship metadata-type)

Returns the metadat for all metadata entries of the given metadata type.

Returns the metadat for all metadata entries of the given metadata type.
sourceraw docstring

renameclj

(rename cloudship metadata-type rename-map)
(rename cloudship metadata-type old-name new-name)

Renames a given metadata. you can provide:

  • [cloudship type old-name new-name]
  • [cloudship type name-mapping]
Renames a given metadata.
you can provide:
* [cloudship type old-name new-name]
* [cloudship type name-mapping]
sourceraw docstring

updateclj

(update cloudship metadata)
source

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

× close