[ARVADOS] updated: 2.1.0-437-g19ca6d06e

Git user git at public.arvados.org
Wed Feb 10 21:41:39 UTC 2021


Summary of changes:
 sdk/go/arvadostest/api.go | 4 ++++
 1 file changed, 4 insertions(+)

       via  19ca6d06ef9a9353a7024edf78547c95b4e7d53f (commit)
      from  de8b9f78c6dcc82301c364781613fcc177e5daee (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 19ca6d06ef9a9353a7024edf78547c95b4e7d53f
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Feb 10 16:41:32 2021 -0500

    17119: FIXME 3
    
    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 f53e929a1..f4e725f7e 100644
--- a/sdk/go/arvadostest/api.go
+++ b/sdk/go/arvadostest/api.go
@@ -157,6 +157,10 @@ func (as *APIStub) GroupDelete(ctx context.Context, options arvados.DeleteOption
 	as.appendCall(ctx, as.GroupDelete, options)
 	return arvados.Group{}, as.Error
 }
+func (as *APIStub) GroupUntrash(ctx context.Context, options arvados.UntrashOptions) (arvados.Group, error) {
+	as.appendCall(ctx, as.GroupUntrash, options)
+	return arvados.Group{}, as.Error
+}
 func (as *APIStub) SpecimenCreate(ctx context.Context, options arvados.CreateOptions) (arvados.Specimen, error) {
 	as.appendCall(ctx, as.SpecimenCreate, options)
 	return arvados.Specimen{}, as.Error

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list