Hooks returns the client hooks.
()
| 838 | |
| 839 | // Hooks returns the client hooks. |
| 840 | func (c *CASBackendClient) Hooks() []Hook { |
| 841 | return c.hooks.CASBackend |
| 842 | } |
| 843 | |
| 844 | // Interceptors returns the client interceptors. |
| 845 | func (c *CASBackendClient) Interceptors() []Interceptor { |