Hooks returns the client hooks.
()
| 2499 | |
| 2500 | // Hooks returns the client hooks. |
| 2501 | func (c *ProjectClient) Hooks() []Hook { |
| 2502 | return c.hooks.Project |
| 2503 | } |
| 2504 | |
| 2505 | // Interceptors returns the client interceptors. |
| 2506 | func (c *ProjectClient) Interceptors() []Interceptor { |