# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewClient takes a given kind and creates related storage client.
Register updates the map of known storage clients constructors.
ValidateKind checks if a given kind is supported This method should be useful when long-term tests are performed so kind can be checked much earlier then storage client acquired and prevent the situation when tests passed and store failed because kind is not supported.
# Constants
PerOpAllocBytes represents metric of bytes allocated per operation.
PerOpAllocs represents metric of allocations per operation.
PerOpSeconds represents metric of seconds per operation.
# Interfaces
Client is an interface for storage clients.
# Type aliases
Constructor is a type that represents function of default storage client Constructor.