Adjust API layout

This commit is contained in:
Steven Fackler
2019-03-04 21:51:19 -08:00
parent 31534b5734
commit 1f80b78f07
10 changed files with 22 additions and 11 deletions

View File

@@ -4,8 +4,9 @@ use log::error;
use std::path::Path;
use std::str::FromStr;
use std::time::Duration;
use tokio_postgres::config::{SslMode, TargetSessionAttrs};
use tokio_postgres::tls::{MakeTlsConnect, TlsConnect};
use tokio_postgres::{Error, Socket, SslMode, TargetSessionAttrs};
use tokio_postgres::{Error, Socket};
use crate::{Client, RUNTIME};