pub mod entitygateway;
pub mod inmemory;
pub mod postgres;

pub use entitygateway::EntityGateway;
pub use inmemory::InMemoryGateway;
pub use self::postgres::PostgresGateway;