Skip to content

Commit

Permalink
chore: update comments in proxy.go (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Jan 18, 2024
1 parent 0184be3 commit ff7bf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type InstanceConnConfig struct {
// and Port.
UnixSocketPath string
// IAMAuthN enables automatic IAM DB Authentication for the instance.
// Postgres-only. If it is nil, the value was not specified.
// MySQL and Postgres only. If it is nil, the value was not specified.
IAMAuthN *bool

// PrivateIP tells the proxy to attempt to connect to the db instance's
Expand Down Expand Up @@ -155,7 +155,7 @@ type Config struct {
FUSETempDir string

// IAMAuthN enables automatic IAM DB Authentication for all instances.
// Postgres-only.
// MySQL and Postgres only.
IAMAuthN bool

// MaxConnections are the maximum number of connections the Client may
Expand Down

0 comments on commit ff7bf73

Please sign in to comment.