package
0.3.0
Repository: https://github.com/gingfrederik/eventhorizon.git
Documentation: pkg.go.dev

# Functions

IntoRepo tries to convert a eh.ReadRepo into a Repo by recursively looking at inner repos.
MinVersionFromContext returns the min version from the context.
NewContextWithMinVersion returns the context with min version set.
NewContextWithMinVersionWait returns the context with min version and a default deadline set.
NewRepo creates a new Repo.

# Variables

DefaultMinVersionDeadline is the deadline to use when creating a min version context that waits.

# Structs

Repo is a middleware that adds version checking to a read repository.