Export classes from activity-vocabulary package
This commit is contained in:
parent
8cf27ed4d4
commit
963c03db89
|
@ -17,10 +17,20 @@
|
||||||
|
|
||||||
(defpackage #:activitypub-servist/activity-vocabulary
|
(defpackage #:activitypub-servist/activity-vocabulary
|
||||||
(:use #:cl)
|
(:use #:cl)
|
||||||
|
(:nicknames "AP-S/AV" "AV")
|
||||||
|
(:shadow #:delete #:ignore #:listen #:read #:remove)
|
||||||
;; One should never USE this package, since some class-names shadow
|
;; One should never USE this package, since some class-names shadow
|
||||||
;; core Common Lisp symbols! Beware! :P
|
;; core Common Lisp symbols! Beware! :P
|
||||||
(:shadow #:delete #:ignore #:listen #:read #:remove)
|
(:export
|
||||||
(:nicknames "AP-S/AV" "AV"))
|
:accept :activity :add :announce :application :arrive :article :audio
|
||||||
|
:collection :collection-page :create :delete :dislike :document :event :flag
|
||||||
|
:follow :group :ignore :ignore :image :intransitive-activity :invite :join
|
||||||
|
:leave :like :link :link :listen :move :note :object :offer
|
||||||
|
:ordered-collection :ordered-collection-page :organization :page :person
|
||||||
|
:place :profile :question :read :reject :relationship :remove :service
|
||||||
|
:tentative-accept :tentative-reject :tombstone :travel :undo :update :video
|
||||||
|
:view))
|
||||||
|
|
||||||
|
|
||||||
(in-package #:activitypub-servist/activity-vocabulary)
|
(in-package #:activitypub-servist/activity-vocabulary)
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue