//
// DataSourceOptions.swift
// StORM
// Created by Jonathan Guthrie on 2016-09-23.
// add options as they are determined
enum StORMDataSourceOptions {
case SSL(Bool)
}