# Functions
FetchFromContext returns the Config value stored in ctx, if any.
FetchPropertyFromContext is a helper function to retrieve a specific config property from the Config store in ctx, rather than retrieving the entire Config object.
NewMockConfig creates a new instance of MockConfig.
StoreInContext returns a new Context that stores the Config, c.
# Structs
MockConfig is an autogenerated mock type for the Config type.
# Interfaces
go:generate mockery --name Config --inpackage.