Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoSqlClient ¶
type NoSqlClient interface { Connect() (err error) Insert(key string, doc interface{}) (err error) FindOne(key string, out interface{}) error DeleteOne(key string) (err error) Count(prefix string) (count int64, err error) UpdateOne(key string, doc interface{}) (err error) FindAll(prefix string, out interface{}) (err error) }
Click to show internal directories.
Click to hide internal directories.