# Functions
GetServerConfig returns a connect configuration for the given target.
# Constants
TypeInsecure is the insecure security mode and it is the default value.
TypeTLS is the TLS security mode, which requires caller to provide credentials to connect to peer.
# Structs
ServerConfig is the configuration for how to connect to a target.
# Type aliases
SecurityType is the enum type of available security modes.