Hooks returns the client hooks.
()
| 1019 | |
| 1020 | // Hooks returns the client hooks. |
| 1021 | func (c *CASMappingClient) Hooks() []Hook { |
| 1022 | return c.hooks.CASMapping |
| 1023 | } |
| 1024 | |
| 1025 | // Interceptors returns the client interceptors. |
| 1026 | func (c *CASMappingClient) Interceptors() []Interceptor { |