コード例 #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")
}