optionnal vars failed
This commit is contained in:
parent
2795c924f7
commit
63236362ca
@ -18,7 +18,7 @@ type DBObject interface {
|
||||
type Accessor interface {
|
||||
SetLogger(t DataType)
|
||||
GetType() string
|
||||
Search(word string) ([]ShallowDBObject, int, error)
|
||||
Search(word string, options ...string) ([]ShallowDBObject, int, error)
|
||||
LoadAll() ([]ShallowDBObject, int, error)
|
||||
LoadOne(id string) (DBObject, int, error)
|
||||
DeleteOne(id string) (DBObject, int, error)
|
||||
|
Loading…
Reference in New Issue
Block a user