OpenFrom returns a handle to an object by it's ID. base is the handle of a Volume, which links to the object. the base Volume's schema must be a Container.
(ctx context.Context, base Handle, ltok LinkToken, mask ActionSet)
| 63 | // base is the handle of a Volume, which links to the object. |
| 64 | // the base Volume's schema must be a Container. |
| 65 | OpenFrom(ctx context.Context, base Handle, ltok LinkToken, mask ActionSet) (*Handle, error) |
| 66 | |
| 67 | // BeginTx begins a new transaction, on a Volume. |
| 68 | BeginTx(ctx context.Context, volh Handle, txp TxParams) (*Handle, error) |
no outgoing calls