BeginTx begins a new transaction, on a Volume.
(ctx context.Context, volh Handle, txp TxParams)
| 66 | |
| 67 | // BeginTx begins a new transaction, on a Volume. |
| 68 | BeginTx(ctx context.Context, volh Handle, txp TxParams) (*Handle, error) |
| 69 | } |
| 70 | |
| 71 | const ( |
no outgoing calls