Files
Raja Subramanian 365e63230d Some misc clean up. (#3156)
* Some misc clean up.

- Have been seeing counterfeiter warnings about efficiency for a while
  with go:generate declaration multiple times in the same package.
  Address that: https://github.com/maxbrunsfeld/counterfeiter?tab=readme-ov-file#step-2b---add-counterfeitergenerate-directives
- A bit more readability on parameters passed to `sendLeave`

* spacing

* revert some deletes as the complaint was in analytics service only

* Declare in package only once.

Although the warning is about go:generate multiple times when directly
giving the interface to generate, have `go:generate` multiple times in a
package even with `-generate` ends up generating once per invocation.
Once per package is enough to run the generation just once.
2024-11-04 11:26:41 +05:30
..
2024-06-27 02:13:51 -07:00
2024-11-04 11:26:41 +05:30
2023-11-03 11:43:35 -07:00
2024-02-17 12:37:15 -08:00
2024-11-04 11:26:41 +05:30
2024-10-21 23:44:00 -07:00
2023-09-17 10:08:35 -07:00
2023-12-02 15:07:31 -08:00