# Functions
UserAgentClientType converts user agent to client type.
# Constants
ClientTypeJoiner cluster joiner client.
ClientTypeNormal normal client.
ClientTypeNotifier cluster notification client.
UserAgentJoiner used to distinguish between a regular client request and an internal cluster request when joining a node to a cluster.
UserAgentNotifier used to distinguish between a regular client request and an internal cluster request when notifying other nodes of a cluster change.
# Type aliases
ClientType indicates which sort of client type is being used.