# Functions
IsBaseURI returns true if a string is a valid URI.
IsCredentialsURI returns true if a string is a valid credentials URI.
ParseBaseURI parses an URI and returns: (network, address).
ParseCredentialsURI parses a URI with credentials and returns: (URI without credentials, user, password).
# Constants
No description provided by the author
EtcdPasswordEnv is an environment variable with a password for etcd.
EtcdUsernameEnv is an environment variable with a username for etcd.
TarantoolPasswordEnv is an environment variable with a password for Tarantool.
TarantoolUsernameEnv is an environment variable with a username for Tarantool.