Regenerated docs again.
This commit is contained in:
parent
7e7bd7ec90
commit
33956ed516
19 changed files with 45 additions and 39 deletions
|
|
@ -45,6 +45,8 @@
|
|||
(map #(object-reference-or-faults % nil :must :not-object-reference) (:items x)))))
|
||||
|
||||
(defn collection-page-faults
|
||||
"Return a list of faults found in `x` considered as a collection page
|
||||
object of this sub-`type`, or `nil` if none are found."
|
||||
[x type]
|
||||
(concat-non-empty
|
||||
(simple-collection-faults x type)
|
||||
|
|
|
|||
|
|
@ -44,11 +44,11 @@
|
|||
;; ;;; examine what you got back!
|
||||
(:inbox account)
|
||||
|
||||
(-> account
|
||||
:inbox
|
||||
slurp
|
||||
json/read-str
|
||||
pprint) ;; => 80
|
||||
;; (-> account
|
||||
;; :inbox
|
||||
;; slurp
|
||||
;; json/read-str
|
||||
;; pprint) ;; => 80
|
||||
|
||||
;; (def rsa (pgp-gen/rsa-keypair-generator 2048))
|
||||
;; (def kp (pgp-gen/generate-keypair rsa :rsa-general))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue