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

com.kyleu.projectile.models.thrift.input.ThriftOptions.scala Maven / Gradle / Ivy

The newest version!
package com.kyleu.projectile.models.thrift.input

import com.kyleu.projectile.util.JsonSerializers._

object ThriftOptions {
  implicit val jsonEncoder: Encoder[ThriftOptions] = deriveEncoder
  implicit val jsonDecoder: Decoder[ThriftOptions] = deriveDecoder
}

case class ThriftOptions(files: Seq[String] = Nil)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy