# Functions
Add exposes the ability for each versioned client to register itself for use.
# Variables
Clients contains the map of versioned clients.
# Structs
ClientOptions defines the available options that can be used to configured the client.Writer.
VersionedClient encapsulates a version.Constraints and Creator func that can be stopred in the Clients map.
# Type aliases
Creator defines the func signature expected for any implementing Writer.