Storm/Sources/StORM/StORMDataSourceOptions.swift

15 lines
214 B
Swift

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