Versions in this module Expand all Collapse all v1 v1.29.0 Jun 21, 2025 Changes in this version + func MySQLReformatURI(original string) (string, error) + func NewClient(project, token string, opts ...Option) (pb.QuickClient, error) + func NewClientFromConfig(cloudConfig config.Cloud) (pb.QuickClient, error) + type Option func(*options) + func WithHost(host string) Option