(ctx context.Context)
| 234 | } |
| 235 | |
| 236 | func (tx *TxSalt) KeepAlive(ctx context.Context) error { |
| 237 | return tx.s.KeepAlive(ctx, []Handle{tx.h}) |
| 238 | } |
| 239 | |
| 240 | func (tx *TxSalt) Post(ctx context.Context, data []byte, opts blobcache.PostOpts) (CID, error) { |
| 241 | return tx.s.Post(ctx, tx.h, data, opts) |