# Functions
APIExtensionsCount returns the number of available API extensions.
NewDottedVersion returns a new Version.
Parse parses a string starting with a dotted version and returns it.
UserAgentFeatures updates the list of advertised features.
UserAgentStorageBackends updates the list of storage backends to include in the user-agent.
# Variables
APIExtensions is the list of all API extensions in the order they were added.
APIVersion contains the API base version.
UserAgent contains a string suitable as a user-agent.
Version contains the version number.
# Structs
DottedVersion holds element of a version in the maj.min[.patch] format.