Context

pillars.Loader.Context
final case class Context[F[_]](observability: Observability[F], reader: Reader[F], logger: Scribe[F])(implicit evidence$1: Async[F], evidence$2: Network[F], evidence$3: Tracer[F], evidence$4: Console[F])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product