Remove unused source file
This commit is contained in:
parent
26df31d1f6
commit
3d0b80860d
|
@ -1,13 +0,0 @@
|
||||||
#lang racket/base
|
|
||||||
|
|
||||||
(require racket/class)
|
|
||||||
|
|
||||||
(provide userdb<%>)
|
|
||||||
|
|
||||||
(define userdb<%>
|
|
||||||
(interface ()
|
|
||||||
user-exists? ;; String -> Boolean
|
|
||||||
create-user! ;; String String -> Void
|
|
||||||
reset-user-password! ;; String -> Void
|
|
||||||
credentials-valid? ;; String String -> Boolean
|
|
||||||
))
|
|
Loading…
Reference in New Issue
Block a user