Interceptors returns the client interceptors.
()
| 3164 | |
| 3165 | // Interceptors returns the client interceptors. |
| 3166 | func (c *UserClient) Interceptors() []Interceptor { |
| 3167 | return c.inters.User |
| 3168 | } |
| 3169 | |
| 3170 | func (c *UserClient) mutate(ctx context.Context, m *UserMutation) (Value, error) { |
| 3171 | switch m.Op() { |