PutRootObject updates the Collection with the given root object. This may error if the root object already exists.
(ctx context.Context, rootObj RootObject)
| 73 | IterIDs(ctx context.Context, callback func(identifier id.Id) (stop bool, err error)) error |
| 74 | // PutRootObject updates the Collection with the given root object. This may error if the root object already exists. |
| 75 | PutRootObject(ctx context.Context, rootObj RootObject) error |
| 76 | // RenameRootObject changes the ID for a root object matching the old ID. |
| 77 | RenameRootObject(ctx context.Context, oldID id.Id, newID id.Id) error |
| 78 | // ResolveName finds the closest matching (or exact) ID for the given name. If an exact match is not found, then |
no outgoing calls
no test coverage detected