add stub functions for all the main operations we need
This commit is contained in:
parent
867d5ea9e5
commit
335009597d
17
src/toascii/models/art.clj
Normal file
17
src/toascii/models/art.clj
Normal 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]
|
||||||
|
)
|
Reference in a new issue