MCPcopy Index your code
hub / github.com/coder/coder / InsertExternalAuthLink

Method InsertExternalAuthLink

coderd/database/querier.go:956–956  ·  view source on GitHub ↗
(ctx context.Context, arg InsertExternalAuthLinkParams)

Source from the content-addressed store, hash-verified

954 InsertDERPMeshKey(ctx context.Context, value string) error
955 InsertDeploymentID(ctx context.Context, value string) error
956 InsertExternalAuthLink(ctx context.Context, arg InsertExternalAuthLinkParams) (ExternalAuthLink, error)
957 InsertFile(ctx context.Context, arg InsertFileParams) (File, error)
958 InsertGitSSHKey(ctx context.Context, arg InsertGitSSHKeyParams) (GitSSHKey, error)
959 InsertGroup(ctx context.Context, arg InsertGroupParams) (Group, error)

Callers 8

externalAuthCallbackMethod · 0.65
TestUserMethod · 0.65
ExternalAuthLinkFunction · 0.65
setupOauth2TestFunction · 0.65
TestIntegrationFunction · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 3

TestUserMethod · 0.52
setupOauth2TestFunction · 0.52
TestIntegrationFunction · 0.52