OpenFiat returns a handle to an object by it's ID. This is where any Authorization checks are done. It's called "fiat" because it's up to the Node to say yes or no. The result is implementation dependent, unlike OpenFrom, which should behave the same way on any Node.
(ctx context.Context, x OID, mask ActionSet)
| 394 | // The result is implementation dependent, unlike OpenFrom, which should behave |
| 395 | // the same way on any Node. |
| 396 | OpenFiat(ctx context.Context, x OID, mask ActionSet) (*Handle, error) |
| 397 | |
| 398 | // CreateVolume creates a new volume. |
| 399 | // CreateVolume always creates a Volume on the local Node. |
no outgoing calls