GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
25 stars 6 forks source link

refactor: rename RefreshResult to ConnectionInfo #334

Closed jackwotherspoon closed 2 weeks ago

jackwotherspoon commented 2 weeks ago

Renaming RefreshResult to ConnectionInfo to be better aligned with other Connector libraries.

Aligning file names with that of Cloud SQL Python Connector by splitting refresh.py into refresh_utils.py and connection_info.py.

Related to #298