Hooks returns the client hooks.
()
| 2318 | |
| 2319 | // Hooks returns the client hooks. |
| 2320 | func (c *OrganizationClient) Hooks() []Hook { |
| 2321 | return c.hooks.Organization |
| 2322 | } |
| 2323 | |
| 2324 | // Interceptors returns the client interceptors. |
| 2325 | func (c *OrganizationClient) Interceptors() []Interceptor { |