Hooks returns the client hooks.
()
| 2041 | |
| 2042 | // Hooks returns the client hooks. |
| 2043 | func (c *OrgInvitationClient) Hooks() []Hook { |
| 2044 | return c.hooks.OrgInvitation |
| 2045 | } |
| 2046 | |
| 2047 | // Interceptors returns the client interceptors. |
| 2048 | func (c *OrgInvitationClient) Interceptors() []Interceptor { |