Hooks returns the client hooks.
()
| 3159 | |
| 3160 | // Hooks returns the client hooks. |
| 3161 | func (c *UserClient) Hooks() []Hook { |
| 3162 | return c.hooks.User |
| 3163 | } |
| 3164 | |
| 3165 | // Interceptors returns the client interceptors. |
| 3166 | func (c *UserClient) Interceptors() []Interceptor { |