Hooks returns the client hooks.
()
| 1514 | |
| 1515 | // Hooks returns the client hooks. |
| 1516 | func (c *IntegrationClient) Hooks() []Hook { |
| 1517 | return c.hooks.Integration |
| 1518 | } |
| 1519 | |
| 1520 | // Interceptors returns the client interceptors. |
| 1521 | func (c *IntegrationClient) Interceptors() []Interceptor { |