startest/context

Types

The Startest context.

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

Constructors

Search Document