(Hook)
| 349 | type UniversalClient interface { |
| 350 | Cmdable |
| 351 | AddHook(Hook) |
| 352 | Watch(ctx context.Context, fn func(*Tx) error, keys ...string) error |
| 353 | Do(ctx context.Context, args ...interface{}) *Cmd |
| 354 | Process(ctx context.Context, cmd Cmder) error |
no outgoing calls