lspace.services.LService.scala Maven / Gradle / Ivy
package lspace.services
import com.twitter.finagle.http.{Request, Response}
object LService {}
trait LService {
def service: com.twitter.finagle.Service[Request, Response]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy