aboutsummaryrefslogtreecommitdiffstats
path: root/defmodule.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'defmodule.lisp')
-rw-r--r--defmodule.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defmodule.lisp b/defmodule.lisp
index 3ca601a..9381d31 100644
--- a/defmodule.lisp
+++ b/defmodule.lisp
@@ -25,6 +25,9 @@
(define-method get-all-stories ()
"Get all of the stories in the datastore.")
+ (define-method get-stories-for (username)
+ "Get all of the storiess for USERNAME.")
+
(define-method get-story (id)
"Get a story from the datastore.")