add stub functions for all the main operations we need

This commit is contained in:
Gered 2014-04-06 13:22:46 -04:00
parent 867d5ea9e5
commit 335009597d

View file

@ -0,0 +1,17 @@
(ns toascii.models.art
(:require [toascii.models.db :as db]))
(defn search [query]
)
(defn get-count [name]
)
(defn get-index [name index]
)
(defn get-random [name]
)
(defn add [name s ip]
)