Versions in this module Expand all Collapse all v1 v1.4.2 Aug 9, 2023 Changes in this version + const AutoIP + const PSC + const PrivateIP + const PublicIP + const RefreshTimeout + type ConnName struct + func ParseConnName(cn string) (ConnName, error) + func (c *ConnName) String() string + type Instance struct + OpenConns uint64 + RefreshCfg RefreshCfg + func NewInstance(cn ConnName, client *sqladmin.Service, key *rsa.PrivateKey, ...) *Instance + func (i *Instance) Close() + func (i *Instance) ConnectInfo(ctx context.Context, ipType string) (string, *tls.Config, error) + func (i *Instance) ForceRefresh() + func (i *Instance) InstanceEngineVersion(ctx context.Context) (string, error) + func (i *Instance) String() string + func (i *Instance) UpdateRefresh(cfg RefreshCfg) + type RefreshCfg struct + UseIAMAuthN bool