Interceptors returns the client interceptors.
()
| 1461 | |
| 1462 | // Interceptors returns the client interceptors. |
| 1463 | func (c *LockClient) Interceptors() []Interceptor { |
| 1464 | return c.inters.Lock |
| 1465 | } |
| 1466 | |
| 1467 | func (c *LockClient) mutate(ctx context.Context, m *LockMutation) (Value, error) { |
| 1468 | switch m.Op() { |