Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
refactor: move ddb helpers into its own modules
Browse files Browse the repository at this point in the history
Co-authored by: Phil Jenvey <pjenvey@mozilla.com>
Co-authored by: JR Conlin <jrconlin@mozilla.com>

Closes #1238
  • Loading branch information
bbangert committed May 17, 2018
1 parent e6edffd commit ac4983e
Show file tree
Hide file tree
Showing 10 changed files with 1,236 additions and 1,214 deletions.
2 changes: 1 addition & 1 deletion autopush_rs/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use woothee::parser::Parser;
use errors::*;
use protocol::{ClientMessage, Notification, ServerMessage, ServerNotification};
use server::Server;
use util::ddb_helpers::{CheckStorageResponse, HelloResponse, RegisterResponse};
use db::{CheckStorageResponse, HelloResponse, RegisterResponse};
use util::megaphone::{ClientServices, Service, ServiceClientInit};
use util::{ms_since_epoch, parse_user_agent, sec_since_epoch};

Expand Down
Loading

0 comments on commit ac4983e

Please sign in to comment.