startest/context

Types

The Startest context.

pub type Context {
  Context(
    config: Config,
    clock: Clock,
    logger: Logger,
    started_at: Time,
  )
}

Constructors

  • Context(
      config: Config,
      clock: Clock,
      logger: Logger,
      started_at: Time,
    )
Search Document