Hooks returns the client hooks.
()
| 1184 | |
| 1185 | // Hooks returns the client hooks. |
| 1186 | func (c *GroupClient) Hooks() []Hook { |
| 1187 | return c.hooks.Group |
| 1188 | } |
| 1189 | |
| 1190 | // Interceptors returns the client interceptors. |
| 1191 | func (c *GroupClient) Interceptors() []Interceptor { |