(ctx context.Context, name string)
| 192 | FindValidTrustedDevice(ctx context.Context, arg FindValidTrustedDeviceParams) (UserTrustedDevice, error) |
| 193 | GetAcceptedVersionsByUserID(ctx context.Context, userID string) ([]string, error) |
| 194 | GetAlertActionByName(ctx context.Context, name string) (AlertAction, error) |
| 195 | GetAlertByID(ctx context.Context, id string) (GetAlertByIDRow, error) |
| 196 | GetAlertConfigByType(ctx context.Context, alertType string) (GetAlertConfigByTypeRow, error) |
| 197 | GetAlertStatsBySeverity(ctx context.Context) ([]GetAlertStatsBySeverityRow, error) |
no outgoing calls
no test coverage detected