Hooks returns the client hooks.
()
| 524 | |
| 525 | // Hooks returns the client hooks. |
| 526 | func (c *APITokenClient) Hooks() []Hook { |
| 527 | return c.hooks.APIToken |
| 528 | } |
| 529 | |
| 530 | // Interceptors returns the client interceptors. |
| 531 | func (c *APITokenClient) Interceptors() []Interceptor { |