unistore: add metadata store (#107151)
* Add datastore * too many slashes * lint * add metadata store * simplify meta * Add datastore * too many slashes * lint * pr comments * extract ParseKey * readcloser * remove get prefix * use dedicated keys * parsekey * sameresource * unrelated * name * renmae tests * fix tests * lint * allow empty ns * get keys instead of list * rename the functions * refactor yield candidate
This commit is contained in:
@@ -794,7 +794,7 @@ func TestGetFoldersFromApiServer(t *testing.T) {
|
||||
Options: &resourcepb.ListOptions{
|
||||
Key: folderkey,
|
||||
Fields: []*resourcepb.Requirement{
|
||||
&resourcepb.Requirement{
|
||||
{
|
||||
Key: resource.SEARCH_FIELD_TITLE_PHRASE, // nolint:staticcheck
|
||||
Operator: string(selection.Equals),
|
||||
Values: []string{"foo title"},
|
||||
|
||||
Reference in New Issue
Block a user