mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 11:17:41 +02:00
init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package store
|
||||
|
||||
type store interface {
|
||||
Get(key string) (string, bool)
|
||||
Set(key string, value string)
|
||||
Del(key string)
|
||||
}
|
||||
Reference in New Issue
Block a user