All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.mlsql.ets.register.ETRegister.scala Maven / Gradle / Ivy

The newest version!
package tech.mlsql.ets.register

/**
  * 2019-04-12 WilliamZhu([email protected])
  */
object ETRegister {
  private def wow(name: String) = name -> ("tech.mlsql.ets." + name)

  val mapping = Map[String, String](
    wow("ShowCommand")
  )

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy