Hooks returns the client hooks.
()
| 673 | |
| 674 | // Hooks returns the client hooks. |
| 675 | func (c *AttestationClient) Hooks() []Hook { |
| 676 | return c.hooks.Attestation |
| 677 | } |
| 678 | |
| 679 | // Interceptors returns the client interceptors. |
| 680 | func (c *AttestationClient) Interceptors() []Interceptor { |