示例#1
0
文件: mock.go 项目: amarantha-k/query
func (b *keyspace) Delete(deletes []string) ([]string, errors.Error) {
	// FIXME
	return nil, errors.NewOtherNotImplementedError(nil, "for Mock datastore")
}
示例#2
0
文件: mock.go 项目: amarantha-k/query
func (b *keyspace) Upsert(upserts []datastore.Pair) ([]datastore.Pair, errors.Error) {
	// FIXME
	return nil, errors.NewOtherNotImplementedError(nil, "for Mock datastore")
}