MongoFileStore

works.iterative.core.service.impl.MongoFileStore
See theMongoFileStore companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Filter(id: Option[String] = ..., link: Option[String] = ..., digest: Option[String] = ..., digestExists: Option[Boolean] = ...)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Filter

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Filter.type

Value members

Concrete methods

def forConfig(config: MongoFileConfig): RLayer[MongoClient & AuthenticationService, FileStoreWriter & FileStoreLoader]
def make(config: MongoFileConfig): RIO[MongoClient & AuthenticationService, MongoFileStore]
def make: RIO[MongoClient & AuthenticationService, MongoFileStore]

Concrete fields

val layer: RLayer[MongoClient & AuthenticationService, FileStoreWriter & FileStoreLoader & MongoFileStore]