[ARVADOS] updated: 2.1.0-435-ge6871442f
Git user
git at public.arvados.org
Wed Feb 10 21:35:41 UTC 2021
Summary of changes:
sdk/go/arvadostest/api.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via e6871442fae8acf2cad629a97697d9f2e2ec44b0 (commit)
from 0a56c2ffa3244d462f5d03a8e8630e5e0ce4ee98 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e6871442fae8acf2cad629a97697d9f2e2ec44b0
Author: Ward Vandewege <ward at curii.com>
Date: Wed Feb 10 16:35:09 2021 -0500
17119: FIXME x
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/sdk/go/arvadostest/api.go b/sdk/go/arvadostest/api.go
index fe8c32466..158bcda09 100644
--- a/sdk/go/arvadostest/api.go
+++ b/sdk/go/arvadostest/api.go
@@ -145,11 +145,11 @@ func (as *APIStub) GroupList(ctx context.Context, options arvados.ListOptions) (
as.appendCall(ctx, as.GroupList, options)
return arvados.GroupList{}, as.Error
}
-func (as *APIStub) GroupContents(ctx context.Context, options arvados.GetOptions) (map[string]interface{}, error) {
+func (as *APIStub) GroupContents(ctx context.Context, options arvados.ContentsOptions) (arvados.ObjectList, error) {
as.appendCall(ctx, as.GroupContents, options)
- return nil, as.Error
+ return arvados.ObjectList{}, as.Error
}
-func (as *APIStub) GroupShared(ctx context.Context, options arvados.GetOptions) (map[string]interface{}, error) {
+func (as *APIStub) GroupShared(ctx context.Context, options arvados.SharedOptions) (map[string]interface{}, error) {
as.appendCall(ctx, as.GroupShared, options)
return nil, as.Error
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list