avokka.arangodb.models.IndexList.scala Maven / Gradle / Ivy
The newest version!
package avokka.arangodb
package models
import avokka.velocypack._
final case class IndexList(
indexes: List[Index],
identifiers: Map[String, Index]
)
object IndexList {
implicit val decoder: VPackDecoder[IndexList] = VPackDecoder.gen
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy