move DefaultRepository into own file; add todo tags;
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package data
|
||||
|
||||
// TODO docstring
|
||||
type IDatastore interface {
|
||||
Set(key string, val string) error
|
||||
KeyExists(key string) (bool, error)
|
||||
|
||||
Reference in New Issue
Block a user