17119: merge SharedGroupList into GroupList, which now gets an
[arvados.git] / sdk / go / arvados / api.go
index 9aaa3205b7d0515960b90da8b09d7e64b197c778..107d2b39260ecd96ee0c417446b07bc277d84f31 100644 (file)
@@ -240,7 +240,7 @@ type API interface {
        GroupGet(ctx context.Context, options GetOptions) (Group, error)
        GroupList(ctx context.Context, options ListOptions) (GroupList, error)
        GroupContents(ctx context.Context, options ContentsOptions) (ObjectList, error)
-       GroupShared(ctx context.Context, options SharedOptions) (SharedGroupList, error)
+       GroupShared(ctx context.Context, options SharedOptions) (GroupList, error)
        GroupDelete(ctx context.Context, options DeleteOptions) (Group, error)
        GroupUntrash(ctx context.Context, options UntrashOptions) (Group, error)
        SpecimenCreate(ctx context.Context, options CreateOptions) (Specimen, error)