(ctx context.Context, discordID *string)
| 309 | GetUpdateTrends(ctx context.Context, timestamp pgtype.Timestamp) ([]GetUpdateTrendsRow, error) |
| 310 | GetUpdatesCountByPackageIDs(ctx context.Context, arg GetUpdatesCountByPackageIDsParams) ([]GetUpdatesCountByPackageIDsRow, error) |
| 311 | GetUserByDiscordID(ctx context.Context, discordID *string) (User, error) |
| 312 | GetUserByDiscordIDOrEmail(ctx context.Context, arg GetUserByDiscordIDOrEmailParams) (User, error) |
| 313 | GetUserByEmail(ctx context.Context, lower string) (User, error) |
| 314 | GetUserByID(ctx context.Context, id string) (User, error) |
no outgoing calls
no test coverage detected