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

scaladog.api.events.GetEventResponse.scala Maven / Gradle / Ivy

package scaladog.api.events

import scaladog.api.DDPickle

case class GetEventResponse(event: Event)

object GetEventResponse {
  implicit val reader: DDPickle.Reader[GetEventResponse] = DDPickle.macroR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy