aboutsummaryrefslogtreecommitdiffhomepage
path: root/keyed.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-10-26 11:33:58 -0500
committerColin Okay <colin@cicadas.surf>2022-10-26 11:33:58 -0500
commit425dc38a6bb93de99bb3f743683591062ed0dac7 (patch)
tree8c6bd92e9e7f19e70375e56f6e4bd2bd1ea089d9 /keyed.lisp
parenta11cb3fcd8c8f80eb3880766de7812f70597dd9a (diff)
Add: playlist.lisp
Diffstat (limited to 'keyed.lisp')
-rw-r--r--keyed.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/keyed.lisp b/keyed.lisp
new file mode 100644
index 0000000..b38cfe3
--- /dev/null
+++ b/keyed.lisp
@@ -0,0 +1,9 @@
+;;;; keyed.lisp
+
+(in-package :vampire)
+
+(defclass/bknr keyed ()
+ ((key
+ :r :std (nuid)
+ :index-type string-unique-index
+ :index-reader object-with-key)))