# Functions
InMemoryStorageCreator is a caddytls.Storage.StorageCreator to create InMemoryStorage instances for testing.
NewInMemoryStorage constructs an InMemoryStorage instance.
# Structs
InMemoryStorage is a caddytls.Storage implementation for use in testing.
StorageTest is a test harness that contains tests to execute all exposed parts of a Storage implementation.
TestFunc holds information about a test.