Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ connector
Struct
connector
coderd/database/awsiamrds/awsiamrds.go:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
type
connector
struct
{
103
url string
104
cfg aws.Config
105
dialer pq.Dialer
106
}
107
108
var
_ database.DialerConnector = &connector{}
109
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected